JetBrains / JetBrains/resharper-unity
Quick Fix "Add reference in mcs.rsp"
Open
enhancement
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
References to some framework libs in Unity are not added by default.
But they can be used by adding -r:DllName.dll line in mcs.rsp file.
For now this trick is not supported by any tools, it is done manually.
Example https://forum.unity.com/threads/httpclient.460748/ and #270
It would be cool to add a QF for it.
Contributor guide
Assessment
This issue has not been assessed yet.