-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
Description
Publishing an empty aspnetcore app results in warnings from non-aspnetcore code. This issue is to ensure they are tracked, and we have contacted the right people to fix those warnings before release.
- Warnings from System.Linq.Expressions because project is not annotated Annotate remaining runtime libraries for NativeAOT runtime#75480
- Warnings from Microsoft.Extensions.Logging related to DI configuration. Bug in the NativeAOT compiler Extra ILC warnings when PublishAOT=true on method already marked RequiresUnreferencedCode runtime#75898
- Warnings from Microsoft.Extensions.DependencyInjection. The solution is to remove
RequiresDynamicCodefrom APIs. Warnings are currently suppressed Remove RequiresDynamicCode from Microsoft.Extensions.DependencyInjection runtime#79425 - Warnings from Microsoft.Extensions.DependencyInjection related to GetGenericType. Bug in the NativeAOT compiler Extra ILC warnings when PublishAOT=true on property with UnconditionalSuppressMessage runtime#81129