Closed baronfel closed 1 month ago
There is are "clr-type", "clr-type-name" and "clr-namespace" types, and it looks like this uses "clr-namespace", whereas it should be "clr-type" - or maybe "csharp-type", as the syntax for generic is not universal.
However, handling of both XML and MSBuild escaping is a bit iffy in general, and I think that's the main problem here.
Given the following snippet from a C# project file:
The extension errors on the
Include
because of the escaped<
and>
characters. It might be useful toInclude
onUsing
items