Skip to content

Commit a11992d

Browse files
Merge branch 'feature/v4.2.1'
2 parents b0bd408 + 1429bc3 commit a11992d

File tree

89 files changed

+226
-7642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+226
-7642
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
The ReCommended Extension for ReSharper augments the sophisticated code analysis engine by providing more rules not (yet) available from JetBrains. Among the most interesting features are
44

5-
- automatic injection of ReSharper annotations for nullable reference types, thus enabling ReSharper to take advantage of the language annotations,
65
- detection of redundant assertions,
76
- inappropriate use of `async void`,
87
- exception analyzer (exceptions that should never be thrown or caught, exceptions thrown in unexpected locations),

Sources/.nuget/NuGet.exe

692 KB
Binary file not shown.

Sources/ReCommendedExtension.Deployment/ReCommendedExtension.Deployment.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
26-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.2" />
25+
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" />
26+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.3" />
2727
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2828
</ItemGroup>
2929

Sources/ReCommendedExtension.Deployment/ReCommendedExtension.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<description>
1515
The {{AssemblyTitle}} augments the sophisticated code analysis engine by providing more rules not (yet) available from JetBrains. Among the most interesting features are
1616

17-
- automatic injection of ReSharper annotations for nullable reference types, thus enabling ReSharper to take advantage of the language annotations,
1817
- detection of redundant assertions,
1918
- inappropriate use of "async void",
2019
- exception analyzer (exceptions that should never be thrown or caught, exceptions thrown in unexpected locations),
@@ -33,7 +32,7 @@
3332
<copyright>{{AssemblyCopyright}}</copyright>
3433
<tags>recommended extension resharper plugin addin prodot</tags>
3534
<dependencies>
36-
<dependency id="Wave" version="[193.0,193.1)" />
35+
<dependency id="Wave" version="[201.0,201.1)" />
3736
</dependencies>
3837
</metadata>
3938
<files>

Sources/ReCommendedExtension.Tests/Analyzers/NullCoalescingAssignmentAnalyzerTests.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

Sources/ReCommendedExtension.Tests/Analyzers/NullCoalescingAssignmentQuickFixAvailabilityTests.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

Sources/ReCommendedExtension.Tests/Analyzers/NullCoalescingAssignmentQuickFixTests.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

Sources/ReCommendedExtension.Tests/Providers/HighlightingTypes.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

Sources/ReCommendedExtension.Tests/Providers/NullableAnnotationContextNullabilityProviderTests.cs

Lines changed: 0 additions & 58 deletions
This file was deleted.

Sources/ReCommendedExtension.Tests/Providers/NullableSubtypeAnnotationContextNullabilityProviderTests.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)