The Wayback Machine - https://web.archive.org/web/20210120200129/https://github.com/sharwell
Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Arctic Code Vault Contributor
  • Pro

Organizations

@antlr @gitextensions @microsoft @tunnelvisionlabs @dotnet @DartVS @DotNetAnalyzers

Popular repositories

  1. Forked from tunnelvisionlabs/antlr4cs

    ANTLR 4 C# Target

    Java 36 9

  2. Forked from tunnelvisionlabs/antlrworks2

    Tunnel Vision Labs' ANTLRWorks 2 IDE

    Java 4 2

  3. Forked from antlr/antlr3

    antlr v3 repository (pulled from p4 with history from //depot/code/antlr/antlr3-main

    Java 2 1

4,273 contributions in the last year

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

Contribution activity

January 2021

Created a pull request in dotnet/roslyn that received 2 comments

Attribute lock time to analyzers

Prior to this change, lock contention resulting from non-concurrent analyzers was not attributed to any specific analyzer. This change add the lock…

+25 −26 2 comments
Reviewed 33 pull requests in 6 repositories
dotnet/roslyn 28 pull requests
dotnet/roslyn-analyzers 1 pull request
DotNetAnalyzers/StyleCopAnalyzers 1 pull request
gitextensions/gitextensions 1 pull request
dotnet/roslyn-sdk 1 pull request
tunnelvisionlabs/antlr4ts 1 pull request

Created an issue in dotnet/roslyn-analyzers that received 4 comments

Prefer 'token.IsKind(None)' to 'token == default'

Describe the problem you are trying to solve Comparing a SyntaxToken to default(SyntaxToken) is much slower than comparing SyntaxToken.RawKind to 0.…

4 comments
You can’t perform that action at this time.