Skip to content

Commit 5f6e4a9

Browse files
committed
Disable Nullable for all projects (was already for API/AspNet)
1 parent bfad0cd commit 5f6e4a9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<ImportNuGetBuildTasksPackTargetsFromSdk>false</ImportNuGetBuildTasksPackTargetsFromSdk>
1717
<PublishTrimmed>False</PublishTrimmed>
1818
<NuGetAudit>false</NuGetAudit>
19+
<Nullable>disable</Nullable>
1920
</PropertyGroup>
2021
<PropertyGroup Label="ElectronNetCommon">
2122
<PackageIcon>128.png</PackageIcon>

src/ElectronNET.WebApp/ElectronNET.WebApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<PropertyGroup>
4646
<TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
4747
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
48+
<Nullable>disable</Nullable>
4849
</PropertyGroup>
4950
<ItemGroup>
5051
<Compile Remove="publish\**" />

src/ElectronNET/ElectronNET.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Description>$(DescriptionFirstPart) This package contains the ElectronNET project system.</Description>
1111
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1212
<IncludeSymbols>false</IncludeSymbols>
13+
<Nullable>disable</Nullable>
1314
</PropertyGroup>
1415
<ItemGroup>
1516
<None Include="PackageIcon.png" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)