Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve MakeGenericType ILLink warning in DependencyInjection #55102

Merged
merged 5 commits into from
Jul 31, 2021

Commits on Jul 27, 2021

  1. Resolve MakeGenericType ILLink warning in DependencyInjection

    Resolve the ILLink warning in DependencyInjection by adding a runtime check that is behind a new AppContext switch 'Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability'. The runtime check ensures the trimming annotations on the open generic types are compatible between the service and implementation types. The check is enabled by default when PublishTrimmed=true.
    eerhardt committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    cac1c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    ae283e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    5044fa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccab974 View commit details
    Browse the repository at this point in the history
  3. Fix up merge

    eerhardt committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0efdbcc View commit details
    Browse the repository at this point in the history