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
@zhou881117 Using the feedback form at the bottom of the topic tags the issue with metadata and pings the author. No worries ... I moved it. Track it on the new issue.
services.Configure(options =>
{
options.FileProviders.Add(
new EmbeddedFileProvider(typeof(MySharedController).GetTypeInfo().Assembly));
});
.net core 3.0 RazorViewEngineOptions changed. without FileProviders to locate view
@Rick-Anderson
tks!
The text was updated successfully, but these errors were encountered: