-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
CSharpVirtualCharService throwing various asserts #29451
Comments
FYI to @CyrusNajmabadi been seeing a bunch of asserts here. Entirely unable to figure out a consistent repro though... |
Ah, worked out one scenario. Bug updated. 😄 |
oh wacky. looking now! |
Hrmm. @jasonmalinowski @sharwell I'm having trouble debugging roslyn. I upgraded to 15.9p1 today. I have the latest roslyn, which i built fully. But when i try to debug i get this:
Note that that's typescript dying. Is it possible we changed AsynchronousViewTaggerProvider in a way that breaks them? |
I think this is caused by this PR: #28781 It added IThreadingContext to this type that is shared with TypeScript unfortunately :( |
Yes, @JieCarolHu is already addressing that with the TypeScript team as we speak. That issue should only be constrained to TypeScript scenarios though. |
Odd. I'm getting it even just opening a c# console app. That said, i'm removing TS/JS support from my VS since i don't really need it :) |
Ok. So i've now learned something new about C#. You can have strings inside a pp-directive. And those strings do not have escape chars in them... wow. |
Ah. I get why that is. These are intended to be filepaths. And it would have been really annoying to have to escape everything. Weird :) |
Steps to Reproduce:
#line 1 "A\B"
Expected Behavior: No asserts
Actual Behavior: Asserts
The text was updated successfully, but these errors were encountered: