froce

Results 3 issues of froce

# PR Details Closes #1792 by deprecating `Dispatcher.Sort` and replacing all call sites with `Array.Sort`. ## Motivation and Context Performance improvement. ## Types of changes - [ ] Docs change...

**Release Type**: GitHub **Version**: master @ c1445f3a51 **Platform(s)**: Windows **Issue** Dispatcher.Sort is slower than Array.Sort for "reasonable" array sizes. Up until 2048 elements Dispatcher.Sort just forwards to Array.Sort, so perf...

area-Core

Inheritance for FileSystemRights is currently only checked for files directly in the directory that gets the new rights, this makes it recursive. (Fixes possible UnauthorizedAccessException after game bundles get replaced.)