Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Tao Sun
Total activity
683
Last activity
April 14, 2025 08:42
Member since
September 05, 2023 10:22
Following
0 users
Followed by
1 user
Votes
25
Subscriptions
260
Activity overview
Articles (1)
Posts (0)
Comments (397)
Tao Sun
commented,
April 14, 2025 08:42
Hi Simon Giddings , I found a similar problem on our bug tracker as yours. RIDER-116616 .NET MAUI Blazor Can't be debugged, due to a build error (NETSDK1005) which is only produced in Rider.Could y...
Community
General Discussion
Rider produces different output from dotnet
0 votes
Tao Sun
commented,
April 14, 2025 06:53
What's the build error message in your project? It might be a problem with your setup. You can paste the error here and I will check further.
Community
General Discussion
Rider produces different output from dotnet
0 votes
Tao Sun
commented,
April 14, 2025 04:18
rjs What's your application type? User-unhandled exceptions could not be handled in the Mono process (Unity). You could share a sample application shows the debugger issue, and I will try to invest...
Community
General Discussion
"Possible 'System.NullReferenceException'" is not working anymore.
0 votes
Tao Sun
commented,
April 14, 2025 03:47
Andre Pinto If you are using IIS on Windows Server, or using Azure WebApp to host your application, Rider is compatible with the MSDeploy. So it's a kind of host limitation here, rsync most used to...
Community
General Discussion
rsync uploads all files and not just modified files!
0 votes
Tao Sun
commented,
April 14, 2025 03:31
There is a refactoring called “Extract Class refactoring”, can extract the fields from a class and create a new one based on them. Also, a similar refactoring is “Extract to the Superclass”.
Community
General Discussion
Question - Refactoring a variable into another class?
0 votes
Tao Sun
commented,
April 08, 2025 05:55
In Settings | Editor | Search and Navigation, you can select “navigate without displaying the list” for the Go to usage action.
Community
General Discussion
No navigation on Show usage for single result
0 votes
Tao Sun
commented,
April 08, 2025 04:40
Andre Pinto Once the initial setup is done, you can just click “Sync with local” every time you want to publish the local builds.
Community
General Discussion
rsync uploads all files and not just modified files!
0 votes
Tao Sun
commented,
April 08, 2025 03:26
Refactoring isn't directly applicable here. Tell me more about your needs. Then I can help you find a suitable solution.
Community
General Discussion
Question - Refactoring a variable into another class?
0 votes
Tao Sun
commented,
April 07, 2025 04:08
Did you select the same toolchain as the dotnet CLI in Rider? Disable the ReSharper Build, Rider will perform as same as dotnet build actually. You can compare the result of the dotnet --info and t...
Community
General Discussion
Rider produces different output from dotnet
0 votes
Tao Sun
commented,
April 03, 2025 04:43
In Settings | Build, Execution, Deployment | Toolset and Build, you can specify the MSBuild and .NET CLI used by Rider. For more information, please check this documentation.
Community
General Discussion
Rider produces different output from dotnet
0 votes