Home
Rider Support | JetBrains
Submit a request
Community
Sign in
Sascha Andres
Follow
New posts
New posts and comments
Total activity
116
Last activity
January 23, 2023 10:22
Member since
April 21, 2020 08:17
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
79
Activity overview
Posts (4)
Comments (32)
Sascha Andres
commented,
November 09, 2022 12:43
Just as an idea: I once had a solution targeting different dotnet frameworks. That led to the same error and was a pain to actually find out.
Community
General Discussion
Ambiguous reference
0 votes
Sascha Andres
commented,
September 29, 2022 08:29
It is already built in. There is a host process doing a lot of the stuff for refactoring and Rider as well as Resharper are frontends for that host process. Nevertheless ReSharper and Rider differ ...
Community
General Discussion
How to add ReSharper to Rider
1 vote
Sascha Andres
commented,
September 27, 2022 04:34
Can you start Rider from the console? At least on Linux (haven't tested on Windows, but will do so later) you see logs there. By any chance, are you running Rider from within WSLg?
Community
General Discussion
Rider cannot Work properly on Windows 11 22h2
0 votes
Sascha Andres
commented,
August 18, 2022 12:51
What you are seeing is the new war of writing a main function. It is not necessary to have a class with a main function anymore. Follow the aka.ms link (resolves to https://docs.microsoft.com/en-us...
Community
General Discussion
C# on MAC / issues to get Rider working
0 votes
Sascha Andres
commented,
August 18, 2022 06:13
My installation has a separate C++ section inside new solution: Maybe it differs from version to version (I'm on Rider 2022.2)
Community
General Discussion
How is to create a C++ project?
0 votes
Sascha Andres
commented,
August 17, 2022 11:42
What do you mean with can I start the install from the old OS? Do you mean you have saved the installer somewhere and want to run it from the old drive? Totally OK. Copying the files from the insta...
Community
General Discussion
Transfer installed plugins and their settings to a new computer. (old OS isn't runnable, but I have the drive it was installed on)
1 vote
Sascha Andres
commented,
August 16, 2022 09:58
It is probably best to install the plugins one by one through the UI instead of trying to fiddle around with files. For preventing of loosing my settings I sync my settings. You can do this to your...
Community
General Discussion
Transfer installed plugins and their settings to a new computer. (old OS isn't runnable, but I have the drive it was installed on)
1 vote
Sascha Andres
commented,
August 15, 2022 09:42
If you right click on the file, is there an option to exclude the file? If so, can you check the csproj file (Edit it, but do not change it) if there zstd.dll is added as an item there?
Community
General Discussion
What are these random files showing up in my solution?
0 votes
Sascha Andres
commented,
August 15, 2022 07:25
From the icon it seems that are links? Have you linked the content of the obj folder to your project root by accident?
Community
General Discussion
What are these random files showing up in my solution?
0 votes
Sascha Andres
commented,
August 15, 2022 07:22
Can you print your PATH env in both windows (Rider and your terminal)? If they differ, that's probably the reason. Maybe you can start (for a test) Rider from the terminal window.
Community
General Discussion
Rider terminal does not find all commands
0 votes