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 66 <AnalysisModeReliability >Recommended</AnalysisModeReliability >
77 <AnalysisModePerformance >Recommended</AnalysisModePerformance >
88 <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 -->
1010 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1111 <CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
1212 <ContinuousIntegrationBuild Condition =" '$(GITLAB_CI)' != '' Or '$(APPVEYOR)' != '' " >true</ContinuousIntegrationBuild >
Original file line number Diff line number Diff line change 1313
1414namespace BizHawk . Common
1515{
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+
1628 public static class Util
1729 {
1830 [ Conditional ( "DEBUG" ) ]
You can’t perform that action at this time.
0 commit comments