DamianEdwards / RazorSlices

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

Could we use this from a libray / dll ? #18

Closed ignatandrei closed 1 year ago

ignatandrei commented 1 year ago

Could we use this from a libray / dll ?

DamianEdwards commented 1 year ago

Not yet. I intend to support using this from a Razor Class Library, in addition to it being usable from a class library targeting ASP.NET Core, but I haven't added the functionality required to find slices from referenced libraries just yet. Note it will still depend on ASP.NET Core.

ignatandrei commented 1 year ago

Ok. I will close for now. Let's see in 1 year ;-)