Fix README style #162
Annotations
10 warnings
E5Renewer/Controllers/SimpleDummyResultGenerator.cs#L23
Member 'E5Renewer.Controllers.SimpleDummyResultGenerator.GenerateDummyResultAsync(HttpContext)' with 'RequiresUnreferencedCodeAttribute' implements interface member 'E5Renewer.Controllers.IDummyResultGenerator.GenerateDummyResultAsync(HttpContext)' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
E5Renewer/WebApplicationExtends.cs#L63
Using member 'Microsoft.AspNetCore.Http.HttpResponseJsonExtensions.WriteAsJsonAsync<TValue>(HttpResponse, TValue, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and need runtime code generation. Use the overload that takes a JsonTypeInfo or JsonSerializerContext for native AOT applications.
|
E5Renewer/WebApplicationExtends.cs#L63
Using member 'Microsoft.AspNetCore.Http.HttpResponseJsonExtensions.WriteAsJsonAsync<TValue>(HttpResponse, TValue, CancellationToken)' 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.
|
E5Renewer/WebApplicationExtends.cs#L117
Using member 'System.Text.Json.JsonSerializer.DeserializeAsync<TValue>(Stream, JsonSerializerOptions, CancellationToken)' 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.
|
E5Renewer/Controllers/SimpleDummyResultGenerator.cs#L37
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(ReadOnlySpan<Byte>, 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.
|
E5Renewer/WebApplicationExtends.cs#L108
Using member 'Microsoft.AspNetCore.Http.HttpResponseJsonExtensions.WriteAsJsonAsync<TValue>(HttpResponse, TValue, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and need runtime code generation. Use the overload that takes a JsonTypeInfo or JsonSerializerContext for native AOT applications.
|
E5Renewer/WebApplicationExtends.cs#L93
Using member 'E5Renewer.WebApplicationExtends.ToDictionary<K, V>(Stream)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Calls System.Text.Json.JsonSerializer.DeserializeAsync<TValue>(Stream, JsonSerializerOptions, CancellationToken).
|
E5Renewer/WebApplicationExtends.cs#L108
Using member 'Microsoft.AspNetCore.Http.HttpResponseJsonExtensions.WriteAsJsonAsync<TValue>(HttpResponse, TValue, CancellationToken)' 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.
|
E5Renewer/Controllers/SimpleDummyResultGenerator.cs#L62
Using member 'E5Renewer.Controllers.SimpleDummyResultGenerator.GenerateDummyResultAsync(HttpContext)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Calls JsonSerializer.Deserialize<T>(ReadOnlySpan<byte>).
|
E5Renewer/Program.cs#L136
Using member 'Microsoft.AspNetCore.Http.HttpResponseJsonExtensions.WriteAsJsonAsync<TValue>(HttpResponse, TValue, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and need runtime code generation. Use the overload that takes a JsonTypeInfo or JsonSerializerContext for native AOT applications.
|
The logs for this run have expired and are no longer available.
Loading