David Wengier
David Wengier
Thanks for the detail @michaelcsikos. I'm going to move that comment to a new issue, and see if we can do anything about it. Will be interesting to see how...
> there's no squiggle in the editor This would be tooling, but looks to me like the compiler shouldn't be erroring on this, or perhaps should be offering a better...
That is bizarre and scary, I had no idea. Would love to see that change in a warning wave, as I can see why someone might want `@(myThing.Name)@(myThing.Suffix)` for example,...
Thanks for the report. This is the same underlying problem that causes https://github.com/dotnet/razor/issues/9369
@garrettlondon1 just noticed the "_bg" in the filename. This implies you're using OmniSharp, or have the C# extension set to use OmniSharp at least. Is that correct? Does the problem...
That's not off topic, thats reporting bugs 😁 (though okay.. separate issues is probably ideal, but we'd rather have the information somewhere than not)
> Can reproduce as of the latest prerelease. Also getting `'RenderTreeBuilder' does not contain a definition for 'AddComponentParameter' and no accessible extension method 'AddComponentParameter' accepting a first argument of type...
Thanks for the logs @blackshot The good news is that the red component tags are fixed by https://github.com/dotnet/vscode-csharp/pull/6304, so should be in a release soon. The bad news is there...
Thanks for that info, thats very helpful. Unfortunately I'm not sure how helpful I can be. I can think of two possibilities: 1. Given that your "type or namespace not...
Indeed, its odd that you would get a green tag with a "could not find component" warning, as both come from data the compiler provides us. What might have happened...