File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[* .cs ]
22
3- # IDE0008: Use explicit type
4- csharp_style_var_elsewhere = true
3+ csharp_prefer_braces = when_multiline
54csharp_style_namespace_declarations =file_scoped:warning
5+ csharp_style_var_when_type_is_apparent = true
6+ csharp_style_var_for_built_in_types = true
7+ csharp_style_var_elsewhere = true
8+
9+ # IDE0040: Add accessibility modifiers
10+ dotnet_diagnostic.IDE0040.severity = none
Original file line number Diff line number Diff line change 2727 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2828 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2929 <DebugType >embedded</DebugType >
30- <!--
31- Starting in .NET 9, this causes a huge amount of IDE errors in Visual Studio for some reason.
3230 <AnalysisMode >Minimum</AnalysisMode >
33- -->
3431 </PropertyGroup >
3532
3633 <ItemGroup >
4441
4542 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
4643 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
47- <!-- Even though this is broken in .NET 9 + VS 2022 for this project, it builds fine so we should still run it. -->
48- <AnalysisMode >Minimum</AnalysisMode >
4944 </PropertyGroup >
5045
5146</Project >
You can’t perform that action at this time.
0 commit comments