-
Microsoft
- Seattle, WA
- http://chris.sienkiewi.cz
- @Chiser99
Highlights
- Pro
- 1 discussion answered
Block or Report
Block or report chsienki
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
roslyn Public
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
-
coreclr Public
Forked from dotnet/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called System.Private.Corelib (or mscorlib). It includes the garbage collector, JIT compiler, base .NET data types an…
C#
-
dotnet Public
Forked from microsoft/dotnet
This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
HTML
-
530 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 6 commits in 3 repositories
Created 1 repository
Created a pull request in dotnet/roslyn that received 6 comments
Add missing node state transition
It's valid for an input to be modified causing a downstream input to be removed (for example a syntax tree can change what is in it, leading to the…
Opened 2 other pull requests in 2 repositories
dotnet/razor-compiler
1
open
dotnet/roslyn
1
open
Reviewed 8 pull requests in 5 repositories
microsoft/go
3 pull requests
dotnet/roslyn
2 pull requests
dotnet/sdk
1 pull request
dotnet/runtime
1 pull request
microsoft/go-infra
1 pull request
Created an issue in dotnet/roslyn that received 26 comments
Allow the language version for generated files to 'float'
Rationale
Today we support the langVersion
flag which allows a newer compiler to disallow the usage of language features that were introduced after…