Added CodeFormatter support for string arrays and really and primitiv… #50
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
.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.
|
Test
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.
|
Test:
build/build.cs#L225
Possible null reference return.
|
Test:
build/build.cs#L230
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
|
Test:
build/build.cs#L230
Dereference of a possibly null reference.
|
Test
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.
|
Test
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.
|
Test
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.
|
Test:
src/JasperFx.CodeGeneration/CodeGenerationExtensions.cs#L32
Possible null reference return.
|
Test:
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.
|
Test:
src/JasperFx.CodeGeneration/CodeFormatter.cs#L44
Possible null reference argument for parameter 'type' in 'string TypeNameExtensions.FullNameInCode(Type type)'.
|
Loading