Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Fabian Huegle
Total activity
14
Last activity
October 23, 2025 14:03
Member since
January 12, 2022 09:00
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
January 28, 2022 11:33
Thanks I have added a comment to the issue with a workaround solution.
Community
General Discussion
Rider Console does not have console mode ENABLE_VIRTUAL_TERMINAL_PROCESSING
1 vote
Created
October 23, 2025 14:03
We found a solution as follows: link the C++ code into your interop .net assembly exclude build and bin folders otherwise your C++ will never be built but copied from cache So, now you can see the ...
Community
General Discussion
Mixed C# and C++ sln
0 votes
Created
July 30, 2025 17:49
Thank you for your support. That sounds doable. Most likely the mixed-mode thing is not on your prio list. Still a bit sad that VS is the only thing that does it. I agree, you do not need that very...
Community
General Discussion
Mixed C# and C++ sln
0 votes
Created
July 25, 2025 21:00
So, I tests. Again, this is the setup:- C# UI app using Avalonia- C++ library with a C-API- Interop C# assembly using LibraryImport to call the C-Api functionsTo debug the native code on Linux I di...
Community
General Discussion
Mixed C# and C++ sln
0 votes
Created
July 21, 2025 12:26
Thank you very much. What about debugging of the C++ portion in a C# / C++ mixed sln with LibraryImport. Could I start the process in Rider (no debugging) and attach e.g. CLion to the process?
Community
General Discussion
Mixed C# and C++ sln
0 votes
Created
July 18, 2025 08:15
One more thing I came accross:- I analyzed a problem where LibraryImport (of our own C++) would work on Windows but not on Linux- I eventually found the programming error and was able to fix it- Bu...
Community
General Discussion
Mixed C# and C++ sln
0 votes
Created
June 09, 2025 15:14
The cmake really is its own project. Visualizing it in Rider would be just nice to have. Important is that you are able to clone, build, run. Hence, when loading the C# sln in Rider the cmake part ...
Community
General Discussion
Mixed C# and C++ sln
0 votes
Created
June 09, 2025 15:11
Thank you. I guess you mentioned a while ago that in Rider you should be able to build the cmake part within a rider sln as a pre-build or so on Linux. How would that be done. Optimally, in a fashi...
Community
General Discussion
Mixed C# and C++ sln
0 votes