Hi
Am I right supposing this the correct place to report bugs for just released Reflecto7?

If yes, here we go:

What Reflector produces

[CompilerGenerated]
private sealed class c00015d : IEnumerator<T0>, IEnumerator, IDisposable
{
public int f000026;
private int f000035;
public IEnumerator<T0> f000218;
private T0 f000219;
.......


What should be


[CompilerGenerated]
private sealed class c00015d<T0> : IEnumerator<T0>, IEnumerator, IDisposable
{
public int f000026;
private int f000035;
public IEnumerator<T0> f000218;
private T0 f000219;


Any comments?
alehandro
0

Comments

2 comments

  • Bart Read
    Hi Alehandro,


    No problem. Thanks for reporting this, and sorry I hadn't spotted it earlier. We have a forum on www.reflector.net for Reflector 7 and later, which you're welcome to use for bug reporting (although don't worry about reposting this now I've seen it).

    We're talking about making our bug tracking system public since that's obviously the ideal place to report bugs. We use OSQA for our new forum, which is great for support, or for using as a knowledgebase, but doesn't really work so well for dealing with bugs because there's no way for users to track progress (or otherwise) on the bugs they've reported.

    As for this issue, I think it's something we know about but, either way, I'll make sure it finds its way into our internal bug tracking system.

    Thanks again for the report!


    Bart
    Bart Read
    0
  • Bart Read
    Sorry, quick follow-up. Is this a nested class Alehandro?


    Thanks,


    Bart
    Bart Read
    0

Add comment

Please sign in to leave a comment.