Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic arguments always fail to be created #1

Open
JSkimming opened this issue Jun 19, 2013 · 1 comment
Open

Generic arguments always fail to be created #1

JSkimming opened this issue Jun 19, 2013 · 1 comment
Assignees

Comments

@JSkimming
Copy link
Member

A mechanism to either create the generic arguments needs to be devised, or they should be automatically excluded from the tests.

See the question on stackoverflow may help Calling generic method using reflection in .NET.

@ghost ghost assigned JSkimming Jun 19, 2013
JSkimming added a commit that referenced this issue Jul 28, 2013
Can handle simple (none constrained generic methods), constrained by all
interfaces, and attributed as class or struct.
JSkimming added a commit that referenced this issue Jul 29, 2013
These are excluded from tests at the moment as the framework cannot
handle them.
JSkimming added a commit that referenced this issue Jul 29, 2013
@JSkimming
Copy link
Member Author

Still need to handle the following

  • where T : IInterface, new()
  • Generic Class (not just methods)

@JSkimming JSkimming removed this from the 0.6 Release milestone Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant