Skip to content

Commit ca76d51

Browse files
authored
remove .css files due to codeQL errors (#5564)
1 parent c54feb5 commit ca76d51

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/dotnet-svcutil/lib/src/FrameworkFork/Microsoft.Xml/Xml/Core/XmlUtf8RawTextWriter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55

66
// WARNING: This file is generated and should not be modified directly. Instead,
7-
// modify XmlTextWriterGenerator.cxx and run gen.bat in the same directory.
7+
// modify XmlTextWriterGenerator.cxxbak and run gen.bat in the same directory.
88
// This batch file will execute the following commands:
99
//
10+
// Before running below command, rename XmlRawTextWriterGenerator.cxxbak to XmlRawTextWriterGenerator.cxx
1011
// cl.exe /C /EP /D _XML_ENCODED_TEXT_WRITER XmlRawTextWriterGenerator.cxx > XmlEncodedRawTextWriter.cs
1112
//
1213
// Because these two implementations of XmlTextWriter are so similar, the C++ preprocessor

0 commit comments

Comments
 (0)