C# programmingUnderstanding of .NET assembliesNuGet package cacheILSpy architecture
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
55
調査方針
Investigate how ILSpy currently loads referenced assemblies in its core code, e.g., in the AssemblyList or LoadAssembly methods. Identify the NuGet cache path (typically under user profile). Then add an option to automatically load assemblies from that cache. Consider using NuGet APIs to locate packages. Check comments for any additional context.