Pinned Repositories
AdventOfCode
Advent of code 2020 solutions.
adventofcode.template
AksManagedIdentityDemoIssue
AOC2022
Advent of Code 2022
appendpath
Utility to append new data to the %path% system environment variable.
AzureFunctionIssue
This repo demonstrates a runtime issue using Azure Function with .NET 5.
LoggingMiddlewareExample
Demonstration app showing how to add logging middleware to an ASP.NET Core application.
MiscBenchmarks
SqlToKustoTableGenerator
Utility to convert existing SQL Server tables to their Kusto (Azure Data Explorer) equivalent.
treit.github.io
Treit's Repositories
Treit/MiscBenchmarks
Treit/LoggingMiddlewareExample
Demonstration app showing how to add logging middleware to an ASP.NET Core application.
Treit/misc
Miscellaneous projects, snippets, etc.
Treit/treit.github.io
Treit/AdventOfCode
Advent of code 2020 solutions.
Treit/adventofcode.template
Treit/AOC2022
Advent of Code 2022
Treit/BuildWarnings
Tools for helping to work with .NET build warnings.
Treit/chres
A Windows utility to change screen resolution from the command line
Treit/CodeAnalyzers
Code analyzers
Treit/CommunityToolkit-dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Treit/CoreWCFSamples
Sample CoreWCF projects.
Treit/CustomBuildTargetExample
Demonstrates simple custom build targets in msbuild
Treit/DebugMonitor
A simple console debug monitor to report diagnostic information reported by another process.
Treit/dotnet-api-docs
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
Treit/GCDemo
Demonstrating effects of GC on performance
Treit/GuidRecycler
Save the planet, recycle your guids
Treit/KTrieIssue
Illustrates a memory corruption issue using the ktrie library
Treit/Mangopad
Metro style text editor
Treit/roslynator
Roslynator is a set of code analysis tools for C#, powered by Roslyn.
Treit/RoslynInvalidUtf8
Shows an invalid UTF-8 source code file that compiles ok but fails at runtime because it converts invalid UTF-8 sequences to the � character, resulting in two identical string keys.
Treit/scratch
Misc code, snippets, etc.
Treit/SolvingMikeTreitsInterview
Code related to this blog post by rtreit: https://rtreit.com/posts/SolvingMikeTreitsInterview/
Treit/TerminalStress
A small application to stress test Windows Terminal
Treit/TestRepo
Test
Treit/TestService
Sample test ASP.NET Core service
Treit/TextTools
Various text processing tools.
Treit/ThreadingDemo
Projects for demonstrating threading and tasks in .NET
Treit/UnexpectedPrefix
Minimal repro for unexpected prefix style issue triggering IDE1006
Treit/VectorDebuggerIssue
Illustrates an bug in the debugger where Vector<T> data is not shown properly