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,127 contributions in the last year
Contribution activity
May 2020
Created a pull request in dotnet/roslyn that received 6 comments
Ignore cancelled/faulted tasks in GlobalNotificationRemoteDeliveryService
Fixes #44096
- Connection refactoring
- Doc update: Clarifications of deterministic inputs
- RemoveHostClientProvider refactoring
- Remote client service refactoring
- Delete RemoteHostClientMock
- Analyzer errors
- Add comments
- Avoid NRE from TryCreateUnitTestingKeepAliveSessionWrapperAsync
- Refactoring of Active Statement tracking for OOP
- Add option page registration attributes back
- ActiveStatementTagger nullable annotations
- Add nullable annotations to SolutionCrawler files and tiny refactorings
- More RemoteHostClient refactoring
- Fix ProjectInfo construction in AssetProvider
- Fix create project info
- Add compiler options and metadata reference information into portable
- Avoid parallel requests to load the same text
- SymbolMatcher Support
- Spec for additions to pdb on deterministic builds
- Making name of script globals type hidden
- Skip executing analyzers by default on local builds for solutions in the repo
- Use a shared shadow copy assembly loader for all VisualStudioAnalyzer…
- Move more of FindRefs OOP
- Fix declared dependencies of Microsoft.VisualStudio.LanguageServices
- Add more information in our NFW description to help the backend bucket it better
- Merge release/dev16.7-preview1 to master
- More RemoteHostClient refactoring
- Install the integration test trace listener in Roslyn OOP
- Add additional information to our watson dumps to make them easier to bucket.
- Add reqired API for moving SBD analyzer OOP
- Simplification and cleanup of our symbol index now that it is OOP.
- Only precompute and cache indices in the OOP process.
- Multi-target more projects used by unit tests
- Include protocol package in expected dependency output so we can upda…
- Version light command packages
- Mention PublishTestResults@2 task in docs
- Support finding the dotnet executable on non-windows platform in tools.ps1 (#5413)
- Only import test runner targets if project is a test project
- Support finding the dotnet executable on non-windows platform in tools.ps1
- Add doc for new test support in Arcade.Sdk
- Add support for running XUnit and MSTest tests with the VSTest runner
Created an issue in dotnet/sourcelink that received 5 comments
Consider capturing git the line break configuration in sourcelink json
This change in .NET SDK added assembly-level attribute with git repo clone URL: dotnet/sdk#11559 This can be used to optimize download of all sourc…
- Unless /codepage is specified the build output might depend on the OS code page
- Move DiagnosticAnalyzerService document analysis OOP (refactor)
- RemoteEndPoint.InvokeAsync with custom pipe reader/writer does not handle cancellation, exceptions correctly
- Add LUT and SBD services to WellKnownServiceHubService, remove RemoteServiceName
- Improve design of partner component hosting in Roslyn ServiceHub process
- NRE from Microsoft.CodeAnalysis.Rename.RenameLocations.<RehydrateAsync>
- Remove SafeContinueWith helpers
- Revert #44101: Add option page registration attributes back