-
Microsoft Corporation
- Redmond
- https://www.facebook.com/tomas.matousek.754
Highlights
- 2 discussions answered
Block or Report
Block or report tmat
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.
C#
-
metadata-tools Public
Forked from dotnet/metadata-tools
Contains tools for metadata, such as Roslyn's metadata visualizer.
PowerShell
-
sourcelink Public
Forked from dotnet/sourcelink
SourceLink enables a great source debugging experience for your users, by adding source control metadata to your built assets
C#
-
symreader-converter Public
Forked from dotnet/symreader-converter
Converts between Windows PDB and Portable PDB formats.
C#
-
symreader-portable Public
Forked from dotnet/symreader-portable
Reader of Portable PDBs format that implements DiaSymReader interfaces (ISymUnmanagedReader, ISymUnmanagedBinder, etc.).
C#
-
1,008 contributions in the last year
Activity overview
Contribution activity
February 2022
Created 11 commits in 1 repository
Created a pull request in dotnet/roslyn that received 11 comments
Add FindUsagesOptions and thread option getter through FAR services
Depends on https://devdiv.visualstudio.com/DevDiv/DevDiv%20Team/_git/TypeScript-VS/pullrequest/376624 Follow up: #59168
Opened 4 other pull requests in 1 repository
Reviewed 8 pull requests in 3 repositories
dotnet/roslyn
6 pull requests
- Add FindUsagesOptions and thread option getter through FAR services
- Avoid eagerly calling SyntaxTreeOptionsProvider.IsGenerated
- Don't block completion for items from unimported namespaces
- Revert "Clean up diagnostic and solution crawler options (#59083)"
- Make CompletionOptions global
- Remove netstandard1.3 from code base
microsoft/language-server-protocol
1 pull request
dotnet/sourcelink
1 pull request
Created an issue in dotnet/roslyn that received 5 comments
Consider negating options with non-default(T) default values
The default values of some options in record structs that represent options (e.g. CompletionOptions) are not default(T), where T is the type of the…
Opened 4 other issues in 1 repository
dotnet/roslyn
1
closed
3
open
- InvalidCastException from AbstractAddParameterCheckCodeRefactoringProvider`5.UpdateDocumentForRefactoringAsync
- Make OptionKey serializable so that integration tests can pass it between processes
- DiagnosticDescriptor does not validate help link URI
- Consider separating HideAdvancedMembers from CompletionOptions to a separate options struct