mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Treating null warnings as errors
This commit is contained in:
parent
bc2a297fc5
commit
071f161d2a
@ -3,6 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>AIStudio</RootNamespace>
|
||||
<AssemblyName>mindworkAIStudio</AssemblyName>
|
||||
|
Loading…
Reference in New Issue
Block a user