Build and Release #7
Annotations
10 warnings
build:
Dependencies/Blue-Archive-Classes/Blue-Archive-Classes/Catalog.cs#L48
Non-nullable property 'Table' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dependencies/Blue-Archive-Classes/Blue-Archive-Classes/Catalog.cs#L35
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dependencies/Blue-Archive-Classes/Blue-Archive-Classes/Catalog.cs#L42
Non-nullable property 'Includes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dependencies/Blue-Archive-Classes/Blue-Archive-Classes/Catalog.cs#L29
Non-nullable property 'Table' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dependencies/Blue-Archive-Classes/Blue-Archive-Classes/Catalog.cs#L17
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dependencies/Blue-Archive-Classes/Blue-Archive-Classes/Catalog.cs#L18
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blue-Archive-Catalog-Converter/Program.cs#L59
Using member 'System.Text.Json.JsonSerializer.Deserialize(String, Type, 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:
Blue-Archive-Catalog-Converter/Program.cs#L64
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:
Blue-Archive-Catalog-Converter/Program.cs#L59
Using member 'System.Text.Json.JsonSerializer.Deserialize(String, Type, 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:
Blue-Archive-Catalog-Converter/Program.cs#L64
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.
|