Publish JasperFx code generation & compilation nugets #39
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Setup .NET 7
.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.
|
Run Pack
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.
|
Run Pack:
build/build.cs#L225
Possible null reference return.
|
Run Pack:
build/build.cs#L230
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
|
Run Pack:
build/build.cs#L230
Dereference of a possibly null reference.
|
Run Pack
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.
|
Run Pack
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.
|
Run Pack
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.
|
Run Pack:
src/JasperFx.CodeGeneration/CodeFormatter.cs#L44
Possible null reference argument for parameter 'type' in 'string TypeNameExtensions.FullNameInCode(Type type)'.
|
Run Pack:
src/JasperFx.CodeGeneration/CodeGenerationExtensions.cs#L32
Possible null reference return.
|
Run Pack:
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.
|
Loading