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 50 million developers.
Sign up-
Microsoft Corporation
- Redmond
- https://www.facebook.com/tomas.matousek.754
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,092 contributions in the last year
Contribution activity
June 2020
Created a pull request in dotnet/roslyn that received 3 comments
Compiler Options in PDB fixups
Rename PortableCustomDebugInfoKinds.MetadataReferenceInfo to CompilationMetadataReferences to align with Portable PDB spec: dotnet/runtime#37605
Fe…
- Update TopSyntaxComparer for top-level statements
- Use IActiveStatementSpanTracker through MEF
- Switch InteractiveHost from .NET Remoting to JSON-RPC
- Disable NuGet restore within Visual Studio
- Avoid localizing Empty.resx
- Add reqired API for moving SBD analyzer OOP
- Test for the Anonymous Type with check for different compiler
- Add compiler options and metadata reference information into portable
- Rename the Unit Testing side Json
- Log telemetry on servicehub process start.
Created an issue in dotnet/roslyn that received 1 comment
Review visibility of compilation options
There are multiple comments in CompilationOptions.cs such as:
// TODO: change visibility of the ReferencesSupersedeLowerVersions setter to internal…