-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Attempting to GenerateReferenceSource
for System.Runtime fails
#34604
Comments
Tagging @safern, @ViktorHofer as an area owner |
cc: @ericstj I repro this locally. We're missing two things here for assemblies that have a |
So the way I'd expect this to work is that --follow-type-forwards is the default for any project that uses ReferenceFromRuntime (assuming it isn't already set) and for --lib-path it gets derived from all the directories passed as @(ReferencePath) to the compiler. |
Right, however for that we would need to make |
Not sure if this is something specific to me, but after I updated my System.Runtime.cs file, VS started crashing when I tried to open it. |
VS crash? That's not good - can you get a callstack? Let's get a bug opened against them |
Yup yup. I'm going to be debugging this a little later and will capture a log then. |
As per the title, the following fails:
The text was updated successfully, but these errors were encountered: