DamianEdwards / RazorSlices

Lightweight Razor-based templates for ASP.NET Core without MVC, Razor Pages, or Blazor.
MIT License
297 stars 12 forks source link

Overhaul to support trimming and native AOT #42

Closed DamianEdwards closed 1 month ago

DamianEdwards commented 1 month ago

BREAKING CHANGE

Complete overhaul of implementation and API semantics to support trimming and native AOT fully.

Fixes #2 Fixes #31 Fixes #37 Fixes #43