-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure the code base into multiple modules (#124)
* Create new project * Fix * Introduce Directory.Packages.props * Move Database stuff to new project * Add another new project and rename Database to Data * Move everything package related to Directory.Packages.Props * Prepare AzzyBot.Core * Move stuff around * Fix building * `dotnet format` * Change the name of AzzyBot-Next to AzzyBot-Next.Bot * Fix docker * Fix CI * Try another way for docker * Embedd pdb files * Enable new GC mode * Improve test if bot is dev * Update AzzyStatsSoftware.cs * Really enable the new GC mode Signed-off-by: Sellara <147769367+Sella-GH@users.noreply.github.com> * Remove some more checks to fix bugs * Update dependabot.yml Signed-off-by: Sellara <147769367+Sella-GH@users.noreply.github.com> * Update changelog * Move AzzyBotStats.json * Rename FileComparer * Convert json values to null --------- Signed-off-by: Sellara <147769367+Sella-GH@users.noreply.github.com>
- Loading branch information
Showing
123 changed files
with
831 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="CsvHelper" Version="33.0.1" /> | ||
<PackageVersion Include="DSharpPlus" Version="5.0.0-nightly-02271" /> | ||
<PackageVersion Include="DSharpPlus.Commands" Version="5.0.0-nightly-02271" /> | ||
<PackageVersion Include="DSharpPlus.Interactivity" Version="5.0.0-nightly-02271" /> | ||
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> | ||
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" /> | ||
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.4" /> | ||
<PackageVersion Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.4" /> | ||
<PackageVersion Include="Roslynator.CodeFixes" Version="4.12.4" /> | ||
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.12.4" /> | ||
<PackageVersion Include="Roslynator.Refactorings" Version="4.12.4" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.