fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
516 stars 153 forks source link

AssemblyInfo: generate BOM header when using Mono #226

Open zealisland opened 8 years ago

zealisland commented 8 years ago

When run the target AssemblyInfo, the generated AssemblyInfo.fs/cs files contain a BOM header when using Mono on Ubuntu. On Windows, does not observe the same behavior. Any idea?