Skip to content

Sanitizing characters from variable names to accommodate F# anonymous… #30

Sanitizing characters from variable names to accommodate F# anonymous…

Sanitizing characters from variable names to accommodate F# anonymous… #30

Triggered via push August 14, 2023 11:57
Status Success
Total duration 1m 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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
.NET 5.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: 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/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.