Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlexBy420 committed Dec 1, 2023
1 parent f083d56 commit 2d7dde9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,11 @@ private static void BuildWeirdSettingsSection(DiscordEmbedBuilder builder, LogPa
CheckScottPilgrimSettings(serial, items, notes, generalNotes);
CheckGoWSettings(serial, items, notes, generalNotes);
CheckDesSettings(serial, items, notes, ppuPatches, ppuHashes, generalNotes);
CheckTlouSettings(serial, items, notes, ppuPatches, ppuHashes, patchNames, generalNotes);
CheckTlouSettings(serial, items, notes, ppuPatches, ppuHashes, patchNames);

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Run Tests

Argument 3: cannot convert from 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.HashSet<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Run Tests

Argument 4: cannot convert from 'System.Collections.Generic.Dictionary<string, int>' to 'System.Collections.Generic.List<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Run Tests

Argument 5: cannot convert from 'System.Collections.Generic.HashSet<string>' to 'System.Collections.Generic.Dictionary<string, int>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Run Tests

Argument 3: cannot convert from 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.HashSet<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Run Tests

Argument 4: cannot convert from 'System.Collections.Generic.Dictionary<string, int>' to 'System.Collections.Generic.List<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Run Tests

Argument 5: cannot convert from 'System.Collections.Generic.HashSet<string>' to 'System.Collections.Generic.Dictionary<string, int>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Build Release

Argument 3: cannot convert from 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.HashSet<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Build Release

Argument 4: cannot convert from 'System.Collections.Generic.Dictionary<string, int>' to 'System.Collections.Generic.List<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Build Release

Argument 5: cannot convert from 'System.Collections.Generic.HashSet<string>' to 'System.Collections.Generic.Dictionary<string, int>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Build Release

Argument 3: cannot convert from 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.HashSet<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Build Release

Argument 4: cannot convert from 'System.Collections.Generic.Dictionary<string, int>' to 'System.Collections.Generic.List<string>'

Check failure on line 391 in CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs

View workflow job for this annotation

GitHub Actions / Build Release

Argument 5: cannot convert from 'System.Collections.Generic.HashSet<string>' to 'System.Collections.Generic.Dictionary<string, int>'
CheckRdrSettings(serial, items, notes);
CheckMgs4Settings(serial, items, ppuHashes, generalNotes);
CheckMgs4Settings(serial, items, ppuPatches, ppuHashes, generalNotes);
CheckProjectDivaSettings(serial, items, notes, ppuPatches, ppuHashes, generalNotes);
CheckGt5Settings(serial, items, ppuHashes, generalNotes);
CheckGt5Settings(serial, items, generalNotes);
CheckGt6Settings(serial, items, notes, generalNotes);
//CheckRatchetSettings(serial, items, notes, generalNotes);
CheckSly4Settings(serial, items, notes);
Expand Down

0 comments on commit 2d7dde9

Please sign in to comment.