Thomas May
Thomas May
Noticed a couple other potential Unicode issues and thought I'd clean those up rq In doing this I specifically excluded the `.vscode` directory that also enforces Windows-1252 encoding in the...
i thought this'd be a nice, simple, small class to start with boy was i wrong Implements `MxTimer` + bits needed to ensure it's generating proper code. There's a couple...
Very odd one here, mscorlib.dll as installed by dotnet9x seems to be missing the `System.DateTimeOffset` type? (Left, dotnet9x mscorlib, right, .NET 2.0 mscorlib as present on Windows 11)  Loading...
Some assemblies from .NET 3.x seem to be missing from the installer. Example: ShareX is missing `System.Xml.Linq`  Other assemblies that seem to be missing include - `WindowsBase` - `PresentationFamework.*`...
Replaces handwritten forwarding functions with Win32 DLL forwarding via the `.def` file
.NET includes `ngen`, the Native Image Generator, it's run during the install process and compiles much of the MSIL bytecode into x86 assembly code ahead of time, however this process...