We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400cb18 commit 17c551cCopy full SHA for 17c551c
sources/SilkTouch/SilkTouch/Mods/Common/MSBuildModContext.cs
@@ -110,7 +110,7 @@ public async Task InitializeAsync()
110
111
// TODO: This currently causes the global usings to be output into each file. Not sure why.
112
113
- // Remove all documents from the output directory
+ // Remove all documents that are part of the output directory
114
// This is to ensure that existing code is not used as the input for newly generated code,
115
// which would cause a cycle.
116
// Note that this does not remove all documents from the project, such as the global usings files.
0 commit comments