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.
Move IRazorViewEngineFileProviderAccessor and ExpressionRewriter to the public namespace #4938
Closed
Description
An application we're building has ended up needing to implement a modified version of DefaultRoslynCompilationService
to avoid caching of the list of compilation references. In the modified version we still depend (as far as I can see) on IRazorViewEngineFileProviderAccessor
and ExpressionRewriter
which are both in the .Internal
-namespace.
Is there any chance this can be moved to the public namespace to minimize risks of breaking changes in the future?
See #4497 for history