-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-Tools-ILLink.NET linker development as well as trimming analyzers.NET linker development as well as trimming analyzers
Milestone
Description
Consider this configuration
internal List<Type> InterceptorProviders { get; } = [typeof(Server.Interceptors.ServerSide.RevalidatingInterceptor)];And the code whcih use this configuration
foreach (Type interceptorType in config.DataPortalOptions.DataPortalServerOptions.InterceptorProviders)
{
services.AddScoped(typeof(IInterceptDataPortal), interceptorType);
}There no way how I can say that List of Types will contain only types with specific DAM properties. I think having that would still be statically analyzeable.
Metadata
Metadata
Assignees
Labels
area-Tools-ILLink.NET linker development as well as trimming analyzers.NET linker development as well as trimming analyzers
Type
Projects
Status
No status