-
Notifications
You must be signed in to change notification settings - Fork 15
assemblies-valid fails with .NET 10 #370
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
Comments
Console.WriteLine doesn't get logged by xunit, I suppose?
shows:
Essentially, test is flagging that the 2 dlls don't contain AOT (ReadyToRun) data. |
It depends on how the test runner gets invoked.
We should take a look at what is in these assemblies to see if there is something AOT-able. |
Thanks. I did some testing and I am seeing some strange behaviour when testing with
It doesn't look like a simple |
I've seen some weirdness here too. I assume due to the terminal logger (that became the default in .NET 9). Disabling the terminal logger may help.
Is this for a test that fails? |
I was testing the current version of |
I re-ran some unit tests. Looks like relying on ✅ = Output from unit test is displayed
|
Upstream tracker for the assemblies missing AOT: dotnet/aspnetcore#60174 |
The failing assert is:
dotnet-regular-tests/assemblies-valid/AssembliesValid.cs
Line 120 in 5043d97
cc @omajid @nicrowe00
The text was updated successfully, but these errors were encountered: