Will dotPeek support Try-Catch-filter in the future?

I think dotPeek may not decompile this method because it does not support the feature Try-Catch-filter?
Is this true? Although it seems stupid, this is the reason I asked the question in my previous post.

Here you are the example:

using Luna;
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.ApplicationServices;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.CodeDom.Compiler;
using System.Collections;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows.Forms;

namespace Luna.My
{
      :
      :
      :
     
      [DebuggerHidden]
      private static T Create__Instance__<T>(T Instance) where T : Form, new()
      {
        // ISSUE: unable to decompile the method.
      }

      :
      :
      :    
}



Attachment(s):
Luna 3.4.19.12.exe.zip
0
1 comment

Hi,

I've forwarded this topic to the corresponding YouTrack issue: http://youtrack.jetbrains.com/issue/DOTP-5592.
The corresponding developer is now into this issue there, so feel free to add any comments in YouTrack issue there.

Thanks for the report!

0

Please sign in to leave a comment.