Skip to content

Allowing MethodCall to be aware of multiple variables of the same typ… #40

Allowing MethodCall to be aware of multiple variables of the same typ…

Allowing MethodCall to be aware of multiple variables of the same typ… #40

Triggered via push March 21, 2024 14:22
Status Success
Total duration 1m 25s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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: build/build.cs#L225
Possible null reference return.
build: build/build.cs#L230
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
build: build/build.cs#L230
Dereference of a possibly null reference.
build: src/JasperFx.CodeGeneration/CodeGenerationExtensions.cs#L32
Possible null reference return.
build: src/JasperFx.CodeGeneration/CodeGenerationExtensions.cs#L131
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'values' of type 'IEnumerable<string>' in 'string StringExtensions.Join(IEnumerable<string> values, string separator)' due to differences in the nullability of reference types.
build: src/JasperFx.CodeGeneration/Frames/ConstructorFrame.cs#L132
Cannot convert null literal to non-nullable reference type.
build: src/JasperFx.CodeGeneration/Frames/ConstructorFrame.cs#L23
Non-nullable property 'PropertyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/JasperFx.CodeGeneration/Model/MemberAccessVariable.cs#L12
Possible null reference argument for parameter 'variableType' in 'Variable.Variable(Type variableType, Frame creator)'.
build: src/JasperFx.CodeGeneration/Model/MemberAccessVariable.cs#L12
Possible null reference argument for parameter 'creator' in 'Variable.Variable(Type variableType, Frame creator)'.
build: src/JasperFx.CodeGeneration/Frames/MethodCall.cs#L93
Dereference of a possibly null reference.