You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to turn the byte order mark (BOM) with the DEXTER report output? I see that there may be a flag that could be set but not sure how to perform these steps. Thanks.
Is there a way to turn the byte order mark (BOM) with the DEXTER report output? I see that there may be a flag that could be set but not sure how to perform these steps. Thanks.
https://github.com/Appdynamics/AppDynamics.DEXTER/blob/master/NLog.xsd
<xs:element name="writeBom" minOccurs="0" maxOccurs="1" type="xs:boolean" />
<xs:attribute name="writeBom" type="xs:boolean">
xs:documentationIndicates whether to write BOM (byte order mark) in created files</xs:documentation>
<xs:element name="includeBOM" minOccurs="0" maxOccurs="1" type="xs:boolean" />
<xs:attribute name="writeBom" type="xs:boolean">
xs:annotation
xs:documentationIndicates whether to write BOM (byte order mark) in created files</xs:documentation>
The text was updated successfully, but these errors were encountered: