Skip to content

Commit 0c8eca6

Browse files
committed
Small fixes
1 parent 9889cd0 commit 0c8eca6

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

CodeJam.Main/Readme.txt

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,4 @@ What's new in 4.0.0
1919
* Original AdjustTimeout renamed to AdjustAndLimitTimeout
2020
* Added nullability annotations to several methods in old .NET versions even if they don't match the base interfaces
2121
* Nullability improvements
22-
* Added Code.NotNullNorEmptyAndItemNotNull
23-
24-
What's new in 4.0.0-beta1
25-
-------------------------
26-
* Add C# nullability markup.
27-
* Remove JetBrains nullability markup: NotNull/CanBeNull/ItemNotNull.
28-
* Remove deprecated targets. Supporting: .NET 3.5+, .NET Standard 2.0+, .NET Core 3.1+.
29-
* Fixed Range string representation bug.
30-
* Refactoring & code cleanup
22+
* Added Code.NotNullNorEmptyAndItemNotNull

CodeJam.Main/Targeting/CodeAnalysis/UnconditionalSuppressMessageAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace System.Diagnostics.CodeAnalysis
99
{
1010
/// <summary>
11-
/// Suppresses reporting of a specific rule violation, allowing multiple suppressions on a
11+
/// Suppresses reporting of a specific rule violation, allowing multiple suppression on a
1212
/// single code artifact.
1313
/// </summary>
1414
/// <remarks>

CodeJam.sln.DotSettings

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Code.NotNull($EXPR$, $NAME$);</s:String>
2525
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeConstructorOrDestructorBody/@EntryIndexedValue">SUGGESTION</s:String>
2626
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeLocalFunctionBody/@EntryIndexedValue">SUGGESTION</s:String>
2727
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeMethodOrOperatorBody/@EntryIndexedValue">SUGGESTION</s:String>
28+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeObjectCreationWhenTypeNotEvident/@EntryIndexedValue">DO_NOT_SHOW</s:String>
2829
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertClosureToMethodGroup/@EntryIndexedValue">HINT</s:String>
2930
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertIfStatementToReturnStatement/@EntryIndexedValue">DO_NOT_SHOW</s:String>
3031
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertMethodToExpressionBody/@EntryIndexedValue">SUGGESTION</s:String>

0 commit comments

Comments
 (0)