changes source gen folder structure and fixed git workflow for publis… #80
Annotations
13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, microsoft/[email protected], actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L116
Possible null reference assignment.
|
build:
src/SourceGenerators/TallyConnector.SourceGenerators/Models/XMLTDLReportGeneratorArgs.cs#L4
Non-nullable property 'ReportName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/SourceGenerators/TallyConnector.SourceGenerators/Models/XMLTDLReportGeneratorArgs.cs#L5
Non-nullable property 'Fields' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L108
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/SourceGenerators/TallyConnector.SourceGenerators/SourceGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
|
build:
src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L108
Non-nullable property 'NameSpace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/SourceGenerators/TallyConnector.SourceGenerators/SourceGenerator.cs#L18
Possible null reference argument for parameter 'receiver' in 'void SourceGenerator.ExcuteHelperMethodsGenerator(GeneratorExecutionContext context, MainSyntaxReceiver receiver)'.
|
build:
src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L108
Non-nullable property 'RequestEnvelope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/SourceGenerators/TallyConnector.SourceGenerators/SourceGenerator.cs#L44
Dereference of a possibly null reference.
|
build:
src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Models/PostSymbolData.cs#L17
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|