Fix poem partial import #178
Annotations
10 warnings
|
build:
src/Toolbox/Importers/SeasonMetadataImporter.cs#L21
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2, string path3)'.
|
|
build:
src/Toolbox/Processors/PoemYamlMetadataProcessor.cs#L155
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
|
build:
src/Toolbox/Processors/PoemYamlMetadataProcessor.cs#L138
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
|
build:
src/Toolbox/Processors/PoemYamlMetadataProcessor.cs#L76
Possible null reference return.
|
|
build:
src/Toolbox/Processors/PoemYamlMetadataProcessor.cs#L76
Dereference of a possibly null reference.
|
|
build:
src/Toolbox/Processors/PoemYamlMetadataProcessor.cs#L65
Dereference of a possibly null reference.
|
|
build:
src/Toolbox/Processors/PoemYamlMetadataProcessor.cs#L59
Possible null reference return.
|
|
build:
src/Toolbox/Consistency/PoemMetadataChecker.cs#L95
Possible null reference assignment.
|
|
build:
src/Toolbox/Consistency/PoemMetadataChecker.cs#L91
Possible null reference argument for parameter 'source' in 'bool Enumerable.Any<string>(IEnumerable<string> source)'.
|
|
build:
src/Toolbox/Charts/ChartDataFileHelper.cs#L100
Dereference of a possibly null reference.
|