Refactor #51
Annotations
5 errors and 4 warnings
Release (macOS)
⚠️ GitHub Releases requires a tag
|
Release (windows)
The job was canceled because "macOS" failed.
|
Release (windows)
The operation was canceled.
|
Release (linux)
The job was canceled because "macOS" failed.
|
Release (linux)
The operation was canceled.
|
Release (macOS)
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.
|
Release (macOS):
source/ditjson/NtdsData.cs#L29
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.
|
Release (linux)
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.
|
Release (linux):
source/ditjson/NtdsData.cs#L29
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.
|