JoyRider

- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
JoyRider commented, -
JoyRider created a post, CS0006 metadata file could not be found on build in Rider
I am experiencing build problems with several c# solutions in Rider (both net8 and net9).After a solution was building and working as expected, sometimes after getting git update, sometimes after s... -
JoyRider created a post, Rider StackOverflowException during debug breakpoints
From time to time during debug sessions while/between several endpoints, I get StackOverflowException errors:It does not happen all the time on the same breakpoint, just sometimes. Sometimes in my ... -
-
JoyRider commented, -
JoyRider created a post, Rider: when using TUnit, Test Explorer > Jump to Source does not work
When using TUnit in Rider, in Test Explorer, Double-clicking on the test Context menu > Jump to Source Context menu > Show Source F4 none of these navigates to the file containing the test -
-
JoyRider created a post, CA1869 'instance for every serialization operation' on 'JsonSerialzier' but not on 'BinaryData'
When using JsonSerializerOptions as a parameter to `JsonSerializer.Serialize(…)` and `JsonSerializer.Deserialize(…)`, passing JsonSerializerDefaults as a parameter suggests “Cache and reuse instanc... -
JoyRider commented, -