Seanfkh

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Edited What does it mean when Rider says that setting the language level doesn't affect build?
When I try to implement a C# 7.2 feature, Rider gives the following option: Set C# language level to '7.2' for code analysis of this project (doesn't affect build). What does it mean that it doesn'... -
Edited Project has unsupported language version
AnsweredI'm using Unity 2019.4 and Rider 2021.1.3 In the project properties I get this warning : Project has unsupported language version "latest" If I'm still able to use C# 7.2 features, why does it say... -
Created Can Rider highlight duplicate lines of code?
AnsweredIf I accidentally duplicate a line of code, is there anyway to have Rider highlight that duplicate so that I know that I made that mistake? -
Created Is there anyway to search an entire solution for just a single line of code, or even a single word?
AnsweredFor example, I'd like to know all of the places in my code where I use player prefs, so is there anyway to search for just "PlayerPrefs"? -
Created Heap Allocations Viewer not working
CompletedI've installed the Heap Allocations Viewer plugin into Rider, but it doesn't highlight code that allocates to the heap. I'm using version 1.2.19 of the plugin and version 2019.2 of Rider.