Skip to content

Merge commit 'c8b35364608f1d722a4b51eacd837c2341e1b854' #14

Merge commit 'c8b35364608f1d722a4b51eacd837c2341e1b854'

Merge commit 'c8b35364608f1d722a4b51eacd837c2341e1b854' #14

Triggered via push September 18, 2024 15:13
Status Failure
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: mooresmaster.SandBox/Program.cs#L1
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L2
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L3
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L4
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L5
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L6
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L1
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L2
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L3
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build: mooresmaster.SandBox/Program.cs#L4
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
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#L81
Dereference of a possibly null reference.
build: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L81
Converting null literal or possible null value to non-nullable type.
build: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L81
Possible null reference argument for parameter 'json' in 'bool JsonSchemaParser.IsNullable(JsonObject json)'.
build: mooresmaster.Generator/NameResolve/NameResolver.cs#L94
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: mooresmaster.Generator/NameResolve/NameResolver.cs#L98
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: mooresmaster.Generator/NameResolve/NameResolver.cs#L102
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: mooresmaster.Generator/LoaderGenerate/LoaderGenerator.cs#L225
Nullable value type may be null.
build: mooresmaster.Tests/Test.cs#L173
The variable 'json' is assigned but its value is never used