T4MVC / R4MVC

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
157 stars 48 forks source link

Static link generation, duplicate string names #72

Closed JdlSantos closed 7 years ago

JdlSantos commented 7 years ago

R4MVC generates two strings with the same name when there are two static content files with the same name but one of them is leading by a dot.

image