Deploy #33
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ActorSrcGen/Helpers/SyntaxAndSymbol.cs#L23
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ActorSrcGen/Helpers/SyntaxAndSymbol.cs#L24
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ActorSrcGen/Model/BlockGraph.cs#L129
Dereference of a possibly null reference.
|
ActorSrcGen/Model/BlockGraph.cs#L129
Unboxing a possibly null value.
|
ActorSrcGen/Model/BlockGraph.cs#L102
Non-nullable property 'HandlerBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ActorSrcGen/Model/BlockGraph.cs#L104
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ActorSrcGen/Model/BlockGraph.cs#L37
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ActorSrcGen/Model/ActorVisitor.cs#L45
Dereference of a possibly null reference.
|
ActorSrcGen/Helpers/TypeHelpers.cs#L119
Possible null reference argument for parameter 'ts' in 'bool TypeHelpers.IsCollection(ITypeSymbol ts)'.
|
ActorSrcGen/Model/ActorVisitor.cs#L179
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading