Siegfried Pammer

Results 199 comments of Siegfried Pammer

I am currently trying to reproduce XALZ DLLs in order to be able to test the feature properly. I am following the steps listed [here](https://github.com/icsharpcode/ILSpy/issues/2137#issue-689954190), but I cannot create XALZ...

See #829: This is **C# 7.3** [Custom `fixed` statement](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.3/pattern-based-fixed.md): Types that implement a suitable `GetPinnableReference` can be used in a fixed statement. Currently not supported by the decompiler.

> https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.isreadonlyattribute?view=net-5.0 is certainly something I am also affected by, decompiled classes just have that annotation on some private structs especially, which causes issues when trying to recompile because: >...

> I've also come across System.Runtime.CompilerServices.IsReadOnlyAttribute generated like this, that not only should not be included in the output, its references in decompiled code should also not be included. I've...

The thing is: `switch` expressions missing the `_ => ` case have a `default: throw new SwitchExpressionException(...);` implicitly added. We should remove these. About the `if (1 == 0)`... no...

I cannot reproduce the problem you are describing. The lambda in `Select_Activity_Other.popupMenu_MenuItemClick` uses `sss` as name for the first parameter. Can you tell me the metadata token of the method...

I still cannot reproduce this. Please, if you give an example, please post the full name (i.e., the name of the method and containing type and containing namespace + assembly)...

You did not send that assembly. There is no namespace XH_Android ![image](https://user-images.githubusercontent.com/344204/123538990-b5e83800-d737-11eb-92e9-a726cbff3a7e.png)