Posts by Felipe Alexandre Miranda • 22 points
2 posts
-
-2
votes1
answer45
viewsA: Nuget package versioning or Entity Framework versioning?
Try reinstalling the package: Microsoft.VisualStudio.Web.CodeGeneration.Design https://www.nuget.org/packages/Microsoft.VisualStudio.Web.CodeGeneration.Design/…
-
1
votes2
answers130
viewsA: How to call an action as soon as the Web API starts?
You can also use Hangfire to schedule the action. https://www.hangfire.io/ Just install the packages and then enter the call to hangfire to make the schedule Example: var jobId =…