-
Notifications
You must be signed in to change notification settings - Fork 199
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-LLVM] Include JS interop generator in ILC package #2573
[NativeAOT-LLVM] Include JS interop generator in ILC package #2573
Conversation
@@ -9,6 +9,11 @@ | |||
<Content Include="*.*" Exclude="$(MSBuildProjectFile)" /> | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<ProjectReference Include="$(LibrariesProjectRoot)\System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj" OutputItemType="Analyzer" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akoeplinger How can I do something this in here? I need to be sure that the interop generator is built before this project's Build
target
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo a request for a new issue to link to. Thank you!
LGTM |
Contributes to #2434