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

upgrade msbuild to fix FindDependenciesOfExternallyResolvedReferences error #90

Closed valeriob closed 6 years ago

artiomchi commented 6 years ago

I'm very much against stopgap solutions where we mask an issue, rather than finding the actual source of the issue. In this case, I'm also worried about adding nightly builds of MSBuild from their CI servers.

Unfortunately we couldn't reproduce the issue anywhere else, so this dragged on for a while. Luckily, MS have released a newer version of MSBuild to NuGet, so let's see if this fixes your issue!