Home
Rider Support | JetBrains
Contact Support
Community
Sign in
JoyRider
Total activity
22
Last activity
March 31, 2025 15:40
Member since
November 24, 2020 14:18
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (6)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
March 31, 2025 15:40
It indeed helped. Thanks!What do I lose by not using ReSharper Build?
Community
General Discussion
CS0006 metadata file could not be found on build in Rider
0 votes
Created
October 15, 2024 21:14
AI Unit Test generation does not support Microsoft.Testing.Platform (TUnit in my case) either:
Community
General Discussion
Rider: when using TUnit, Test Explorer > Jump to Source does not work
0 votes
Created
October 15, 2024 09:55
the in-test context menu items for Unit Test are also disabled:
Community
General Discussion
Rider: when using TUnit, Test Explorer > Jump to Source does not work
0 votes
Created
May 30, 2024 16:33
I do not think I have .NET 9 installed on my computer, I'm working with .NET 8. Anyway, I understand that the rules received "as is" from Roslyn will not trigger that. I will try to dig a bit deepe...
Community
General Discussion
CA1869 'instance for every serialization operation' on 'JsonSerialzier' but not on 'BinaryData'
1 vote
Created
February 26, 2024 13:19
I understand.Thanks for the explanation.
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Edited
February 23, 2024 17:38
Correct, I am declaring @UserEmail as a parameter to the query and then from the code that uses SqlCommand, I am adding a parameter with something like this: parameters.Add("UserEmail", "my@emai...
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Edited
February 21, 2024 14:56
Thanks for your reply.I tried it and I cannot make it work. My parameter name is @UserEmail and here is what it looks like.I even added the parameter pattern “@Name” but it did not seem to help. Th...
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Edited
February 20, 2024 07:52
Sorry, I have not been clear enough. I am talking only about “design” time, when I am using Rider IDE, not when I am running the code.in Rider when a C# class is open, I can have a mouse cursor ins...
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Created
November 24, 2020 21:31
Thanks for the explanation Kirill!
Community
General Discussion
150+ Projects Solution RAM Consumption Rider vs Visual Studio
0 votes