siegfriedpammer.bsky.social
siegfriedpammer.bsky.social
@siegfriedpammer.bsky.social
Reposted by siegfriedpammer.bsky.social
@jaredpar.bsky.social Why is Roslyn 4.13 MIA? We already got a few issue reports for decompiling learn.microsoft.com/en-us/dotnet... but can't start fixing until we actually have the respective Roslyn available to us github.com/icsharpcode/...
yield-return decompiler failed · Issue #3400 · icsharpcode/ILSpy
Original: public static IEnumerable<int> Enumerate() { for (int i = 0; i < 10; i++) { int result; try { result = DateTime.Now.Second; } catch { continue; } yield return result; } } ILSpy: [Iterator...
github.com
February 17, 2025 at 12:51 PM