Posts by Gustavo Fonseca • 21 points
4 posts
-
-1
votes3
answers1247
viewsA: Service does not execute controller method
Dude you can try to use the route like this give a look [HttpGet("getItensLiberacao/{idorcamento}")] public IEnumerable<ItensLibDTO> getItensLiberacao(int idorcamento){}…
-
0
votes2
answers50
viewsA: How do I reference a context in Entityframework?
I managed to create Migration, it was like this dotnet ef migrations add migration_001 --context NomeDoContext
-
0
votes2
answers50
viewsQ: How do I reference a context in Entityframework?
I am developing a c# API and I use the Entity framework and I need to create an Migration. My API needs to connect with two databases the internal database and an external database, with this, it…
-
-1
votes1
answer999
viewsQ: 'mysqldump.exe' not found in Dbeaver when exporting Mysql database
I use Dbeaver to manage my databases and need to export one of these databases, it happens that when trying to export this database, in tools/Dump Database, the following error is returned: Error…