Thomas May

Results 6 issues of 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) ![image](https://github.com/itsmattkc/dotnet9x/assets/11337731/027a2b18-c123-4719-a855-3795810199ed) Loading...

Some assemblies from .NET 3.x seem to be missing from the installer. Example: ShareX is missing `System.Xml.Linq` ![image](https://github.com/itsmattkc/dotnet9x/assets/11337731/52a3d131-2b06-4995-bbe7-99704fa73ffb) 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...