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

Add support for razor components #41

Merged
merged 2 commits into from
Oct 10, 2020

Conversation

pgrm
Copy link
Contributor

@pgrm pgrm commented Oct 3, 2020

This supersedes #38 and also resolves #37 however, additionally it

  • adds support for razor components (blazor)
  • simplifies the CompileViews method, relying on the implementation of EnumerateItems which now takes care of everything the pervious version of CompileViews tried to handle on its own (incl. filtering of .razor and .cshtml files)

Is working in a project of mine and working really nicely

Copy link
Collaborator

@lukaskabrt lukaskabrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lukaskabrt lukaskabrt merged commit f92344c into OrchardCoreContrib:master Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Razor pages are not picked up
2 participants