MonkeyBot
MonkeyBot copied to clipboard
General purpose C# Discord Bot written for the Monkey Gamers Community
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.5.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.5.0 See the release notes here. v17.5.0-preview-20221221-03 See the release notes here. v17.5.0-preview-20221003-04 See the release notes here....
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.0 to 7.0.3. Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. EF Core 7.0.3 This is a patch release of EF Core 7.0 containing only important bug fixes: Add-Migration...
Bumps [NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging) from 5.2.0 to 5.2.2. Release notes Sourced from NLog.Extensions.Logging's releases. Version 5.2.2 Improvements #659: Updated to NLog v5.1.2 (@snakefoot) Version 5.2.1 Improvements #650: Fixed NLogLoggingConfiguration to handle wrapped...
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 7.0.0 to 7.0.3. Release notes Sourced from Microsoft.EntityFrameworkCore.Tools's releases. EF Core 7.0.3 This is a patch release of EF Core 7.0 containing only important bug fixes: Add-Migration...
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 7.0.0 to 7.0.3. Release notes Sourced from Microsoft.EntityFrameworkCore's releases. EF Core 7.0.3 This is a patch release of EF Core 7.0 containing only important bug fixes: Add-Migration...
Bumps [NLog](https://github.com/NLog/NLog) from 5.1.0 to 5.1.2. Release notes Sourced from NLog's releases. NLog 5.1.2 Improvements #5157 FileTarget - Archive Dynamic FileName ordering ignore case (#5157) (@snakefoot) #5150 EventLogTarget - EventId...
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) from 7.0.0 to 7.0.3. Release notes Sourced from Microsoft.EntityFrameworkCore.Design's releases. EF Core 7.0.3 This is a patch release of EF Core 7.0 containing only important bug fixes: Add-Migration...
Bumps [Moq](https://github.com/moq/moq4) from 4.18.3 to 4.18.4. Release notes Sourced from Moq's releases. 4.18.4 Changed Update package reference to Castle.Core (DynamicProxy) from version 5.1.0 to 5.1.1 (@stakx, #1317) Changelog Sourced from...
At the moment the feature to track gameservers isn't working after all the recent upgrades. In fact the commands to add/remove game servers somehow got deleted on the way. Restore...
Testing
Currently the code is completely uncovered by tests. Figure out what parts of the code can be tested easily and which require more work. For a start the services that...