File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <Nullable >enable </Nullable >
7+ <Nullable >disable </Nullable >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 <NoWarn >1701;1702;CS8321</NoWarn >
1010 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ public void Handle(
3131 bool a16 ,
3232 bool a17 ,
3333 bool a18 ,
34- bool a19
34+ bool a19 ,
35+ string foo = null
3536 )
3637 {
3738 Console . Write ( "ok" ) ;
Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ static void EmitConsoleAppTemplateSource(IncrementalGeneratorPostInitializationC
556556#pragma warning disable CS9074 // The 'scoped' modifier of parameter doesn't match overridden or implemented member
557557#pragma warning disable CA1050 // Declare types in namespaces.
558558#pragma warning disable CS1998
559+ #pragma warning disable CS8625
559560
560561namespace ConsoleAppFramework;
561562
You can’t perform that action at this time.
0 commit comments