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

Change how test assemblies opt-in to LibraryImportGenerator usage #92661

Merged
merged 5 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. Update generators.targets to opt-in test projects to LibraryImportGen…

    …erator like source projects
    jkoritzinsky committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6432227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b276895 View commit details
    Browse the repository at this point in the history
  3. Remove setting of EnableLibraryImportGenerator since generator projec…

    …ts are not considered source projects.
    jkoritzinsky committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c6736a7 View commit details
    Browse the repository at this point in the history
  4. Suppress the "type conflicts with imported type" warning that shows u…

    …p on downlevel assemblies due to IVT.
    jkoritzinsky committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    09ede85 View commit details
    Browse the repository at this point in the history
  5. Disable LibraryImportGenerator in the SerializationTypes assembly sin…

    …ce it is sensitive to additional included sources.
    jkoritzinsky committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    88214fc View commit details
    Browse the repository at this point in the history