Deploy #23
build-publish.yml
on: workflow_run
build
21s
src-gen
24s
Annotations
24 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/StepAttribute.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build:
ActorSrcGen.Abstractions/InitialStepAttribute.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build:
ActorSrcGen.Abstractions/LastStepAttribute.cs#L6
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/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.
|
build:
ActorSrcGen/Helpers/RoslynExtensions.cs#L248
Possible null reference return.
|
src-gen
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/InitialStepAttribute.cs#L6
Cannot convert null literal to non-nullable reference type.
|
src-gen:
ActorSrcGen.Abstractions/StepAttribute.cs#L6
Cannot convert null literal to non-nullable reference type.
|
src-gen:
ActorSrcGen.Abstractions/LastStepAttribute.cs#L6
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/Generators/Generator.cs#L83
Dereference of a possibly null reference.
|
src-gen:
ActorSrcGen/Generators/Generator.cs#L297
Dereference of a possibly null reference.
|
src-gen:
ActorSrcGen/Generators/Generator.cs#L467
Dereference of a possibly null reference.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L242
Dereference of a possibly null reference.
|
src-gen:
ActorSrcGen/Helpers/RoslynExtensions.cs#L242
Possible null reference return.
|