You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +26,10 @@ public string ToString(bool addAllFilesEntry) => addAllFilesEntry
24
26
25
27
/// <remarks>call other overload (omit <paramref name="combinedEntryDesc"/>) to not prepend combined entry, return value is a valid <c>Filter</c> for <c>Save-</c>/<c>OpenFileDialog</c></remarks>
_allSer??=FilesystemFilter.SerializeEntry(combinedEntryDesc,Filters.SelectMany(static filter =>filter.Extensions).Distinct().OrderBy(static s =>s).ToList());
0 commit comments