-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[NativeAOT] Failed to compile WinRT project #102259
Comments
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
May 15, 2024
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
dotnet-policy-service
bot
removed
the
untriaged
New issue has not been triaged by the area owner
label
May 15, 2024
MichalStrehovsky
added a commit
to MichalStrehovsky/runtime
that referenced
this issue
May 16, 2024
Fixes dotnet#102259. Delegate creation requires form of lookups that are hard to express across inlined generics. This was introduced when we started doing more generic inlining in dotnet#99265. I [suspected](dotnet#99265 (comment)) things might not be correct here but assumed we'd have test coverage for sure. _Now_ we have test coverage.
MichalStrehovsky
added a commit
that referenced
this issue
May 16, 2024
Fixes #102259. Delegate creation requires form of lookups that are hard to express across inlined generics. This was introduced when we started doing more generic inlining in #99265. I [suspected](#99265 (comment)) things might not be correct here but assumed we'd have test coverage for sure. _Now_ we have test coverage.
Ruihan-Yin
pushed a commit
to Ruihan-Yin/runtime
that referenced
this issue
May 30, 2024
Fixes dotnet#102259. Delegate creation requires form of lookups that are hard to express across inlined generics. This was introduced when we started doing more generic inlining in dotnet#99265. I [suspected](dotnet#99265 (comment)) things might not be correct here but assumed we'd have test coverage for sure. _Now_ we have test coverage.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
WinRT project failed to build while compiling with NativeAOT.
Reproduction Steps
4243217485_WinRTServerTest.zip
Expected behavior
No exception while building.
Actual behavior
An exception occurred during building.
Regression?
Yes. Doesn't reproduce on .NET 8.
Known Workarounds
No.
Configuration
.NET 9 nightly: 9.0.100-preview.5.24264.22
Other information
No response
The text was updated successfully, but these errors were encountered: