JoyRider
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created 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... -
Created 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 ... -
Edited 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 -
Edited 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... -
Created Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
I have a query inside of a C# class like this:public static class Queries { public static class Assets { public const string ByUserId= @" SELECT u.FirstName, ... -
Created 150+ Projects Solution RAM Consumption Rider vs Visual Studio
Hi. We have a solution with 163 projects (do not ask me why) but It created an interesting case to compare how 32bit Visual Studio runs against 64bit Rider. I am adding a screenshot of Task Manager...