Pinned Repositories
GameJamMatch3
The result of a private 4 hour mini game jam
kayak
event-driven networking library for .NET
managed-lzma
C# implementation of LZMA and 7zip
TiledTextureTest
Documents tiled texture problems on Surface Pro 4
WebBrowserCorruptionTest
Repro for memory corruption when running WebBrowser on multiple UI threads
weltkante's Repositories
weltkante/managed-lzma
C# implementation of LZMA and 7zip
weltkante/TiledTextureTest
Documents tiled texture problems on Surface Pro 4
weltkante/GameJamMatch3
The result of a private 4 hour mini game jam
weltkante/WebBrowserCorruptionTest
Repro for memory corruption when running WebBrowser on multiple UI threads
weltkante/AxHostControlTest
Sample for a MFC control hosted in WinForms
weltkante/CLRInstrumentationEngine
The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.
weltkante/clrmd
Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
weltkante/codeformatter
Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
weltkante/ComInteropIssue
Presents a COM interop issue in .NET
weltkante/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
weltkante/ILSpy
.NET Decompiler
weltkante/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
weltkante/managed-lzma-bugs
External regression tests for the managed-lzma library
weltkante/MsRdpEx
Microsoft RDP Client Extensions
weltkante/NativeWinFormsControlHost
Example for hosting a .NET 6 WinForms Control in a MFC application.
weltkante/nethang
Demonstrates .NET Core 3.1 socket deadlock
weltkante/NLog.Windows.Forms
NLog targets specific for Windows.Forms
weltkante/PowerShell
PowerShell for every system!
weltkante/RejitTest
Testing Rejit API for .NET Profilers
weltkante/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
weltkante/RoslynGeneratorBugNestedTypeSymbol
Reproduction for a bug in Roslyn generators seeing the wrong symbol when referencing nested types
weltkante/sharpcompress
SharpCompress is a fully managed C# library to deal with many compression types and formats.
weltkante/SharpDX
SharpDX GitHub Repository
weltkante/TestFormActiveForm
https://github.com/dotnet/winforms/issues/3003
weltkante/visualstudio.xunit
VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)
weltkante/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
weltkante/winforms
Windows Forms is a .NET Core UI framework for building Windows desktop applications.
weltkante/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
weltkante/xunit
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.
weltkante/XUnitStaFactWinFormsHang
reproduces a unit test hang