issues
search
ogame-tbot
/
TBot
OGame bot
81
stars
35
forks
source link
Started to split everything to have a better arquitecture
#134
Closed
X4V1T0
closed
2 years ago
X4V1T0
commented
2 years ago
Upgraded to net6.0
Extracted all the OgameService calls and objects into its own project
All the HttpCalls now are async
Adapted all the code to async/await
Added ILoggerService and LoggerService to be able to customize the logs but using it in an abstract way
Splitted all classes and enums in its own file
Added custom exceptions
Helpers is now a Service which its dependencies are passed on constructor
Dependency injection added when possible
Program creates a DI Scope for each TBotMain instance