The Wayback Machine - https://web.archive.org/web/20220322223608/https://github.com/bartonjs
Skip to content
Avatar
  • Microsoft
  • Redmond, WA

Achievements

Achievements

Highlights

  • 4 discussions answered

Organizations

@microsoft @dotnet
Block or Report

Block or report bartonjs

Report abuse

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

Report abuse

Popular repositories

  1. Experimentation with calling SubtleCrypto from Blazor

    C# 2

  2. corefx Public

    Forked from dotnet/corefx

    This repository contains the foundational libraries that make up the .NET Core development stack.

    C# 1

  3. coreclr Public

    Forked from dotnet/coreclr

    This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

    C#

  4. Forked from dotnet/runtime-assets

    Test assets that are required by the corefx repository, and referenced as nuget packages.

    HTML

  5. DemoRepo Public

    Forked from AlfredoMS/DemoRepo

    Repo used for demo/test/experimental purposes

410 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

March 2022

Created 2 commits in 1 repository

Created a pull request in dotnet/runtime that received 4 comments

Fix revocation processing on expired chains.

When adding tracing to the Linux X509Chain build, the "when do we process revocation" check got cleaned up to avoid doing wasteful work. But it got…

+6 −1 4 comments
Reviewed 28 pull requests in 5 repositories
dotnet/runtime 22 pull requests
dotnet/dotnet-api-docs 3 pull requests
gluecose/test-vectors 1 pull request
dotnet/corefx 1 pull request
dotnet/arcade 1 pull request

Created an issue in dotnet/runtime that received 8 comments

(Should we) Provide implementations for {RSA,DSA,ECDsa}.HashData(?)

All of our derived types for these algorithms now call the exact same helpers (except maybe DSACryptoServiceProvider, which fails if you ask for so…

8 comments