- GitHub Staff
Block or Report
Block or report tamasvajk
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
elastic/elasticsearch-net Public
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
-
OmniSharp/omnisharp-vscode Public
Official C# support for Visual Studio Code (powered by OmniSharp)
-
github/codeql Public
CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
-
github/vscode-codeql Public
An extension for Visual Studio Code that adds rich language support for CodeQL
1,895 contributions in the last year
Activity overview
Contribution activity
December 2022
Created 25 commits in 2 repositories
Created 1 repository
- tamasvajk/tree-sitter-c-sharp JavaScript
Created a pull request in tree-sitter/tree-sitter-c-sharp that received 7 comments
Remove all precedence from type system
This PR makes some fundamental changes to the type system. All precedence specifications are removed. The type system is made tighter, so ref ref int…
Opened 20 other pull requests in 3 repositories
tree-sitter/tree-sitter-c-sharp
1
open
10
merged
2
closed
-
WIP: Remove
implicit_type -
Add support for
scopedtypes - Update readme to tick off file scoped types
- Add optional lambda return type
-
Add support for
filescoped classes -
Add
filemodifier - WIP: Add optional lambda return type
-
Add
ref/ref readonlytypes to the type system - Fix ambiguity between cast and parenthesized invocation
-
Add
voidto predefined types -
Add test for
refandref readonlyin delegate declaration -
Add support for enhanced
#linedirectives -
Add support for
staticmodifier on anonymous method expressions
github/codeql
2
merged
1
closed
2
open
tamasvajk/tree-sitter-c-sharp
1
closed
1
open
Reviewed 24 pull requests in 2 repositories
github/codeql
17 pull requests
- C#: Add dummy type sizes for the list pattern expressions kinds.
- Kotlin: Revert type erasure within $default functions
-
Java/C#: exclude
FunctionalExprs fromDataFlowTargetApi - C#: Support List and Slice patterns.
- Kotlin: extract annotations
-
Kotlin: Fix extraction of
$defaultextension functions - Java/Kotlin: Update the diagnostic severity documentation
- Kotlin: Improve diagnostic limit message
- Kotlin: extract callable modality
- Kotlin: stub trap .class files when extracting a class from Kotlin source
- Kotlin: Adapt PathSanitizer
- Kotlin: Extract a no-arg constuctor whenever a Kotlin class has default values for all parameters
- Java: Add Model Difference workflow on model generator changes.
- Java/C#: Delete old model generator scripts and update Java model re-generator script.
- Kotlin: Don't add name mangling to top-level internal functions
- Kotlin: Migrate standard library models to data extensions.
- Kotlin: Enable java/non-serializable-field for Kotlin
tree-sitter/tree-sitter-c-sharp
7 pull requests
- Allow records primary constructor base to be generic
-
Add support for
scopedtypes - WIP: Add optional lambda return type
-
Add test for
refandref readonlyin delegate declaration -
Add
ref/ref readonlytypes to the type system - Fix ambiguity between cast and parenthesized invocation
-
Add support for
staticmodifier on anonymous method expressions
Created an issue in tree-sitter/tree-sitter-c-sharp that received 3 comments
Fix record_base to allow generic types and generic constructor calls
// record A<T>();
record B() : A<int>();
produces
(compilation_unit [0, 0] - [1, 22] (comment [0, 0] - [0, 16]) (record_declaration [1, 0] - [1, 2…





