Mutagen-Modding / Mutagen

A .NET library for analyzing, creating, and manipulating Bethesda mods
GNU General Public License v3.0
117 stars 32 forks source link

Asset Link Equality #515

Closed Elscrux closed 5 months ago

Elscrux commented 5 months ago

Fixes issues reported in #474 and more. The mentality on the equality operations was to report functionally equals paths as equal, which is why I opted to use DataRelativePath for all equality operations (this was inconsistent between DataRelativePath and RawPath before).

Noggog commented 5 months ago

Closes #474