Ryan Chen
Ryan Chen
CC#
Created by Ryan Chen on 7/23/2024 in #help
Visual Studio debug question
I want to learn the code in runtime/libs by debugging, but the debugging process often skips multiple lines of code. I also don't encounter any exceptions, and the program is running normally.
4 replies
CC#
Created by SleepWellPupper on 7/20/2024 in #help
✅ What is C# Code Lowering?
Language version.
10 replies
CC#
Created by SleepWellPupper on 7/20/2024 in #help
✅ What is C# Code Lowering?
Yes, This is exactly what they do, and ILSpy can also specify the corresponding version.
10 replies
CC#
Created by SleepWellPupper on 7/20/2024 in #help
✅ What is C# Code Lowering?
1. Website: sharplab.io 2. ILSpy from Github: https://github.com/icsharpcode/ILSpy
10 replies
CC#
Created by Ryan Chen on 7/18/2024 in #help
How to debug runtime/libs in Visual Studio?
This is very useful. I successfully debugged the runtime/libs code. Thank you very much.
7 replies
CC#
Created by Ryan Chen on 7/18/2024 in #help
How to debug runtime/libs in Visual Studio?
Yes, I want to debug by directly referencing the project (e.g., System.Collections.csproj)
7 replies
CC#
Created by Eple on 7/18/2024 in #help
Question regarding multiple calls to AddHttpClient()
It's no problem, the AddHttpClient method will only add if it hasn't been added before. You can see https://source.dot.net/#Microsoft.Extensions.Http/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs,72bc67c4aadb77fc
11 replies