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
I try to update this project to 3.0.0-preview4-19216-03 but I have faced this error:
var engine = RazorProjectEngine.Create(BlazorExtensionInitializer.DefaultConfiguration, fileSystem, b =>
{
BlazorExtensionInitializer.Register(b);
});
BlazorExtensionInitializer is gone!!! :-\
and I dont know how can I replace it with new version.
The text was updated successfully, but these errors were encountered:
Hi
I try to update this project to 3.0.0-preview4-19216-03 but I have faced this error:
var engine = RazorProjectEngine.Create(BlazorExtensionInitializer.DefaultConfiguration, fileSystem, b =>
{
BlazorExtensionInitializer.Register(b);
});
BlazorExtensionInitializer is gone!!! :-\
and I dont know how can I replace it with new version.
The text was updated successfully, but these errors were encountered: