Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed serializer so Empty Guid and Zero timespan won't get serialized #3794

Merged
merged 9 commits into from
Jun 26, 2024
6 changes: 6 additions & 0 deletions Ginger/Ginger.lutconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<LUTConfig Version="1.0">
<Repository>..\</Repository>
<ParallelBuilds>true</ParallelBuilds>
<ParallelTestRuns>true</ParallelTestRuns>
<TestCaseTimeout>180000</TestCaseTimeout>
</LUTConfig>
2 changes: 1 addition & 1 deletion Ginger/GingerCoreCommon/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false

# Wrapping preferences
csharp_preserve_single_line_statements = true
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_blocks = true
Loading
Loading