-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
More nativeaot constrained call bug(s) #98582
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescriptionHere's another of our constrained call tests that failed with nativeaot. Reproduction Steps
Expected behavior
Actual behavior
Regression?I suspect it probably happened with the net7 nativeaot but I don't know for certain. I didn't explicitly check this test back when I was testing net7 nativeaot. .NET Core is fine. Mono and .NET Framework are also fine. Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
Here's another test that is similar. I don't know if it's a separate issue or not. It reuses some of the same interfaces that are in the repro project.
|
Likely dup of dotnet/runtimelab#1431 (see blocked tests in issues.targets). |
Fixes dotnet/runtimelab#1431. Fixes dotnet#98582. Fixes dotnet#98581.
Description
Here's another of our constrained call tests that failed with nativeaot.
Reproduction Steps
Unzip the attached file
ConsoleApp45.zip
Run dotnet publish
Run .\ConsoleApp45\bin\Release\net8.0\win-x64\publish\ConsoleApp45.exe
Expected behavior
Actual behavior
Regression?
I suspect it probably happened with the net7 nativeaot but I don't know for certain. I didn't explicitly check this test back when I was testing net7 nativeaot.
.NET Core is fine. Mono and .NET Framework are also fine.
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: