This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Rename Razor.Evolution #1169
Closed
Description
We need to come up with an ahem professional-sounding name for Microsoft.AspNetCore.Razor.Evolution
.
Suggestions from the previous discussion thread:
Microsoft.AspNetCore.Razor.Engine
Microsoft.AspNetCore.Razor.Parser
My cool suggestions:
Microsoft.AspNetCore.Razor.Compiler
Microsoft.AspNetCore.Razor.Language
I'm hoping to still park most of the important types in the Microsoft.AspNetCore.Razor
namespace.
Names we can't use
Microsoft.AspNetCore.Razor
- there are runtime bits here
Microsoft.CodeAnalysis.Razor
- we decided against this because we don't want to bring in other Roslyn dependencies at this level.