resharper-unity
resharper-unity copied to clipboard
Errors in plugin.xml should break the build
The extension point for trace scenario holders changed in the SDK, but didn't get updated in our plugin.xml. Opening the file in IntelliJ highlights the invalid EP as an error, but if we don't open the file, we don't know about it…
Ideally, the build process would validate the plugin.xml, and fail the build if there are errors.
This needs to be implemented as part of the plugin verifier. See MP-2387