Hamish Arblaster
Hamish Arblaster
Hi, Just wanted to check that this is still supported & will be getting relevant patches from angle (other than Apple's ones)? Just wondering as there haven't been many commits...
Hi @KdotJPG, I'm using the `_old` version of the C# one (but I haven't seen it in any others as well) and was looking for 1D generators. Can it be...
Hello, I wish to use this project for my game which needs fast scripting, However my game will run on .NET Core and this is a .NET Framework app, I...
The compiler emits unnecessary defensive copies on enums passed by `in`. **Version Used**: Sharplab.io Also reproduces with the compiler included in the .NET 8.0.100 SDK **Steps to Reproduce**: ```csharp using...
https://github.com/microsoft/garnet/blob/1e5c7ad3d80a57a58e233e76267e5a21f9d2113f/libs/storage/Tsavorite/cs/src/core/VarLen/SpanByte.cs#L61 this member is called here https://github.com/microsoft/garnet/blob/1e5c7ad3d80a57a58e233e76267e5a21f9d2113f/libs/client/ClientSession/GarnetClientSessionMigrationExtensions.cs#L403 which this API is called from the public API `TryWriteKeyValueSpanByte` here https://github.com/microsoft/garnet/blob/1e5c7ad3d80a57a58e233e76267e5a21f9d2113f/libs/client/ClientSession/GarnetClientSessionMigrationExtensions.cs#L296 which takes `ref SpanByte`. It is a GC hole since it's...
This is a feature request to add a dropdown box where I can select which dll I want to disassemble. This would not change the disassembler used, but it would...
I would like an option so that it registers both taps and clicks. Thank you. I want this as I can click like this using the setting found at System...
I've tested this on sharplab.io IL assembler. Using function pointers (specifically the `unmanaged` callconv (see documentation [here](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-9.0/function-pointers#function-pointers-1) in the second code box)), you can create a binary that cannot go...
#### Description (optional) Tracking issue for: `CLSID_Shell` and some other CLSIDs are incorrectly on `IID` as `IID_Shell` (or similar). #### Reproduction Steps Try to call `CLSID.CLSID_Shell` #### Expected Behavior Exists...
#### Description (optional) Feature request: Generate headers for `ole2.h` to include `OleInitialize` (and there are probably other functions someone wants in it too). #### Rationale We already expose the `SHBrowseForFolderW`...