Skip to content

Merge pull request #50 from Angeling3/migrations-generator #52

Merge pull request #50 from Angeling3/migrations-generator

Merge pull request #50 from Angeling3/migrations-generator #52

Triggered via push February 17, 2025 17:45
Status Success
Total duration 1m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: src/SourceGenerators.Shared/SourceGenerationHelper.cs#L41
Possible null reference return.
build: src/SourceGenerators.Shared/SourceGenerationHelper.cs#L50
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerators.Shared/SourceGenerationHelper.cs#L56
Converting null literal or possible null value to non-nullable type.
build: src/SourceGenerators.Shared/SourceGenerationHelper.cs#L85
Dereference of a possibly null reference.
build: src/SourceGenerators.SqlQueryObjects/QueryObjectsGenerator.CodeGeneraton.cs#L94
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.SqlQueryObjects/QueryObjectsGenerator.CodeGeneraton.cs#L95
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.SqlQueryObjects/QueryObjectsGenerator.CodeGeneraton.cs#L19
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.SqlQueryObjects/QueryObjectsGenerator.CodeGeneraton.cs#L20
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/SourceGenerators.SqlQueryObjects/QueryObjectsGenerator.CodeGeneraton.cs#L13
Non-nullable property 'RootNamespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.