Davyd McColl
Davyd McColl
Goodness. I've also just spent the best part of the last hour trying to figure out why my code was broken -- when it's not. It's this flipping assertion. Yes,...
@paliari please review this PR -- we're currently using a forked version and may have more to contribute.
Please provide more information: 1. your working local use-case 2. the project you're using to create the nuget package 3. a link to the published package Thanks
> Sorry for not responding earlier. I did not set the proper Default Encoding. With that everything work fine. Sorry. No worries - thanks for reporting anyway (:
@Biztactix-Ryan I'll probably need some help if you're looking for that functionality, primarily because: a) I use sc.exe for service control (which is why the library is technically _not_ for...
I no longer develop on windows. As such, this project is basically in maintenance mode, though I'll gladly accept PRs.
that's correct - it uses threads to handle incoming requests, so no real need for async/await, but if you _really_ need it, you can use PeanutButter's `Async.RunSync` (see https://github.com/fluffynuts/PeanutButter/blob/master/source/Utils/PeanutButter.Utils/Async.cs) to...
closing due to inactivity - please re-open if there's something I can help with
I think if we do this, it's probably a good idea to do a major version bump, so that no-one requiring an older version would accidentally install a newer one...
I would still want to maintain a net462 package (and whatever comes after that in NETFX-world's support matrix - right now, that's the lowest version of .net framework that is...