Joshua Light
Joshua Light
Hi! I'm running `BenchmarkDotNet` with the following setup: - `Core.csproj`: a library project with code that should be benchmarked - `Benchmarks.csproj`: a project that references `Core.csproj` and contains benchmarks However,...
### Description When using `BeEquivalentTo` for `Memory` comparison, it always fails. ### Complete minimal example reproducing the issue ```csharp // Arrange. var a = new Memory(new[] { 1 }); var...
Hi! Is there a way to set a connection status handler callback for a specific `NetworkingSockets` instance? Currently, it's recommended to use `NetworkingUtils.SetStatusCallback`. However, as far as I see, this...