Highlights
- 1 discussion answered
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
-
818 contributions in the last year
Contribution activity
June 2021
Created 10 commits in 2 repositories
Created a pull request in dotnet/roslyn that received 9 comments
EnC: Check member modifier updates in semantic analysis
Analyzing modifier changes in semantic analysis has multiple advantages: We can detect the actual impact of change on the generated code. In cases…
Opened 10 other pull requests in 2 repositories
dotnet/roslyn
5
merged
3
open
1
closed
- Add UpdatedTypes to WatchHotReloadService.Update
- Gtd - samuel
- Reloadable types
- HasChangesAsync may be called outside of the debugging session
- Block deployment to Dev16
- Block deployment to Dev17
- Add binding redirect for EnvDTE
- Use compile-time solution in VS HotReload service
- Update Microsoft.DiaSymReader.Portable to 1.7.0-beta-21315-03
dotnet/symreader-portable
1
merged
Reviewed 18 pull requests in 2 repositories
dotnet/roslyn 17 pull requests
- EnC: Check member modifier updates in semantic analysis
- Add LanguageVersion 10
- EnC - Support top level statements
- Add IVT for UnitTestingHostReloadService
- Add UpdatedTypes to WatchHotReloadService.Update
- 🐇 Avoid generic enumeration in ChecksumCollection.FindAsync
- Remove 'kind' from being part of a checksum
- Block deployment to Dev16
- Add support for ServiceHub Host on .NET Core
- Dev/samaw/navigation
- EnC - Update CustomAttributes table instead of just always adding to it
- ✨ Enable Navigate to Decompiled Sources by default
- Multi session service
- Runtime capability to allow attribute editing
- EnC: Implements support for #line mappings
- Store more information when an exception happens when making RPC calls to oop server
- Switch to full ngen for Roslyn binaries
dotnet/sdk 1 pull request
Created an issue in dotnet/roslyn that received 11 comments
Primary record constructor's declaring syntax reference should be the parameter list, not the record declaration node
Version Used: 4.0.0-2.21322.49 Steps to Reproduce: record C(int X); var syntax = primaryConstructorSymbol.DeclaringSyntaxReferences.First().GetSyntax…
Opened 11 other issues in 5 repositories
dotnet/roslyn
6
open
1
closed
- EnC: remove empty capability fallback
- Assertion failure in CodeActionWithNestedActions
- Do not run source generators in-proc
- Report exceptions thrown by generators in Error List as warnings
- EnC: allow editing all await expressions unless they are active
- EnC: allow adding/removing await expressions in async method
- Decide on usage of target typed new in the compiler code base and update editorconfig accordingly