Browse Source
The SlowCheetah NuGet package uses the MSBuild API to directly modify the MSBuild project file stored in memory in MSBuild's GlobalProjectCollection. It adds properties that contain special MSBuild characters, for example $( ). When SharpDevelop was merging these new properties back into the project file on disk it was using MSBuild to encode them so the wrong values were added. Now the property values are not encoded.pull/737/merge
2 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue