Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,313 contributions in the last year
Contribution activity
November 2020
Created 12 commits in 2 repositories
Created a pull request in neuecc/MessagePack-CSharp that received 7 comments
Add System.Half support for .NET 5.0
Add HalfFormatter to BuiltinResolver.
msgpack spec does not support float16 so use float32 instead
Added targetframework net5.0 and use #if NET5_0,…