Skip to content

NLog's schema (NLog.xsd) ignored in Visual Studio? #256

@fterrani

Description

@fterrani

Hello.

I was looking for documentation on the <nlog> element in NLog config files. The best I've found so far is the XML schema.

While examining it, I noticed this line:

<xs:element name="quoteChar" type="xs:string" minOccurs="0" maxOccurs="1" default=""" />

I think the """ might make some XML Schema parsing tools fail. It should probably be:

<xs:element name="quoteChar" type="xs:string" minOccurs="0" maxOccurs="1" default="&quot;" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions