Search Issue Tracker
Active
Under Consideration for 3.0.X
Votes
0
Found in [Package]
3.0.36
Issue ID
RIDER-57
Regression
No
Roslyn Analyzer Additional Files are reported in the wrong place for local packages when using Rider
How to reproduce:
1. Open the attached “IN-108832” project
2. Navigate to Edit → Preferences → External Tools
3. Change the “External Script Editor” field to Rider
4. Press the “Regenerate project files” button
5. Open the Project folder and open the “Assembly-CSharp.csproj” file using Rider
6. Press “CTRL” + “F” to open the search bar
7. In the search bar input “AdditionalFiles Include”
8. Observe the “<AdditionalFiles Include=… line”
Expected result: The “<AdditionalFiles Include=...” line shows the correct relative path to the local package file
Actual result: The “<AdditionalFiles Include=...” line shows an incorrect path pointing to the Packages folder instead of the actual local package location.
Reproducible with: 3.0.31(6000.0.43f1, 6000.1.0a1), 3.0.36(6000.0.54f1, 6000.1.13f1, 6000.2.0b11, 6000.3.0a3)
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Note: The relative path is shown correctly when using Visual Studio 2022
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment