Updating Boilerplate.AspNetCore to 2.2.3 causes missing ITranslator<,> #172
Unanswered
andre-artus
asked this question in
Q&A
Replies: 1 comment
-
The translation logic was moved into it's own NuGet package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was notified about an update to Boilerplate.AspNetCore, so I updated to 2.2.3 from 2.2.2. This results in a slew of error messages when I open the affected project, and the project fails to build. When I revert to 2.2.2 it seems fine.
Is there something missing, or am I missing something? Going through the git repo I still see numerous references to ITranslator.
As an aside, how do I update the template for "dotnet new"? I thought maybe the template changed and so I wanted to update it before creating a new test site, but I could not find how. My templates is still 1.1.2.
Beta Was this translation helpful? Give feedback.
All reactions