Search Issue Tracker
Fixed in 2021.3.44f1
Fixed in 2021.3.X, 2022.3.X, 6000.0.X, 7000.0.0a13, future release
Votes
0
Found in
2021.3.40f1
2022.3.37f1
6000.0.10f1
6000.1.0a7
Issue ID
UUM-75305
Regression
No
The MustDisposeResource attribute is missing when using the Unity JetBrains.Annotations library subset
Reproduction steps:
1. Open the attached “RiderTest” project
2. Open the “Assets/SomeExampleComponent.cs” script with Rider 2023.3.4 or newer
3. Observe the warning in line 18
4. Uncomment lines 14 or 15 to try to solve the warning and save the script
5. Observe the Console logs in the Editor
Expected Result: No errors are thrown
Actual Result: “The type or namespace name 'MustDisposeResource' does not exist in the namespace 'JetBrains.Annotations'“ error is thrown
Reproducible with: 2021.3.40f1, 2022.3.37f1, 6000.0.10f1
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terrain Layer is used for Painting Texture and will be added to the Terrain Layer List after being replaced by another Terrain Layer
- The “+” and “-“ buttons in the Cells list do nothing when pressed but are not deactivated in the Tile Palette window
- "No Overlays" tooltip is cut off, and the "Overlay" word is inconsistent in the tooltip when hovering the mouse cursor over the "No Overlays" text in the Tile Palette window
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
Add comment