Deploy #5
build-publish.yml
on: workflow_run
build
30s
src-gen
31s
Annotations
1 error and 22 warnings
src-gen
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
ActorSrcGen.Abstractions/StepAttributeAttribute.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build:
ActorSrcGen.Abstractions/StepAttributeAttribute.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
ActorSrcGen.Abstractions/StepAttributeAttribute.cs#L30
Cannot convert null literal to non-nullable reference type.
|
build:
ActorSrcGen/Helpers/SyntaxAndSymbol.cs#L23
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ActorSrcGen/Helpers/SyntaxAndSymbol.cs#L24
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ActorSrcGen/Generators/Generator.cs#L83
Dereference of a possibly null reference.
|
build:
ActorSrcGen/Generators/Generator.cs#L296
Dereference of a possibly null reference.
|
build:
ActorSrcGen/Helpers/RoslynExtensions.cs#L242
Dereference of a possibly null reference.
|
build:
ActorSrcGen/Helpers/RoslynExtensions.cs#L242
Possible null reference return.
|
build:
ActorSrcGen/Helpers/RoslynExtensions.cs#L248
Dereference of a possibly null reference.
|
src-gen
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src-gen:
ActorSrcGen.Abstractions/StepAttributeAttribute.cs#L6
Cannot convert null literal to non-nullable reference type.
|
src-gen:
ActorSrcGen.Abstractions/StepAttributeAttribute.cs#L15
Cannot convert null literal to non-nullable reference type.
|
src-gen:
ActorSrcGen.Abstractions/StepAttributeAttribute.cs#L30
Cannot convert null literal to non-nullable reference type.
|
src-gen:
ActorSrcGen/Helpers/SyntaxAndSymbol.cs#L23
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src-gen:
ActorSrcGen/Helpers/SyntaxAndSymbol.cs#L24
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L242
Dereference of a possibly null reference.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L242
Possible null reference return.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L248
Dereference of a possibly null reference.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L248
Possible null reference return.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L251
Converting null literal or possible null value to non-nullable type.
|