Fabian Huegle
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created Mixed C# and C++ sln
We are currently using VS 2022 for Windows dev but may need to move to both macOS and Linux soon. Our sln contain mostly C# assemblies but also some CMake based C++ libs. They way we do this in VS ... -
Created Rider Console does not have console mode ENABLE_VIRTUAL_TERMINAL_PROCESSING
AnsweredI am using both Visual Studio and Rider for the same C# sln. On Windows I am using both VS and Rider and on Linux just Rider. For logging we have extended .NET tracing using a ConsoleTraceListener....