Troy Greenman

Results 2 issues of Troy Greenman

When attempting to integrate with sentry .net using the nlog integration, I noticed that device context wasn't being sent up like other platforms already do. The older raven-csharp sdk appears...

Feature

Per the docs on https://docs.microsoft.com/en-us/windows/win32/api/mmdeviceapi/nf-mmdeviceapi-immdeviceenumerator-registerendpointnotificationcallback, I was expecting to see some AddRef and Release being called in the C# implementation at https://github.com/naudio/NAudio/blob/master/NAudio.Wasapi/CoreAudioApi/MMDeviceEnumerator.cs since those calls don't appear to be exposed...