immutability fixes #263
Annotations
3 errors and 10 warnings
src/D2L.CodeStyle.Analyzers/Immutability/ImmutableAttributeConsistencyChecker.cs#L164
The name 'isInterface' does not exist in the current context
|
src/D2L.CodeStyle.Analyzers/Immutability/ImmutableAttributeConsistencyChecker.cs#L164
The name 'isInterface' does not exist in the current context
|
|
src/D2L.CodeStyle.Annotations/Contract/NoAsyncFuncsAttribute.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/D2L.CodeStyle.Annotations/Contract/NoAsyncFuncsAttribute.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/D2L.CodeStyle.Analyzers/CommonFixes/AddAttributeCodeFix.cs#L65
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|
src/D2L.CodeStyle.Analyzers/CommonFixes/RemoveAttributeCodeFix.cs#L40
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|
src/D2L.CodeStyle.Analyzers/Language/AwaitedTasksAnalyzer.Codefix.cs#L46
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|
src/D2L.CodeStyle.Analyzers/Language/StructShouldBeReadonlyAnalyzer.Codefix.cs#L43
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|
src/D2L.CodeStyle.Analyzers/Language/UseNamedArgumentsCodeFix.cs#L52
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|
src/D2L.CodeStyle.Analyzers/ApiUsage/JsonParamBinderAttribute/JsonParamBinderAnalyzerFixer.cs#L35
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|
src/D2L.CodeStyle.SpecTests/SpecTestFixtureBase.cs#L26
Non-nullable field 'm_matchedDiagnostics' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/D2L.CodeStyle.SpecTests/SpecTestFixtureBase.cs#L264
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading