Closed okdistribute closed 6 months ago
Added you for visibility @busec0, if you have any extra time to take a look. No urgency on this, it's just a cleanup task.
Moved to https://github.com/getditto/template-c-sharp-server/tree/main and added a few changes:
DittoInitializer.cs
VerifyingKey
and SigningKey
instead of existing values. These should be filled by the userappSettings.json
.
TasksController
- meaning a Tasks API. You can interact with the Tasks collection from the server either via Postman or the Swagger page that automatically loads when you start the server from an IDE.
DotnetConsoleClient
Program.cs
file - added dedicated methods for each action (compared to the 100+ lines Main
before) No changes, just made sure everything is working as before.
Amazing! Thanks
c-sharp-server/
up to date, and using best practices.template-...