William Iverson
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created Meaning of colors in Database view?
AnsweredI am using the Database view in Rider attached to a Postgres database. The routines view lists all of my views in different colors - white, blue, red. I can't figure out what this is showing - I'm ... -
Created Native dylib with Rider Standalone NUnit Tests and Unity?
AnsweredmacOS Monterey (12.3) Have a native library declared in my project, a custom version of sqlite. Works great in Unity. Works great in Rider when using the Unity - Edit Mode option. When I switch to ... -
Created Copy file on test run?
Working with a Unity project. Using the Rider nunit runner to test headless code (i.e. can run w/o any Unity dependencies). Would like to copy a file from the Unity project into the Temp/Bin/Debug ... -
Created Rider 2021.2.2 and Unity 2021.2.5f1
Ran into two issues trying to use the Standalone NUnit Launcher. First, got an error message that language level 9.0 was not supported. Was able to get past this by adding a Directory.Build.props f... -
Created Flag method as not performance expensive?
I have a singleton method that is being flagged as "performance critical context", even though it is only called once. This is causing the performance warning to spread everywhere. Is there a way t... -
Edited Boxing warning
AnsweredHi! Just started using Ryder for Unity3D dev, so far very happy. One question - I'm getting a red-underline warning for naive string concat with a long along the lines of... String foo = "my string...