Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 4dc24d1

Browse files
committed
Nullability to errors, as it should be
1 parent 130da9a commit 4dc24d1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: CniDotNet.Ssh/CniDotNet.Ssh.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<WarningsAsErrors>Nullable</WarningsAsErrors>
78
</PropertyGroup>
89

910
<ItemGroup>

Diff for: CniDotNet.StandardPlugins/CniDotNet.StandardPlugins.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<WarningsAsErrors>Nullable</WarningsAsErrors>
78
</PropertyGroup>
89

910
<ItemGroup>

Diff for: CniDotNet/CniDotNet.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<WarningsAsErrors>Nullable</WarningsAsErrors>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)