0.4 Breaking Changes #13
dkackman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The 0.4 release will move from dynamic return types on the proxy interfaces, to static types. It will be based on the net yet merged static-types branch.
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
Beta Was this translation helpful? Give feedback.
All reactions