JetBrains / JetBrains/resharper-unity
Errors in plugin.xml should break the build
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
The extension point for trace scenario holders changed in the SDK, but [didn't get updated in our `plugin.xml`](https://github.com/JetBrains/resharper-unity/pull/1962). 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.
Contributor guide
Assessment
This issue has not been assessed yet.