Hello, we're using the updater within our .NET application and have noticed that when updating, files are being added and replaced correctly, but files that are marked to be removed are remaining.
This has mostly been fine but recently a third party library we use does not function correctly when this is the case and it breaks the application when updating.
Do you have any suggestions for what might be causing this?
Yes, it's likely the catch-all update being installed (which doesn't remove files). You can disable the catch-all update to see what's going wrong. Or just disable it and force users not to mess with the files.
If I were to guess what's going wrong, it's not correctly handling user-modifiable files: https://wyday.com/wybuild/help/faq.php#config-files