Skip to content

made number parsing in custom converters Invariant culture #77

made number parsing in custom converters Invariant culture

made number parsing in custom converters Invariant culture #77

Triggered via push December 15, 2023 03:34
Status Success
Total duration 2m 58s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.