Skip to content

Commit

Permalink
Enable nullables
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanite committed Jul 4, 2024
1 parent 23d357c commit 6a03676
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Exanite.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- For Unity compatibility (C# 9) -->
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

<!-- Exclude files that only compile in Unity -->
Expand Down
1 change: 1 addition & 0 deletions csc.rsp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-nullable:enable
3 changes: 3 additions & 0 deletions csc.rsp.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a03676

Please sign in to comment.