Blake Niemyjski

Results 626 comments of Blake Niemyjski

I wonder if they implemented this yet, I tried to do some searches but didn't really seeing anything explicitly stating this.

Supporting OTA updates would be amazing.

Yes a wpf event handler. Doing fire and forget as well async void is a very bad practice that even Microsoft does not recommend.

We can't really take on any third-party dependencies for logging at this point unless critically necessary. Would you mind sharing your sink in the meantime?

After some digging between what used to be happening and is that this library exposes the sync `OutputWindowPane.WriteLine` into the behind-the-scenes async call via `ThreadHelper.JoinableTaskFactory.Run`. This may be causing the...

Looking at what others were doing I also came across this: https://github.com/madskristensen/VsixLogger/blob/master/src/Logger.cs#L43-L59 which is what we were doing.

I think this project is dead?

@sebas77 where do you see it's still in progress by the author(s)?