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
Pinned
2,925 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in windows-toolkit/WindowsCommunityToolkit that received 5 comments
[Feature] Microsoft.Toolkit.Mvvm package (Preview 4)
Follow up to #3428 This PR is for tracking all changes/fixes/improvements to the Microsoft.Toolkit.Mvvm package following the Preview 3. PR Type
Wh…
- Parameterless ThrowHelper APIs
- Performance improvement in Count<T> extension
- Fixed MemoryStream seek to end validation
- Added [Memory|Span]Owner<T>.DangerousGetArray
- Fixed ImageEx.CornerRadius property
- Fixed ArrayPoolBufferWriter<T> repeated new[] allocations
- New IBufferWriter<byte>.AsStream() extension
- New [ReadOnly]Memory<T>.Cast<TFrom, TTo> extensions
- Shameful rename of [IsNullOr]WhiteSpace Guard APIs
- Removed unsafe indexing from StrongReferenceMessenger
Created an issue in dotnet/runtime that received 19 comments
Proposal: add a static, thread-static Random.Current instance
Background and Motivation The Random class is a very frequently used API from even non experienced developers - it's used anywhere from creating si…