Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

PageActionDescriptorChangeProvider does not invalidate the cache when a _PageStart outside of RazorPagesOption.BasePath is modified #5915

@pranavkm

Description

@pranavkm

The PageActionDescriptorProvider caches _PageStart factories and is invalidated when PageActionDescriptorChangeProvider is modifed.

/_PageStart.cshtml
/Pages                        <- BasePath
   /Index.cshtml

However, it specifically watches for cshtml files under the BasePath directory. This might miss changes to _PageStart items outside the BasePath.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions