interfaceからのimplementation情報を取得できるよう変更(Schema層) #36
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
mooresmaster.Generator/Definitions/Types.cs#L40
Possible null reference argument for parameter 'key' in 'TypeName Dictionary<ITypeId, TypeName>.this[ITypeId key]'.
|
build:
mooresmaster.Generator/Definitions/Types.cs#L41
Possible null reference argument for parameter 'key' in 'TypeName Dictionary<ITypeId, TypeName>.this[ITypeId key]'.
|
build:
mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L41
Dereference of a possibly null reference.
|
build:
mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L43
Possible null reference argument for parameter 'root' in 'SchemaId JsonSchemaParser.Parse(JsonObject root, SchemaId? parent, SchemaTable schemaTable)'.
|
build:
mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L44
Possible null reference assignment.
|
build:
mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L124
Dereference of a possibly null reference.
|
build:
mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L124
Converting null literal or possible null value to non-nullable type.
|
build:
mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L124
Possible null reference argument for parameter 'json' in 'bool JsonSchemaParser.IsNullable(JsonObject json)'.
|
build:
mooresmaster.Generator/NameResolve/NameResolver.cs#L111
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
mooresmaster.Generator/NameResolve/NameResolver.cs#L115
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|