- Modiin Illit, Israel
Block or Report
Block or report zspitz
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
ExpressionTreeToString Public
String representations of expression trees + library of expression tree objects
-
ANTLR4ParseTreeVisualizer Public
Visual Studio debugging visualizer, and .NET visualization controls, for ANTLR4 parse trees
-
ts-activex-gen Public
Library + UI for generating Typescript definitions / DefinitelyTyped packages from COM type libraries / LibreOffice Doxygen XML
-
activex-js-helpers Public
Event handler management, and parameterized property setters for ActiveX objects in Javascript
-
DateTimeVisualizer Public
Custom debugging visualizer for VS, leveraging NodaTime to disambiguate DateTime instances
290 contributions in the last year
Contribution activity
February 2022
Created 2 commits in 2 repositories
Created 1 repository
Created a pull request in dotnet/docs that received 13 comments
Fix #24823
Summary Expands on how to include tuple names as part of the type declaration. Fixes #24823
Opened 1 other pull request in 1 repository
dotnet/docs
1
closed
Created an issue in dotnet/docs that received 3 comments
Simplify LINQ samples
This sample, and many of the other samples relying on the Student sample here, are needlessly complicated:
Defining a protected List<Student> as t…