Skip to content

Update dotnet.yml

Update dotnet.yml #6

Triggered via push July 15, 2024 10:26
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: DatFile.cs#L18
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SfsFile.cs#L7
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Program.cs#L116
The variable 'fnfe' is declared but never used
build: Program.cs#L149
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: Program.cs#L11
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DatFile.cs#L175
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build: SfsFile.cs#L7
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DatFile.cs#L18
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Program.cs#L116
The variable 'fnfe' is declared but never used
build: Program.cs#L149
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: Program.cs#L11
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DatFile.cs#L175
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build: SfsFile.cs#L7
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DatFile.cs#L18
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Program.cs#L116
The variable 'fnfe' is declared but never used
build: Program.cs#L149
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.