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 and process notifications for Imports #2656

Closed rynowak closed 5 years ago

rynowak commented 5 years ago

Add and process notifications for Imports

This builds support for tracking the effect of changes to imports on other documents, and completes our model for being able to keep generated code up to date.

rynowak commented 5 years ago

Any other feedback on this guy?

rynowak commented 5 years ago

Yeah thanks - I've made a few tries of that now...

rynowak commented 5 years ago

This is unfortunately going to take some time for me to sort out. RazorProjectFileSystem rears its ugly head again. Basically everywhere that we use windows style paths is broken now that tests/infrastructure actually looks at paths. I'm going to do have to write a utility for creating platform-independent paths so we can use that everywhere in tests.