George
George
@adragoset Just call before any other code to add support for encodings. ```cs Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); ```
Thank you for letting me know about this. I have not yet installed the latest VS Preview. Will do so next week probably. However I am not a good choice...
BTW It would be really great if you could implement a more detailed list of interfaces in the Super Quick Info tooltips, where it shows the whole interface inheritance chain...
Ideally I think there should be two possible views between which you can switch. Or maybe a unified view but with an option to turn a list-like view into a...
> I think variant 2 is identical to the "simpler, list like view" actually. I don't think so, because the current list does _not_ duplicate items, whereas my proposal does...
Another related Super Quick Info improvement I want to propose is to reposition the `where TypeParam : ` generic constraints from the type's title to where the information about type...
I only have `*.razor`-flavored files, so no `*.cshtml` files if that's what you meant. But Codist did not seem to work well (poor syntax highlighting experience) the last time I...
Just installed 7572. As you experienced yourself, I too had to install it 3 times for it to be installed on 2022 (I too have multiple versions, and it was...
> Could you help test whether the recent betas work well on ASP.NET projects? So, if you were not talking about `.cshtml` or `.razor` files, what did you mean?
I really like the alternative QuickInfo style. Great work! However a few issues / suggestions: 1. Type parameters should include generic constraints 2. Not sure about including the namespace below...