Jason Couture

Results 16 issues of Jason Couture

via new config option: "mining": { "recursiveScan": true } Default is original behavior. My C++ is rusty, forgive mistakes. I was missing the SSL libs, and I only had a...

**Describe the bug** Memory leak due to `[ThreadStatic]` when no synchronization context is present. **To Reproduce** Steps to reproduce the behavior: 1. Enable tracer for any long running ASP.NET Core...

##### Brief Description When code generation is targeting .NET 7, `LibraryImport` should be used in place of `DllImport` as this will pre-generate marshalling operations normally performed at runtime. When framework...

enhancement

##### Brief Description For the classes that generate a dispose method, they should also have a finalizer. Without a finalizer, the code can leak handles when it's collected by the...

This also adds a new fuction to ignore the attempts to guard the lower 1MB if it's really required. Closes #311

enhancement
waiting-on-author

When activating additional CPUs they will start in real mode. Trampoline assembly is used to initialize them, after issuing two IPI (inter processor interrupts) (INIT and START) via the APIC....

enhancement
help wanted

UEFI runtime services can be useful for a variety of purposes. Some kernels may want access to these at runtime. The UEFI bootloader should provide support for mapping runtime services,...

enhancement

In order to reduce the impact of added tests in the same file, this PR limits the number of tests run in parallel to 4. Without changes on the current...

During development of #302 tftp boots broke. This caused the tests to hang, and never display the tftp failure panic. I propose the following changes: 1. Add support for bootloader...

enhancement

**Description:** Github actions tool guidelines is to use the worker tool cache, instead of system-wide install path. Not doing so results in installation failures on self hosted runners. A successful...