Maarten

Results 19 comments of Maarten

Is probably fixed, https://github.com/hazzik/DelegateDecompiler/issues/39

No problem, thanks for the heads up!

If you change the property from if(Base == null) to if ( Base == null || Base == default(TestClass)) It works. Maybe helps fixing the stuff.

Hi Alexander, Thanks for your response. Could you maybe explain it a bit more, i don't really understand. I've tried looking through your source, but couldn't really find a way...

Yeah i did, all i could think of is limit the amount of hoe many levels deep the decompiling should go. That works, however it is an hidious way to...

Well, i'm not really sure what causes the problem to arise in release. It's almost doing the same thing. Do you know what line in the IL causes it? [DEBUG]...

Yeah, that would work, however, i can't seem to get the same IL whatever i do. And this is pretty faulty, if a new version of the compiler changes the...

True, however i can't get the IL to be the same as the debug version. I think focusing on getting the IL the same isn't the way we should go.

For scriban versions that still output the full arguments when you print with `{{$}}` you can use the following workaround: Include file (myinclude): ``` {{ func getParamValue for param in...