| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit bebe1808ce529cff867b5b0c207542aadc9aedff)
Signed-off-by: crobibero <cody@robibe.ro>
|
|
|
|
Optimize Guid comparisons
|
|
* 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
|
|
When an invalid UDF image is opened by the UdfReader, it may throw
and exception. This change is to catch and log the exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Fix trailers v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add additional provider id parsing to file name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|