-
-
Notifications
You must be signed in to change notification settings - Fork 747
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
Introduced non-generic type descriptor method descriptor.Type(System.Type)
.
#1081
Introduced non-generic type descriptor method descriptor.Type(System.Type)
.
#1081
Conversation
descriptor.Type(System.Type)
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments on the code.
We also need tests for each of these new methods. Moreover we have to bring the methods to the interface level.
I will check if there are more places we should have a look at.
@michaelstaib thanks for having a quick look! I'll add the tests, pull to the interface and resolve you comments! Probably tonight or tomorrow |
@michaelstaib I've added tests, pulled to interface, resolved the comments and fixed a bug. Is it ok like this? Btw, I didn't see any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks now pretty good. I will trigger a CI.
@michaelstaib is it ready to be merged :) ? If so, could you also build a preview nuget? |
@promontis sorry was in a meeting ... yes everything is green :) I will trigger the merge and release. |
Addresses #1079