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

Does not seem to work with vs 2019 RC2 #116

Closed valeriob closed 5 years ago

valeriob commented 5 years ago

I have installed both vs2017 and vs2019,

image

valeriob commented 5 years ago

Hi, can you generate a build for #117 pls ?

artiomchi commented 5 years ago

Absolutely.

I didn't merge it because I thought you said the patch didn't work?

artiomchi commented 5 years ago

I can see that you've been using .NET Core 3.0 preview in your build, so I updated the rest of the packages in the Tools project, and am pushing that to NuGet.

Let me know if that gets your build to work again

valeriob commented 5 years ago

Sorry if i made some confusion, the patch works 😄

artiomchi commented 5 years ago

Oh right, cool! Thanks for letting me know :)