Skip to content
View shuebner's full-sized avatar
Block or Report

Block or report shuebner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • Suppresses switch exhaustiveness warnings for `OneOf<...>.Value` instances from [OneOf](https://github.com/mcintyre321/OneOf)

    C# 13 3 MIT License Updated Jun 22, 2024
  • Suppresses exhaustiveness warnings for switching (switch statement or expression) on closed type hierarchies

    C# 42 3 MIT License Updated Jun 17, 2024
  • json_keyref Public

    Checks referential integrity of a JSON document according to an external specifications similar to XSD's keyref etc.

    TypeScript MIT License Updated May 13, 2024
  • Demo for how to create VSCode extension for a custom ANTLR-based language including semantic validation

    TypeScript MIT License Updated Mar 3, 2024
  • dev_puzzles Public

    Puzzles for software developers

    C# 1 MIT License Updated Mar 3, 2024
  • source repo for git-related puzzles

    C# Updated Nov 11, 2023
  • source repo for git-related puzzles

    C# Updated Nov 11, 2023
  • Template for test-driven development of JSON schemas

    JavaScript MIT License Updated Aug 28, 2023
  • Package that applies a workaround to get IDE0005 (unnecessary usings) in the CLI build

    3 MIT License Updated Aug 7, 2023
  • source repo for dev puzzle 06

    C# Updated May 17, 2023
  • Adds an MSBuild task that checks assembly references of all assemblies within a package for inconsistencies.

    C# Updated Apr 10, 2023
  • temp_pic Public

    HTML Updated Dec 22, 2022
  • Demo of establishing defaults for test projects so that the test csproj can be minimal.

    C# MIT License Updated Dec 18, 2022
  • Repro for wrong regex syntax highlighting in VS

    C# MIT License Updated Nov 10, 2022
  • Shows how to use a csproj Property as one source of truth for both build and runtime

    C# MIT License Updated Nov 6, 2022
  • Demonstrates generic partial application, i. e. how to build a generic call with multiple type arguments one type argument at a time, without reflection of course.

    C# MIT License Updated Nov 1, 2022
  • Demo of preprocessor-based technique for duplication-free code that is compatible with multiple versions of the same API

    C# MIT License Updated Oct 30, 2022
  • XsdToSource Public

    Generates POCOS from XML schema files (XSD) at compile-time

    C# 2 MIT License Updated Oct 18, 2022
  • CreateGen Public

    C# source generator enabling method group syntax for object creation by generating a static Create method that calls the actual constructor

    C# MIT License Updated Aug 19, 2022
  • Reproduces `--no-incremental` build error with SDK 6.0.300 and IsExternalInit and Nullable package

    C# MIT License Updated Jun 2, 2022
  • Generate C# classes from XML Schema files

    C# Apache License 2.0 Updated May 4, 2022
  • Demonstrates how to do RPC between a .NET 5 process and a .NET Framework 4.8 process

    C# 5 MIT License Updated Apr 21, 2022
  • C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)

    C# Other Updated Jan 12, 2022
  • Automagically update nuget packages in .NET projects

    C# Apache License 2.0 Updated Oct 21, 2021
  • Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)

    C# MIT License Updated Aug 27, 2021
  • Base classes and templates for domain primitives in C#

    C# 3 MIT License Updated May 30, 2021
  • Demonstration of the techniques described in my blog post about nuget packaging

    C# MIT License Updated May 2, 2021
  • ValueOf Public

    Forked from mcintyre321/ValueOf

    Deal with Primitive Obsession - define ValueObjects in a single line (of C#).

    C# MIT License Updated Nov 28, 2020
  • webhooks Public

    Just for playing with webhooks

    Updated Nov 3, 2020
  • testsamples Public

    library for easy sample-based testing, e. g. for testing validation code

    C# MIT License Updated Oct 24, 2020