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

Notice on obsoleted RazorEngine APIs in Razor #446

Open
captainsafia opened this issue Dec 18, 2020 · 0 comments
Open

Notice on obsoleted RazorEngine APIs in Razor #446

captainsafia opened this issue Dec 18, 2020 · 0 comments
Labels
6.0.0 Announcement Documented The breaking change has been published to the .NET Core docs
Milestone

Comments

@captainsafia
Copy link

Notice on obsoleted RazorEngine APIs in Razor

Types related to the RazorEngine type in Blazor have been obsoleted.

Version introduced

6.0.0-preview1

Old behavior

APIs were not obsolete.

New behavior

APIs are obsoleted.

Reason for change

The RazorEngine type has been deprecated in favor of the RazorProjectEngine type.

Recommended action

Migrate source code from the RazorEngine type to the RazorProjectEngine type.

Category

ASP.NET

Affected APIs


Issue metadata

  • Issue type: breaking-change
@aspnet aspnet locked as resolved and limited conversation to collaborators Dec 18, 2020
@captainsafia captainsafia added the Documented The breaking change has been published to the .NET Core docs label Dec 18, 2020
@danroth27 danroth27 added this to the 6.0.0 milestone Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
6.0.0 Announcement Documented The breaking change has been published to the .NET Core docs
Projects
None yet
Development

No branches or pull requests

2 participants