Implement NuGet package uploads #108
Annotations
3 errors and 11 warnings
Build & Test using 8.x on ubuntu-latest
Process completed with exit code 1.
|
Build & Test using 8.x on macos-latest
Process completed with exit code 1.
|
Build & Test using 8.x on windows-latest
Process completed with exit code 1.
|
Build & Test using 8.x on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build & Test using 8.x on macos-latest:
PubNet.Auth/Models/JsonWebToken.cs#L45
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|
Build & Test using 8.x on macos-latest:
PubNet.Auth/Models/JsonWebToken.cs#L45
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, 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 & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Dart/DartPackageVersionConfiguration.cs#L15
Argument of type 'PubSpecValueConverter' cannot be used for parameter 'converter' of type 'ValueConverter<PubSpec, string?>' in 'PropertyBuilder<PubSpec> PropertyBuilder<PubSpec>.HasConversion<string?>(ValueConverter<PubSpec, string?>? converter)' due to differences in the nullability of reference types.
|
Build & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/RepositoryMetadataValueConverter.cs#L9
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|
Build & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/RepositoryMetadataValueConverter.cs#L10
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|
Build & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/RepositoryMetadataValueConverter.cs#L9
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 & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/RepositoryMetadataValueConverter.cs#L10
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, 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 & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/PackageDependencyGroupArrayConverter.cs#L40
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|
Build & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/PackageDependencyGroupArrayConverter.cs#L40
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(Utf8JsonWriter, 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 & Test using 8.x on macos-latest:
DB/PubNet.Database.Entities/Converters/PackageDependencyGroupArrayConverter.cs#L24
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ref Utf8JsonReader, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
|