JetBrains / JetBrains/resharper-unity
Add Pure/MustUseReturnValue annotations for known API methods
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
This will allow Rider/ReSharper to warn about not using the return value, which is important for methods where it's all about the return value and not about the actual method call. E.g. `Physics.Raycast` or `Physics.RaycastAll`.
Contributor guide
Assessment
This issue has not been assessed yet.