mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #445] [MERGED] Upgrade to dotnet core 3.0 #519
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/445
Author: @13xforever
Created: 10/31/2019
Status: ✅ Merged
Merged: 11/5/2019
Merged by: @13xforever
Base:
master← Head:dotnet_core-3.0📝 Commits (10+)
2ae571aupgrade to dotnet core 3.0 and explicitly tag docker container2861abe[wip] everything is fucked24329a6fix remaining issues with the code after upgrading to 3.0ba0bd3fupgrade tests53c87e6fix compilation warnings after upgrading to dotnet core 3.090c05d5update readme slightlyd1e3308upgrade library projects to .net standard 2.1d5d82c3test for log analysis profilingec02ce1convert syscall names to utf8 only when saving7f82996use new ??= operator📊 Changes
36 files changed (+260 additions, -226 deletions)
View changed files
📝
Clients/AppveyorClient/AppveyorClient.csproj(+1 -1)📝
Clients/AppveyorClient/Client.cs(+1 -1)📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -1)📝
Clients/GithubClient/GithubClient.csproj(+1 -1)📝
Clients/IrdLibraryClient/IrdClient.cs(+1 -1)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+1 -1)📝
Clients/PsnClient/PsnClient.cs(+1 -1)📝
Clients/PsnClient/PsnClient.csproj(+1 -1)➕
CompatBot/.editorconfig(+4 -0)📝
CompatBot/Commands/Syscall.cs(+5 -8)📝
CompatBot/CompatBot.csproj(+7 -4)📝
CompatBot/Database/DbImporter.cs(+24 -22)📝
CompatBot/Database/NamingConventionConverter.cs(+5 -5)📝
CompatBot/Database/PrimaryKeyConvention.cs(+1 -2)📝
CompatBot/Database/Providers/SyscallInfoProvider.cs(+3 -2)📝
CompatBot/EventHandlers/BotReactionsHandler.cs(+1 -1)📝
CompatBot/EventHandlers/GithubLinksHandler.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+2 -2)➕
CompatBot/EventHandlers/LogParsing/SourceHandlers/FileSourceHandler.cs(+57 -0)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+1 -1)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.