resharper-unity icon indicating copy to clipboard operation
resharper-unity copied to clipboard

Errors in plugin.xml should break the build

Open citizenmatt opened this issue 5 years ago • 1 comments

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.

citizenmatt avatar Dec 13 '20 13:12 citizenmatt

This needs to be implemented as part of the plugin verifier. See MP-2387

citizenmatt avatar Dec 14 '20 10:12 citizenmatt