-
Microsoft
- Longmont, CO
- http://blog.nerdbank.net
- @aarnott
Highlights
- 14 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.
4,196 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 186 commits in 10 repositories
Created 2 repositories
- AArnott/WindowsAppSDK-Samples C++
-
AArnott/Nerdbank.Qif
C#
•
Built by
Created a pull request in microsoft/vs-streamjsonrpc that received 2 comments
Build the VSInsertionMetadata package earlier in the pipeline
This fixes a regression from 8d67763 (the SBOM work) that broke optprof.
Opened 18 other pull requests in 8 repositories
jim-dale/BankingTools
5
merged
AArnott/MoneyMan
4
merged
AArnott/Nerdbank.Qif
3
merged
microsoft/CsWin32
2
merged
microsoft/WindowsAppSDK-Samples
1
open
neuecc/MessagePack-CSharp
1
open
AArnott/Library.Template
1
merged
hazzik/qif
1
closed
Reviewed 8 pull requests in 5 repositories
microsoft/vs-threading
3 pull requests
microsoft/vs-streamjsonrpc
2 pull requests
neuecc/MessagePack-CSharp
1 pull request
microsoft/VSSDK-Analyzers
1 pull request
dotnet/docs
1 pull request
Created an issue in dotnet/roslyn that received 9 comments
Completion offered for WinForms type that is not actually available
Version Used: Dev 17.2 Preview 3 (32330.571.main) Steps to Reproduce: Create a WPF app (.NET 6) Open the MainWindow.xaml.cs file. In the construct…