Skip to content

Publish JasperFx code generation & compilation nugets #28

Publish JasperFx code generation & compilation nugets

Publish JasperFx code generation & compilation nugets #28

Manually triggered November 14, 2023 21:41
Status Success
Total duration 2m 52s
Artifacts

publish_codegen.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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/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/Frames/ConstructorFrame.cs#L132
Cannot convert null literal to non-nullable reference type.
build: src/JasperFx.CodeGeneration/CodeGenerationExtensions.cs#L32
Possible null reference return.