Skip to content

Analyzerの基盤とDefineInterfaceに関するAnalyzerの追加 #16

Analyzerの基盤とDefineInterfaceに関するAnalyzerの追加

Analyzerの基盤とDefineInterfaceに関するAnalyzerの追加 #16

Triggered via pull request January 22, 2025 04:41
Status Success
Total duration 45s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: mooresmaster.Generator/YamlDotNet/ReflectionExtensions.cs#L71
Converting null literal or possible null value to non-nullable type.
test: mooresmaster.Generator/Analyze/Analyzer.cs#L46
Possible null reference argument for parameter 'analyzer' in 'Analyzer Analyzer.AddAnalyzer(IAnalyzer analyzer)'.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L66
Dereference of a possibly null reference.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L73
Dereference of a possibly null reference.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L73
Possible null reference assignment.
test: mooresmaster.Generator/LoaderGenerate/LoaderGenerator.cs#L256
Nullable value type may be null.
test: mooresmaster.Generator/Definitions/Types.cs#L28
Possible null reference argument for parameter 'key' in 'TypeName Dictionary<ITypeId, TypeName>.this[ITypeId key]'.
test: mooresmaster.Generator/Definitions/Types.cs#L29
Possible null reference argument for parameter 'key' in 'TypeName Dictionary<ITypeId, TypeName>.this[ITypeId key]'.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L138
Possible null reference argument for parameter 'key' in 'void Dictionary<string, SchemaId>.Add(string key, SchemaId value)'.
test: mooresmaster.Generator/Analyze/Analyzer.cs#L46
Possible null reference argument for parameter 'analyzer' in 'Analyzer Analyzer.AddAnalyzer(IAnalyzer analyzer)'.
test: mooresmaster.Generator/NameResolve/NameResolver.cs#L118
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
test: mooresmaster.Generator/NameResolve/NameResolver.cs#L122
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
test: mooresmaster.Generator/NameResolve/NameResolver.cs#L126
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
test: mooresmaster.Generator/LoaderGenerate/LoaderGenerator.cs#L256
Nullable value type may be null.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L66
Dereference of a possibly null reference.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L73
Dereference of a possibly null reference.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L73
Possible null reference assignment.
test: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L138
Possible null reference argument for parameter 'key' in 'void Dictionary<string, SchemaId>.Add(string key, SchemaId value)'.