Dai

Results 167 comments of Dai

I have this implemented in prototype form in my fork here: https://github.com/daiplusplus/ExhaustiveMatching/tree/dev/2023-11-look-mum-no-assembly-reference-required

This isn't a bug, [it's by-design](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/4.0.1) - it's just under-documented: > New feature - Added `XmlSerializer` style `Specified` property support Confounding things, [the current documentation page for _Conditional Property Serialization_](https://www.newtonsoft.com/json/help/html/conditionalproperties.htm)...

I have added strong-naming in my branch here: https://github.com/daiplusplus/ExhaustiveMatching/tree/dev/2011-11-strong-naming Because this branch builds off my current PR, I'll submit this as a PR once my existing PR is merged.

Out of curiosity, is the new EditorConfig editor in 16.10 based on Mads' code, or is it another case of NIH Syndrome _even though_ Mads works at MSFT?

@ffes Me too - I've had Mads' extension installed for over 2-3 years now and I didn't get to see VS' new `.editorconfig` _designer_ until now and... it's really disappointing....

I'll take a look at it, sure. I'd like to know why the commands don't appear in the Add Command picker though...

If it helps, if anyone needs UX design inspiration: WinDbg has had a Notes window for as long as I've remembered, including in the current _ribbonified_ UX: ![image](https://github.com/NationalSecurityAgency/ghidra/assets/1693078/1a3716f2-a2b4-410c-a313-fa641494774f) --------- I'd...

This also happens with: * the `INCLUDE()` and `WHERE` clauses in `CREATE INDEX` statements. * `INDEX` declarations within a `CREATE TABLE` statmenet. * `DEFAULT` constraints. * ...basically _anywhere_ you have...

> you can't use both at the same time _Right now_, that's right: the SingleFileGenerator will write its output in the same directory as its source `.cshtml` file, while the...