Good evening,
I am having issues where names that have an '@' in them throw an error. This error for example with the name 'M@estro':
ArgumentException: Parameter '@estro' specified but none of the passed arguments have a property with this name
Good evening,
I am having issues where names that have an '@' in them throw an error. This error for example with the name 'M@estro':
ArgumentException: Parameter '@estro' specified but none of the passed arguments have a property with this name
Ok it looks like I forgot to add the @symbol to the remove characters string. Will have this fixed in next version
Thank you