Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
C#
-
Forked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C# 1
-
1,020 contributions in the last year
Contribution activity
January 2021
Created 7 commits in 4 repositories
Created 1 repository
- tmat/WebApp C#
Created a pull request in dotnet/roslyn that received 5 comments
Document state storage
Refactors storage of document ids and states in ProjectState
to a dedicated data structure: TextDocumentStates<TState>
.
Remove sorting of the stat…
Opened 9 other pull requests in 4 repositories
dotnet/roslyn
1
open
1
merged
3
closed
dotnet/sourcelink
1
open
1
merged
dotnet/metadata-tools
1
merged
dotnet/symreader-portable
1
open
Reviewed 15 pull requests in 3 repositories
dotnet/roslyn 12 pull requests
- Move tests to net5.0 reference assemblies
- Implement ImmutableSegmentedDictionary<TKey, TValue>
- Order PDB document table to match compiler arguments
- EnC rude edit for local function attributes
- Add ProjectOperationBenchmarks
- Remove client role from C# interactive
- Throw a better exception when reading past the end of a stream
- Use markup to validate lambdas and closures
- Remove boosting logic.
- Remove block on editing switch expressions
- Allow workspaces to opt in to LSP support
- Create a public API for roslyn features to expose the ability to report progress as they run.
dotnet/sourcelink 2 pull requests
dotnet/symreader-converter 1 pull request
Created an issue in dotnet/roslyn that received 5 comments
Failed contract in CSharpUseNotPatternCodeFixProvider
Version Used:
Version 16.9.0 Preview 3.0 [30904.5.main]
In Roslyn.sln AbstractEditAndContinueAnalyzer
method ReportStateMachineRudeEdits
:
if (!(old…