Bump System.Text.Encodings.Web from 9.0.2 to 9.0.3 #518
Annotations
10 warnings
'TValue' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'Microsoft.AspNetCore.Components.Forms.InputNumber<TValue>'. The generic parameter 'TValue' of '__Blazor.LINQDemoComponents.TakeDemo.TypeInference.CreateInputNumber_0<TValue>(RenderTreeBuilder, Int32, Int32, Object, Int32, Object, Int32, TValue, Int32, EventCallback<TValue>, Int32, Expression<Func<TValue>>)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
LINQDemoComponents/TakeRangeDemo.razor#L72
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
LINQDemoComponents/TakeRangeDemo.razor#L71
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
HTTPClientDemoComponents/improving-performance-and-memory-use-while-accessing-apis-using-http-client-in-dotnet/ReadAsStreamDemo.razor#L43
Using member 'System.Text.Json.JsonSerializer.DeserializeAsync<TValue>(Stream, JsonSerializerOptions, 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.
|
HTTPClientDemoComponents/improving-performance-and-memory-use-while-accessing-apis-using-http-client-in-dotnet/ReadAsStringDemo.razor#L43
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.
|
HTTPClientDemoComponents/free-up-resources-with-cancellation-while-accessing-apis-using-http-client-in-dotnet/ReadWithCancellationDemo.razor#L48
Using member 'System.Text.Json.JsonSerializer.DeserializeAsync<TValue>(Stream, JsonSerializerOptions, 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.
|
ReportDemoComponents/generate-excel-report-using-closed-xml-in-dotnet/SimpleClosedXMLDemo.razor#L32
Using member 'ReportDemoComponents.Utilities.ToDataTable<T>(IEnumerable<T>, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The following members are used by TypeDescriptor.GetProperties(typoeof(T)).
|
ReportDemoComponents/generate-excel-report-using-closed-xml-in-dotnet/ComplexClosedXMLDemo.razor#L24
Field 'ComplexClosedXMLDemo.base64String' is never assigned to, and will always have its default value null
|
BaseComponents/ContentHead.razor#L114
Using member 'Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue<T>(IConfiguration, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. In case the type is non-primitive, the trimmer cannot statically analyze the object's type so its members may be trimmed.
|
BaseComponents/ContentHeader.razor#L57
Using member 'Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue<T>(IConfiguration, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. In case the type is non-primitive, the trimmer cannot statically analyze the object's type so its members may be trimmed.
|
The logs for this run have expired and are no longer available.
Loading