Neil McAlister
Neil McAlister
As for actual StyleCop integration, it appears that as of VS2015, StyleCop no longer supports Visual Studio, presumably due to the Roslyn overhaul. However, the [StyleCopAnalyzers project](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) seems to exist...
There's a bunch, and I'm not sure how many of them are just a result of some build flags not quite working correctly. I'll try to summarize: - There seems...
Ah, I wasn't aware that C++-from-Rust was notably trickier than C-from-Rust (though I guess I should have been). Anyway, thanks for satisfying my curiosity, and happy to at least give...
(Copying over the information from my dupe issue #36416) Some extra information: this is caused by a bug in WinUI. It's discussed in these issues in their repo: - https://github.com/microsoft/microsoft-ui-xaml/issues/6901...
A bit of digging around in the source code for `ExtendsContentIntoTitleBar` shows that there are at least 9 modules that might be affected: - Advanced Paste - Color Picker -...
Ah, the bot is correct. This is a dupe of #30001. Want me to just add the extra info around the cause (WASDK bug) and the screenshot to the existing...
@michaelbromley Just want to chime in to say I'm also affected by this, and would love to see this merged. (I've also tested it locally on Windows and can confirm...
The generated completions: (Also, I have to give kudos to whoever wrote the generator for this. The output is very readable!) ```ps1 using namespace System.Management.Automation using namespace System.Management.Automation.Language Register-ArgumentCompleter -Native...