Static Types #15
dkackman
announced in
Announcements
Replies: 1 comment
-
Published Nuget package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release moves from dynamic return types on the proxy interfaces, to static types.
This is a significant change as static types are much more familiar to .net developers than dynamics. For those of us used to learning an api by examining the the type system (and yes, using intellisense) this should be a welcome addition.
The beta release of this library will likely be based on these changes.
Example
Before
After
Notes
#7
#14
This discussion was created from the release Static Types.
Beta Was this translation helpful? Give feedback.
All reactions