| Author |
Message |
alehandro
Joined: 16 Nov 2010 Posts: 35
|
Posted: Tue Mar 22, 2011 9:14 pm Post subject: Generics issue |
|
|
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? |
|
| Back to top |
|
 |
Bart Read
Joined: 31 Mar 2005 Posts: 974
|
Posted: Thu Mar 24, 2011 11:07 am Post subject: |
|
|
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
Red Gate Software Ltd
============================= |
|
| Back to top |
|
 |
Bart Read
Joined: 31 Mar 2005 Posts: 974
|
Posted: Thu Mar 24, 2011 11:24 am Post subject: |
|
|
Sorry, quick follow-up. Is this a nested class Alehandro?
Thanks,
Bart _________________ =============================
Bart Read
Red Gate Software Ltd
============================= |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group