Merge pull request #43 from parassanghani6/stock-negative-qty #84
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/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/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/TallyConnector.SourceGenerators/SourceGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L18
Possible null reference argument for parameter 'receiver' in 'void SourceGenerator.ExcuteHelperMethodsGenerator(GeneratorExecutionContext context, MainSyntaxReceiver receiver)'.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L44
Dereference of a possibly null reference.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L58
Dereference of a possibly null reference.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L58
Converting null literal or possible null value to non-nullable type.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L59
Dereference of a possibly null reference.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L60
Converting null literal or possible null value to non-nullable type.
|
build:
src/TallyConnector.SourceGenerators/SourceGenerator.cs#L60
Dereference of a possibly null reference.
|