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
Pinned
428 contributions in the last year
Activity overview
Contribution activity
October 2020
- weitzhandler/AspNetCoreOData C#
- weitzhandler/wpf C#
- weitzhandler/docs-1 PowerShell
- weitzhandler/MultiTargetingWithUno C#
- weitzhandler/MSBuildSdkExtras Visual Basic .NET
Created a pull request in unoplatform/uno that received 3 comments
Update debugging-uno-ui.md - add info about long paths
This PR adds a recommendation to use a short path when cloning Uno, to avoid build errors.
Created an issue in dotnet/roslyn that received 13 comments
Suggest adding constructor inside class as well, not only when cursor is on class name
Brief description: Inheriting from an abstract class that lacks a parameterless constructor results in a compile error, unless a constructor is added.

