The changes done on #55 that adds the ability to define an alias for an item did update the validation on SharedImageInfo.cs to use its OutputName (where the OutputName is the Alias if defined otherwise the Filename).
Then the changes on #56 move that validation to Utils.cs where we just check item filename.
This is a simple "quick fix" to resolve the situation where the alias is a valid filename. (as it's the OutputName that will be used to generate the final filename, right ?)
The changes done on #55 that adds the ability to define an alias for an item did update the validation on
SharedImageInfo.cs
to use itsOutputName
(where theOutputName
is theAlias
if defined otherwise theFilename
).Then the changes on #56 move that validation to
Utils.cs
where we just check item filename.This is a simple "quick fix" to resolve the situation where the alias is a valid filename. (as it's the
OutputName
that will be used to generate the final filename, right ?)