adoconnection/RazorEngineCore
.NET10 Razor Template Engine
9 Releases
Latest: 5mo ago
2026.1.1Latest
📋 Changes
- NET10
- HtmlSafeTemplate example
- RazorTemplateCache example
2024.4.1
📋 Changes
- Expose RazorProjectEngineBuilder 🚀 #141 (thanks [@cutslikeaknife](https://github.com/ItWorksOnMyMachine))
- Documentation for RazorEngineCompilationOptionsBuilder #140 (thanks [@MichaelCleverdon](https://github.com/MichaelCleverdon))
- More asyncs #138 (thanks [Adam Kauffman](https://github.com/A9G-Data-Droid))
2023.11.1
📋 Changes
- Template debugging 🚀 PR#111 (thanks [@shehrozeee](https://github.com/shehrozeee) and [@TheAtomicOption](https://github.com/TheAtomicOption))
- Add CancellationToken overloads to Compile methods PR#134 (thanks [@daviddotcs](https://github.com/daviddotcs))
- Package license information #133
- Code cleanup
2022.8.1
Proper namespace handling for nested types and types wiothut namespace #113 (thanks [@Kirmiir](https://github.com/Kirmiir))
2022.1.2
fix for publish as signle file #94
2022.1.1
📋 Changes
- Make private methods in RazorEngine protected and virtual #PR88 (thanks [@wdcossey](https://github.com/wdcossey))
- Dictionary bug in anonymous model #91 (thanks [@jddj007-hydra](https://github.com/jddj007-hydra))
- Template name fix #PR84 (thanks [@Yazwh0](https://github.com/Yazwh0))
- CI for GitHub Actions #PR69 (thanks [@304NotModified](https://github.com/304NotModified))
- Added Source Link #PR67 (thanks [@304NotModified](https://github.com/304NotModified))
- Microsoft.AspNetCore.Razor.Language 3.1.8 -> 6.0.1
- Microsoft.CodeAnalysis.CSharp 3.7.0 -> 4.0.1
2021.7.1
📋 Changes
- Better error messages #PR54 (thanks [@wdcossey](https://github.com/wdcossey))
- More asyncs #PR53 (thanks [@wdcossey](https://github.com/wdcossey))
- Strong name for assembly #59 (thanks [@garryxiao](https://github.com/garryxiao))
2021.3.1
📋 Changes
- fixed NET5 publish as single file (thanks @jddj007-hydra)
- AnonymousTypeWrapper array handling fix
- System.Collections referenced by default
- Microsoft.AspNetCore.Razor.Language 3.1.8 -> 5.0.3
- Microsoft.CodeAnalysis.CSharp 3.7.0 -> 3.8.0
2020.10.1
linux fix for #34
