You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
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?