adoconnection / RazorEngineCore

.NET6 Razor Template Engine
MIT License
576 stars 85 forks source link

SaveToFileAsync uses different FileModes between typed and not typed versions #55

Closed CLazurean closed 2 years ago

CLazurean commented 3 years ago

Not typed version uses FileMode.OpenOrCreate, while the typed version uses FileMode.CreateNew.

adoconnection commented 3 years ago

Hi, thanks!

adoconnection commented 2 years ago

fixed in 2022.1.1