Skip to content

Add a bug to demonstrate a defect #255

Add a bug to demonstrate a defect

Add a bug to demonstrate a defect #255

Triggered via pull request August 8, 2024 17:49
Status Failure
Total duration 3m 41s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
all
Process completed with exit code 1.
all: 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.
all: 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.
all: 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
all: 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
all: 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
all: 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
all: 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
all: 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
all: 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.
all: src/D2L.CodeStyle.SpecTests/SpecTestFixtureBase.cs#L264
Converting null literal or possible null value to non-nullable type.