Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RazorViewEngineOptions FileProviders .net core 3.0 #14586

Closed
zhou881117 opened this issue Sep 25, 2019 · 1 comment
Closed

RazorViewEngineOptions FileProviders .net core 3.0 #14586

zhou881117 opened this issue Sep 25, 2019 · 1 comment

Comments

@zhou881117
Copy link

zhou881117 commented Sep 25, 2019

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!

@guardrex
Copy link
Collaborator

guardrex commented Sep 25, 2019

Moved to #14593

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants