GitPedia
adoconnection

adoconnection/RazorEngineCore

.NET10 Razor Template Engine

9 Releases
Latest: 5mo ago
2026.1.1Latest
adoconnectionadoconnection·5mo ago·January 17, 2026
GitHub

📋 Changes

  • NET10
  • HtmlSafeTemplate example
  • RazorTemplateCache example
2024.4.1
adoconnectionadoconnection·2y ago·April 16, 2024
GitHub

📋 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
adoconnectionadoconnection·2y ago·November 17, 2023
GitHub

📋 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
adoconnectionadoconnection·3y ago·August 7, 2022
GitHub

Proper namespace handling for nested types and types wiothut namespace #113 (thanks [@Kirmiir](https://github.com/Kirmiir))

2022.1.2
adoconnectionadoconnection·4y ago·January 22, 2022
GitHub

fix for publish as signle file #94

2022.1.1
adoconnectionadoconnection·4y ago·January 17, 2022
GitHub

📋 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
adoconnectionadoconnection·4y ago·July 16, 2021
GitHub

📋 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
adoconnectionadoconnection·5y ago·March 1, 2021
GitHub

📋 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
adoconnectionadoconnection·5y ago·October 12, 2020
GitHub

linux fix for #34