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,039 contributions in the last year
Contribution activity
March 2021
Created 46 commits in 9 repositories
Created a pull request in dotnet/roslyn that received 3 comments
Hot Reload watch service
Implements WatchHotReloadService wrapper around IEditAndContinueWorkspaceService that exposes EnC functionality in a shape suitable for dotnet watch.
Opened 9 other pull requests in 5 repositories
dotnet/roslyn
5
merged
dotnet/CliCommandLineParser
1
merged
dotnet/symreader-portable
1
merged
dotnet/symreader
1
merged
dotnet/arcade
1
merged
Reviewed 12 pull requests in 2 repositories
dotnet/roslyn 11 pull requests
- Hot Reload watch service
- Fix additional cancellation case for GetAssetsAsync
- Combine VB comparers into one, and combine VB and C# comparers together
- Update vssdk
- Add Rebuild.UnitTests
- Configure CompilationOutputInfo for projects created using an MSBuildWorkspace
- Remove dependency on framework implementation for object formatter test
- EnC support for source-generated files
- Document state storage refactoring
- Null-annotate EnC impl in the compiler
- Fix bug where parenthesized lambdas were being classified as top level
dotnet/designs 1 pull request
Created an issue in dotnet/roslyn that received 8 comments
Source files produced by source generators should have absolute paths
Source file path ends up written in PDB and it may also be read from within the DLL via CallerFileNameAttribute, after being transformed via path map.
Opened 6 other issues in 1 repository
dotnet/roslyn
6
open
- Update EnC error messages used for Hot Reload
- MSBuildWorkspace creates documents with wrong checksum algorithm
- Cleanup DiagnosticDataSerializer
- Remove workaround for Razor design-time only source-generated files
- Future-proof rebuild tool metadata reference handling
- Simplify CSharpSymbolMatcher.MapDefinition implementation