Skip to content

Publish JasperFx code generation & compilation nugets #39

Publish JasperFx code generation & compilation nugets

Publish JasperFx code generation & compilation nugets #39

Manually triggered December 26, 2024 20:18
Status Success
Total duration 1m 21s
Artifacts

publish_codegen.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/JasperFx.CodeGeneration/CodeFormatter.cs#L44
Possible null reference argument for parameter 'type' in 'string TypeNameExtensions.FullNameInCode(Type type)'.
build: src/JasperFx.CodeGeneration/CodeGenerationExtensions.cs#L32
Possible null reference return.
build: src/JasperFx.CodeGeneration/Frames/ConstructorFrame.cs#L23
Non-nullable property 'PropertyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.