The Wayback Machine - https://web.archive.org/web/20211031121555/https://github.com/AArnott
Skip to content
Avatar

Achievements

Achievements

Highlights

  • 9 discussions answered

Organizations

@DotNetOpenAuth @microsoft
Block or Report

Block or report AArnott

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Assists in performing Roslyn-based code generation during a build.

    C# 403 61

  2. Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing

    C# 301 33

  3. IronPigeon is a decentralized communication protocol that provides high confidentiality and authenticity for the messages.

    C# 248 12

  4. Platform crypto for portable libraries

    C# 216 51

  5. Code generation for immutable types

    C# 150 33

  6. Method input validation and runtime checks that report errors or throw exceptions when failures are detected.

    C# 112 20

Contribution activity

October 2021

Created 4 repositories

Created a pull request in Squirrel/Squirrel.Windows that received 8 comments

Fix CreateShortcutForThisExe for .NET Core apps

The entrypoint assembly is reported as being a .dll in the .NET Core case. A shortcut to the dll is not what the developer expects and it doesn't w…

+11 −2 8 comments
Opened 37 other pull requests in 15 repositories
AArnott/MoneyMan 12 merged
dotnet/Nerdbank.GitVersioning 4 merged 1 open
Squirrel/Squirrel.Windows 5 merged
microsoft/CsWin32 2 merged
AArnott/Library.Template 1 open 1 merged
microsoft/vs-validation 2 merged
AArnott/vs-validation 1 closed
AvaloniaUI/Documentation 1 merged
microsoft/MSBuildSdks 1 open
microsoft/vs-streamjsonrpc 1 merged
AArnott/Squirrel.Windows 1 merged
taspeotis/DeltaCompressionDotNet 1 merged
microsoft/vs-threading 1 merged
microsoft/vs-mef 1 merged
AArnott/Nerdbank.Streams 1 merged

Created an issue in dotnet/roslyn that received 3 comments

CS0165 error on conditional expression with is true

Version Used: VS 2019 Update 11 Steps to Reproduce: Sharplab #nullable enable using System.Collections.Generic; var dict = new Dictionary<string, s…

3 comments
Started 1 discussion in 1 repository