Fred Silberberg

Results 412 comments of Fred Silberberg

They will be in the next release of the vscode extension, I believe.

Are you sure it's loading from the dll, and not from some local source on your machine? I made sure that I had sourcelink enabled, but I'm still not seeing...

I believe this is likely going to be out of scope until we can reuse infra. Part of that is restructuring everything about how tag helpers work in the razor...

At this point, no. We're working through the technical debt in the razor compiler, but we're still trying to figure out what things need to be invested in first to...

> @eerhardt has suggested that this can be solved without reflection by extending the `JsonConstructor` mechanism so that init-only properties are incorporated as constructor parameters. I was totally expecting this...

I see a number of comments in this issue specifically focusing on imports as a reason for extra text edits to be applied after a paste event, and I just...

> I can talk with the TS team about `onWillPaste` vs `onDidPaste` to see if one would be easier to implement For reference of an existing implementation, I want this...

I would definitely prefer to see a config setting I could change, rather than an extra flag I have to remember to pass to repo clone. The current behavior is...

Another point on the list would be [`CompilerFeatureRequiredAttribute`](https://github.com/dotnet/runtime/issues/66167). This attribute is similar to a `modreq` where anything that is attributed with such an attribute with an unknown string should be...

Yes. In C#/VB, if we see the user using a thing with this attribute, we error and say "'location' requires compiler feature 'attribute string', which is not supported by this...