Skip to content

Publish JasperFx code generation & compilation nugets #24

Publish JasperFx code generation & compilation nugets

Publish JasperFx code generation & compilation nugets #24

Manually triggered August 14, 2023 11:57
Status Success
Total duration 1m 20s
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/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#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/CodegenTests/Samples/UsingSourceWriter.cs#L37
Public method 'other_methods' on test class 'UsingSourceWriter' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: src/CodegenTests/Samples/UsingSourceWriter.cs#L60
Public method 'advanced_usages' on test class 'UsingSourceWriter' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: src/JasperFx.CodeGeneration/Model/MemberAccessVariable.cs#L12
Possible null reference argument for parameter 'variableType' in 'Variable.Variable(Type variableType, Frame creator)'.