Damien Guard

Results 14 issues of Damien Guard

While the `#if` preprocessor directive is powerful it can play havoc with source analysis tools, syntax highlighters and semantic code analysis when used to build fragments of statements that would...

Adds "podcast" and "category" options that allow RSS2 feeds to expose podcasts in a way compliant with Apple and Google's minimum recommendations as described here https://support.google.com/podcast-publishers/answer/9889544?hl=en

Right now the tests don't run on Windows because of the use of export. `cross-env` is a well-known package that takes care of this and allows the tests to work...

Fixes #223

Issue to track the various parts of C# 11 support - currently in preview so subject to change before then. Some C# 11 syntax works already as we are not...

First attempt at XML doc comment parsing referenced in #18 I'm pretty happy with how this has turned out so far and it's quite in-line with the Roslyn way of...

There is a lot of XML specified in the grammar.txt but it is not clear if/how it ties in with the `///` commenting (there is no pattern for `///` listed)

enhancement
nice to have

**What's the Product's Name?** Microsoft Content Management Server **Describe the product in a single sentence.** A web based content management system for use by authors, editors, moderators, developers and designers...

Previously, in EF 8, you could map a property to type `Dictionary` and access the properties correctly like this: ```C# var db = new MyDbContext(); var x = await db.Entities.FirstAsync();...

type-bug
regression
customer-reported
area-cosmos