Fixed types in Voucher , VchType & GST Detail #70
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 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:
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.
|