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

Add an AOT compatibility test app #1378

Merged
merged 3 commits into from
Apr 19, 2024
Merged

Commits on Apr 18, 2024

  1. Add an AOT compatibility test app

    Following the guides at
    https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming?pivots=dotnet-8-0
    and https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/,
    add an application which is published for AOT in CI.
    
    This process fully verifies all code-paths in the library and its dependencies
    for trimming/AOT, which the analyzers are not themselves able to do.
    
    (As a side benefit, now we are also checking the library builds in Release)
    Rob-Hague committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1850ae3 View commit details
    Browse the repository at this point in the history
  2. Test failure scenario

    Rob-Hague committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6ff943b View commit details
    Browse the repository at this point in the history
  3. Revert "Test failure scenario"

    This reverts commit 6ff943b.
    Rob-Hague committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    160dfb3 View commit details
    Browse the repository at this point in the history