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