Skip to content

Update dotnet.yml

Update dotnet.yml #63

Triggered via push December 19, 2024 15:10
Status Failure
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 21 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#L1
The type or namespace name 'Mooresmaster' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: mooresmaster.Generator/YamlDotNet/Helpers/ExpressionExtensions.cs#L48
Possible null reference return.
build: mooresmaster.Generator/YamlDotNet/Helpers/ExpressionExtensions.cs#L54
Possible null reference return.
build: mooresmaster.Generator/YamlDotNet/Helpers/ExpressionExtensions.cs#L61
Possible null reference return.
build: mooresmaster.Generator/YamlDotNet/Helpers/ExpressionExtensions.cs#L63
Possible null reference return.
build: mooresmaster.Generator/YamlDotNet/Helpers/ExpressionExtensions.cs#L66
Possible null reference return.
build: mooresmaster.Generator/YamlDotNet/ReflectionExtensions.cs#L71
Converting null literal or possible null value to non-nullable type.
build: mooresmaster.Generator/Definitions/Types.cs#L28
Possible null reference argument for parameter 'key' in 'TypeName Dictionary<ITypeId, TypeName>.this[ITypeId key]'.
build: mooresmaster.Generator/Definitions/Types.cs#L29
Possible null reference argument for parameter 'key' in 'TypeName Dictionary<ITypeId, TypeName>.this[ITypeId key]'.
build: mooresmaster.Generator/NameResolve/NameResolver.cs#L118
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: mooresmaster.Generator/NameResolve/NameResolver.cs#L122
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: mooresmaster.Generator/NameResolve/NameResolver.cs#L126
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: mooresmaster.Generator/LoaderGenerate/LoaderGenerator.cs#L256
Nullable value type may be null.
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#L106
Dereference of a possibly null reference.
build: mooresmaster.Generator/JsonSchema/JsonSchemaParser.cs#L134
Converting null literal or possible null value to non-nullable type.