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 36 million developers.
Sign up
Popular repositories
-
antlr4cs
Forked from tunnelvisionlabs/antlr4cs
ANTLR 4 C# Target
-
antlr4
Forked from antlr/antlr4
-
antlrcs
Forked from antlr/antlrcs
-
antlrworks2
Forked from tunnelvisionlabs/antlrworks2
Tunnel Vision Labs' ANTLRWorks 2 IDE
-
stringtemplate4
Forked from antlr/stringtemplate4
Java 3
-
zgrnbviewer
NetBeans integration of ZGRViewer
4,735 contributions in the last year
Activity overview
Contribution activity
May 2019
Created a pull request in dotnet/roslyn that received 3 comments
Fix incorrect inheritance of MEF export attributes
This is a prerequisite to updating our diagnostic analyzer package in #35439.
- Implement external access APIs for Apex
- Add external access APIs for legacy code analysis
- More external access
- Remove legacy IVTs
- Update analyzers to follow recommended patterns
- Fix violations of CA2237 (Mark ISerializable types with serializable)
- Fix violations of RS1024 in Microsoft.CodeAnalysis.EditorFeatures.UnitTests
- Fix violations of RS1024 in Microsoft.CodeAnalysis.EditorFeatures
- Fix violations of RS1024 in Microsoft.CodeAnalysis.CSharp.Features
- Fix violations of RS1024 in Microsoft.CodeAnalysis.VisualBasic.Features
- Fix violations of RS1024 in Microsoft.CodeAnalysis.UnitTests
- Fix violations of RS1024 in Microsoft.CodeAnalysis.VisualBasic.Workspaces
- Fix violations of RS1024 in Microsoft.CodeAnalysis.CSharp.Workspaces
- Fix violations of RS1024 in Microsoft.CodeAnalysis.VisualBasic
- Fix violations of RS1024 in Roslyn.Test.Utilities
- Fix violations of RS1024 in Microsoft.CodeAnalysis.Workspaces
- Fix violations of RS1024 in Microsoft.CodeAnalysis.CSharp
- Fix violations of RS1024 in Microsoft.CodeAnalysis
- Fix violations of RS1024 in Microsoft.VisualStudio.LanguageServices
- Use expected syntax for intentional reference equality test
- Fix mismatched use of MEF 1 and 2
- Update to Roslyn.Diagnostics.Analyzers 2.9.3-beta1.19252.1+136aefb3
Created an issue in dotnet/roslyn that received 1 comment
Proposal: member of type optimization for simplifier
The following hypothesis might be usable for optimizing the simplifier:
When attempting to simplify T.X to X in any scope, where T is a named type…