James Colbert
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Rider intellisense not recognizing generated code from FlatSharp.
I have a project that uses FlatSharp, which generates code from flatbuffer files. Rider is not recognizing symbols defined within the generated code. The issue is very similar to this post:https:... -
Created Rider and Continuous Testing
It appears there is no way to remove tests from running when continuous testing is turned on. In VS, we annotate the tests with TestCategory("SkipWhenLiveUnitTesting") and the live testing will sk...