You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, that we can Render Razor components outside of ASP.NET Core, it would be nice to replace Axuno.TextTemplating with Razor.Templating.Core? See the description here. A big benefit was, that the razor views can be debugged out-of-the-box. A little downside is, that eventually a new project with type <Project Sdk="Microsoft.NET.Sdk.Razor"> is necessary for templating.
The text was updated successfully, but these errors were encountered:
Now, that we can Render Razor components outside of ASP.NET Core, it would be nice to replace
Axuno.TextTemplating
with Razor.Templating.Core? See the description here. A big benefit was, that the razor views can be debugged out-of-the-box. A little downside is, that eventually a new project with type<Project Sdk="Microsoft.NET.Sdk.Razor">
is necessary for templating.The text was updated successfully, but these errors were encountered: