Update generate_framework_packages.yml #45
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.
|
Loading