Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 706a80b

Browse files
committedFeb 13, 2025·
Reenable nullable feature in unit tests.
1 parent 12ff8fd commit 706a80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Tekkon.Tests/Tekkon.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Nullable>disable</Nullable>
4+
<Nullable>enable</Nullable>
55
<IsPackable>false</IsPackable>
66
<ReleaseVersion>1.6.0</ReleaseVersion>
77
<LangVersion>6</LangVersion>

0 commit comments

Comments
 (0)
Please sign in to comment.