Highlights
- Arctic Code Vault Contributor
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
-
-
IronPigeon is a decentralized communication protocol that provides high confidentiality and authenticity for the messages.
-
Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing
-
-
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
3,705 contributions in the last year
Activity overview
Contribution activity
August 2020
- AArnott/toolkit TypeScript
- AArnott/OctokitPaginateRest.Repro124 JavaScript
- AArnott/plugin-paginate-rest.js TypeScript
- AArnott/RichCodeNavIndexer TypeScript
- AArnott/rest.js JavaScript
Created a pull request in dotnet/roslyn that received 13 comments
Update corefx dependencies
System.Runtime.CompilerServices.Unsafe to 4.7.1 System.Threading.Tasks.Extensions to 4.5.4 System.Threading.Tasks.Dataflow to 4.11.1 Microsoft.Bcl…
- Add support for void returning methods in RPC interfaces
- Switch default to to retain order of incoming RPC invocations
- Add Notify methods for declared argument types
- Only raise events from RPC targets once
- Add JsonRpc.AddLocalRpcTarget<T> method
- Expose CreateExceptionFromRpcError as a `protected virtual` method
- Activate Dependabot and update several dependencies
- Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.1 in /src
- Bump System.Threading.Tasks.Extensions from 4.5.3 to 4.5.4 in /src
- Bump Microsoft.VisualStudio.Shell.Interop.11.0 from 11.0.61031 to 16.7.30328.74 in /src
- Bump Microsoft.Net.Compilers.Toolset from 3.6.0 to 3.7.0 in /src
- Bump Roslyn.Diagnostics.Analyzers from 2.9.8 to 3.0.0 in /src
- Bump Xunit.StaFact from 1.0.30-beta to 1.0.37 in /src
- Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.1 in /src
- Bump System.IO.Pipelines from 4.7.0 to 4.7.2 in /src
- Bump System.Threading.Tasks.Extensions from 4.5.3 to 4.5.4 in /src
- Bump System.Threading.Tasks.Dataflow from 4.9.0 to 4.11.1 in /src
- Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 in /src
Created an issue in octokit/plugin-paginate-rest.js that received 18 comments
@octokit/core is used in production but only in `devDependencies` in project.json
While consuming this package in yarn v2, I got a compile break because this package consumes @octokit/core at runtime:
plugin-paginate-rest.js/s…