Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 619 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 619 Bytes

MSBuild XslTransformation Whitespace Issue

Project to reproduce dotnet/msbuild!7671.

How to run:

  • clone this repository
  • execute dotnet run

What happens: Two .proto files are generated:

  • Program.cs uses xsl/fdl2proto.xsl on GreetingProvider.sila.xml to generate GreetingProviderExpected.proto
  • MSBuildXslTransformationIssue.csproj uses xsl/fdl2proto.xsl on GreetingProvider.sila.xml to generate GreetingProviderMSBuild.proto

What I expect: Both files have the same content.

What actually happens: MSBuild does not correctly output whitespace