| Age | Commit message (Collapse) | Author |
|
|
|
Remove irrelevant check for ILocalImageProvider
Providers that are not IHasOrder default to middle, not beginning
|
|
|
|
|
|
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #7040
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 left
|
|
|
|
|
|
|
|
|
|
|
|
Fix failing test: Invalid background images not purged by validate
Fixes #6310: Background images only delete when using "Replace existing images" when new image(s) is found to replace them
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
Use async FileStreams where it makes sense
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|