Skip to content

Commit b27af91

Browse files
authored
Add some nullable annotations (#700)
* Add some nullable annotations * Remove /*!*/ * Cleanup * Fix tests and cleanup
1 parent a3f4c66 commit b27af91

8 files changed

Lines changed: 449 additions & 703 deletions

File tree

Src/IronPython/IronPython.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
5757
</PackageReference>
58+
<PackageReference Include="Nullable" Version="1.1.1">
59+
<PrivateAssets>all</PrivateAssets>
60+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
61+
</PackageReference>
5862
</ItemGroup>
5963

6064
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' or '$(TargetFramework)' == 'netstandard2.0' ">

0 commit comments

Comments
 (0)