Skip to content

Update generate_framework_packages.yml #45

Update generate_framework_packages.yml

Update generate_framework_packages.yml #45

Triggered via push January 30, 2025 00:42
Status Failure
Total duration 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: src/Ensuring/Ensure.cs#L19
'Ensure' does not contain a definition for 'Object'
build: src/Ensuring/Ensure.cs#L19
'Ensure' does not contain a definition for 'Object'
build
Process completed with exit code 1.
build: src/SourceGenerationHelper.cs#L41
Possible null reference return.
build: src/SourceGenerationHelper.cs#L50
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerationHelper.cs#L56
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerationHelper.cs#L85
Dereference of a possibly null reference.
build: src/SourceGenerators.Ensuring/EnsuringGenerator.CodeGeneration.cs#L17
Non-nullable property 'EnsurerClassName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.Ensuring/EnsuringGenerator.CodeGeneration.cs#L18
Non-nullable property 'EnsurerClassNamespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.Ensuring/EnsuringGenerator.CodeGeneration.cs#L19
Non-nullable property 'Methods' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.Ensuring/EnsuringGenerator.CodeGeneration.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.Ensuring/EnsuringGenerator.CodeGeneration.cs#L41
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.Ensuring/EnsuringGenerator.CodeGeneration.cs#L42
Non-nullable property 'DocComment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.