AndiRudi
AndiRudi
Sometimes you have a branch where you made a migration and the branch was put on hold for a while. In the meantime developers make other migrations and once you...
I tried installing the template using `dotnet new -i GoldenEye.WebApi.Template.SimpleDDD` but couldn't get it to be listed in the .net templates. To be sure it is not related to my...
I started the default template and realised that the Swagger UI does not show the Model details of e.g. Post Issue. Reason is probably, that they are defined with Property...
I just saw, that the POST to create a new issue does not return the generated Issue. I understand that from a CQRS perspective this is ok-ish, but from a...
I am trying to use a NuGet package with dotnet-script. I have initialized a new script project as explained and added this into the main.csx file and restarted omnisharp. The...
I want to start a `csharprepl` against an existing asp.net core app with entity framework and postgres as the database. The idea is to play with the project and especially...