|
8 | 8 |
|
9 | 9 | <PropertyGroup> |
10 | 10 | <!-- https://github.com/NuGet/Home/issues/5630 --> |
11 | | - <PackageId>ResharperCodeContractNullability.NuGetBugRequiresNewId</PackageId> |
| 11 | + <PackageId>ResharperCodeContractNullability</PackageId> |
12 | 12 | <Title>Resharper Code Contract Nullability</Title> |
13 | | - <Version>2.0.1-pre</Version> |
| 13 | + <Version>2.0.1</Version> |
14 | 14 | <Authors>Bart Koelman</Authors> |
15 | 15 | <Company /> |
16 | 16 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
|
19 | 19 | <Description>Reports diagnostics, helping you to annotate your source tree with (Item)NotNull / (Item)CanBeNull attributes. See also: https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html |
20 | 20 |
|
21 | 21 | You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this analyzer. See package "ResharperCodeContractNullabilityFxCop" if you use Visual Studio 2013 or lower.</Description> |
22 | | - <PackageReleaseNotes>Added conversion of Resharper nullability attributes to C# nullable reference type syntax.</PackageReleaseNotes> |
| 22 | + <PackageReleaseNotes>Fixed handling of user-defined conversion operators.</PackageReleaseNotes> |
23 | 23 | <Copyright>Apache License, Version 2.0</Copyright> |
24 | 24 | <PackageTags>resharper code contracts annotations nullability analyzer canbenull notnull itemcanbenull itemnotnull rnul rinul</PackageTags> |
25 | 25 | <NoPackageAnalysis>true</NoPackageAnalysis> |
@@ -52,10 +52,6 @@ You need Visual Studio 2015/2017/2019 and Resharper v9 or higher to use this ana |
52 | 52 | <PackageReference Include="Microsoft.CodeAnalysis" Version="1.0.1" PrivateAssets="all" /> |
53 | 53 | <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.1.0" PrivateAssets="all" /> |
54 | 54 | <PackageReference Include="MsgPack.Cli" Version="1.0.1" PrivateAssets="all" /> |
55 | | - <PackageReference Include="ResharperCodeContractNullability" Version="2.0.0"> |
56 | | - <PrivateAssets>all</PrivateAssets> |
57 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
58 | | - </PackageReference> |
59 | 55 | <PackageReference Include="TestableFileSystem.Wrappers" Version="2.0.1" /> |
60 | 56 | </ItemGroup> |
61 | 57 |
|
|
0 commit comments