JetBrains / resharper-unity

Unity support for both ReSharper and Rider
Apache License 2.0
1.21k stars 131 forks source link

Disable API verification for Unity.Shaders.dll #2451

Closed ulex closed 1 week ago

ulex commented 1 week ago

Similar to https://github.com/JetBrains/resharper-unity/pull/2346, but it was added to the wrong section in csproj and therefore accidentally removed.

Unity.Shaders is a pluggable part of Unity plugin. The Unity plugin can be used without installed ReSharper C++, but ReSharper's API verifier doesn't know that and report an error during installation. To workaround this issue disable API verification for Unity.Shaders explicitly.

citizenmatt commented 1 week ago

Merged to master via TeamCity