MoonStorm / FastCrud

fast .NET ORM for strongly typed people
MIT License
506 stars 128 forks source link

ModelGenerator: Remove BOM #193

Closed twdkeule closed 5 months ago

twdkeule commented 10 months ago

Visual Studio does not like the byte order mark and generates a '?' at the start of the output file. Then the output file is no longer a valid C# file...