-
Microsoft
- Longmont, CO
- http://blog.nerdbank.net
- @aarnott
Highlights
- 12 discussions answered
Block or Report
Block or report AArnott
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
CodeGeneration.Roslyn Public archive
Assists in performing Roslyn-based code generation during a build.
-
Nerdbank.Streams Public
Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing
-
IronPigeon Public
IronPigeon is a decentralized communication protocol that provides high confidentiality and authenticity for the messages.
-
-
Validation Public
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
3,067 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 128 commits in 14 repositories
Created a pull request in AArnott/Nerdbank.Streams that received 4 comments
Add SequenceReader<T> for netstandard2.0 projects
It uses a type forwarder on netstandard2.1 so that we avoid type name conflicts when the BCL type is available and (more importantly) everyone that…
Opened 29 other pull requests in 11 repositories
microsoft/vs-streamjsonrpc
1
open
5
merged
microsoft/vs-mef
5
merged
dotnet/pinvoke
4
merged
microsoft/vs-threading
3
merged
microsoft/vssdktestfx
3
merged
AArnott/Library.Template
2
open
AArnott/Nerdbank.Streams
2
merged
microsoft/CsWin32
1
merged
microsoft/vs-validation
1
merged
dotnet/Nerdbank.GitVersioning
1
merged
AArnott/MoneyMan
1
merged
Reviewed 24 pull requests in 9 repositories
microsoft/vs-mef
6 pull requests
- LEGO: Pull request from juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20220128180234976 to main
- Bump System.Threading.Tasks.Dataflow from 5.0.0 to 6.0.0
- LEGO: Pull request from juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20220121180227974 to main
- LEGO: Pull request from juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20220114180258194 to main
- Mefx like command line tool
- Make composition iterative instead of recursive
microsoft/vs-streamjsonrpc
5 pull requests
microsoft/vs-threading
4 pull requests
dotnet/Nerdbank.GitVersioning
3 pull requests
microsoft/CsWin32
2 pull requests
neuecc/MessagePack-CSharp
1 pull request
AArnott/Nerdbank.Streams
1 pull request
AArnott/Xunit.StaFact
1 pull request
AArnott/cloudbuild-task
1 pull request
Created an issue in MicrosoftDocs/visualstudio-docs that received 6 comments
Creating concept topics for brokered services
I want to author a few concept topics like those found at https://docs.microsoft.com/en-us/visualstudio/extensibility/using-and-providing-services?…
Opened 19 other issues in 12 repositories
dotnet/maui
5
open
-
Build Windows target using
dotnet buildinstead ofmsbuild.exe - Build whole Maui app (including Windows) on any OS
- The SDK demands installation of android workloads even when project doesn't target android
-
VS complains about missing
androidworkload even after resolving it at the command line - Creating first maui app floods the error list, only to remove most of them later