aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 226 forks source link

Add back legacy constructors used by live-share #2730

Closed rynowak closed 5 years ago

rynowak commented 5 years ago

Only the FAR code uses Older and Newer, most of our features still just rely on file paths, so this is fine because it won't be running in a live-share scenario.

Our live-share code constructs this eventargs type.