Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Jan 3, 2022
1 parent 9889cd0 commit 0c8eca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CodeJam.Main/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@ What's new in 4.0.0
* Original AdjustTimeout renamed to AdjustAndLimitTimeout
* Added nullability annotations to several methods in old .NET versions even if they don't match the base interfaces
* Nullability improvements
* Added Code.NotNullNorEmptyAndItemNotNull

What's new in 4.0.0-beta1
-------------------------
* Add C# nullability markup.
* Remove JetBrains nullability markup: NotNull/CanBeNull/ItemNotNull.
* Remove deprecated targets. Supporting: .NET 3.5+, .NET Standard 2.0+, .NET Core 3.1+.
* Fixed Range string representation bug.
* Refactoring & code cleanup
* Added Code.NotNullNorEmptyAndItemNotNull
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace System.Diagnostics.CodeAnalysis
{
/// <summary>
/// Suppresses reporting of a specific rule violation, allowing multiple suppressions on a
/// Suppresses reporting of a specific rule violation, allowing multiple suppression on a
/// single code artifact.
/// </summary>
/// <remarks>
Expand Down
1 change: 1 addition & 0 deletions CodeJam.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Code.NotNull($EXPR$, $NAME$);</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeConstructorOrDestructorBody/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeLocalFunctionBody/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeMethodOrOperatorBody/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeObjectCreationWhenTypeNotEvident/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertClosureToMethodGroup/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertIfStatementToReturnStatement/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertMethodToExpressionBody/@EntryIndexedValue">SUGGESTION</s:String>
Expand Down

0 comments on commit 0c8eca6

Please sign in to comment.