File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 6
6
<AnalysisModeReliability >Recommended</AnalysisModeReliability >
7
7
<AnalysisModePerformance >Recommended</AnalysisModePerformance >
8
8
<AnalysisModeUsage >Recommended</AnalysisModeUsage >
9
- <EmitCompilerGeneratedFiles >false </EmitCompilerGeneratedFiles > <!-- enable to copy Roslyn Source Generators' outputs to $(ProjectDir)/obj/.../generated -->
9
+ <EmitCompilerGeneratedFiles >true </EmitCompilerGeneratedFiles > <!-- enable to copy Roslyn Source Generators' outputs to $(ProjectDir)/obj/.../generated -->
10
10
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
11
11
<CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
12
12
<ContinuousIntegrationBuild Condition =" '$(GITLAB_CI)' != '' Or '$(APPVEYOR)' != '' " >true</ContinuousIntegrationBuild >
Original file line number Diff line number Diff line change 13
13
14
14
namespace BizHawk . Common
15
15
{
16
+ [ InlineArray1 ( 10 ) ]
17
+ public readonly partial struct TestROStruct
18
+ {
19
+ private readonly Guid _element0 ;
20
+ }
21
+
22
+ [ InlineArray1 ( 10 ) ]
23
+ public partial struct TestRWStruct
24
+ {
25
+ private int _element0 ;
26
+ }
27
+
16
28
public static class Util
17
29
{
18
30
[ Conditional ( "DEBUG" ) ]
You can’t perform that action at this time.
0 commit comments