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

Fix a case in MethodImpl overriding which wasn't handled as expected in ilc.exe for native aot #106716

Merged
merged 6 commits into from
Sep 5, 2024

Commits on Aug 20, 2024

  1. Fix a case in MethodImpl overriding which wasn't handled as expected …

    …in ilc.exe for native aot
    
    - This was causing real C# applications to fail to behave correctly on NativeAOT builds
    - Enable testing for covariant byref returns on nativeaot (split testing up so that the tests do not expect TypeLoadException, which NativeAOT doesn't reliably generate)
    - Fix implementation of SynthesizedPgoIncompatible project file flag for test script generation
    - Put copy of attributetesting.il test into the managed type system unit test suite
    - Add regression test of issue noted in dotnet#96175 into managed type system unit test suite
    - Update workflow documentation to include a better path to finding details on how to run CoreCLR and Libraries tests for Native AOT
    
    Fixes dotnet#96175
    davidwrighton committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    18917eb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    c971177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0e3cd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    933265d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5eeca View commit details
    Browse the repository at this point in the history