PKHeX/PKHeX.WinForms/Subforms
Kurt 583a036d65 Remove eager check of Current
The SaveUtil's ienumerable can be of different collection types, and the result is usually is a collection with >0 count
I think I was initially confused (years and years ago) about "MoveNext" if it discarded the first result.

Remove the eager check of the enumerator's current value because it hasn't yet been moved from the uninitialized state.

Closes #3871

Dispose of the enumerator on the early empty return, since the later async code will dispose once all have been iterated.
2023-04-26 21:41:38 -07:00
..
Misc Add lechonk wc9 to pickle 2023-04-01 15:20:14 -07:00
PKM Editors Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
Save Editors Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
KChart.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
KChart.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
ReportGrid.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
ReportGrid.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_Database.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_Database.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_Encounters.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_Encounters.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_FolderList.cs Remove eager check of Current 2023-04-26 21:41:38 -07:00
SAV_FolderList.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_MysteryGiftDB.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SAV_MysteryGiftDB.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SettingsEditor.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SettingsEditor.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00