cocowalla

Results 111 comments of cocowalla

I was able to create an extension method for working with the `RequestPipe`, along with a new `StagedMiddleware` that works at the `BasicPropertiesCreated` stage and successfully sets the `UserId` -...

Sorry for the late response. Yes, it does seem to work as expected in a 'hello world' type console app, and actually in other complex one too. Actually, it only...

Definitely still interested! I tried the latest version on 2 different .NET Framework projects on 2 machines, and on both I now get: ``` Starting Inlining Analyzer... Assembly: C:\MyProject\bin\Release\MyProject.exe Runtime:...

Aha, some progress! I tried installing the `Microsoft.Diagnostics.Tracing.TraceEvent` package, and this error goes away, and I get inlining highlighting! There are a couple of other issues tho: 1. I had...

From the `csproj` file for the x64 project: ``` v4.7.1 x64 ```

Note this does build OK locally and all tests pass. The failed tests don't appear to be related to my commits, as the same tests were already failing in the...

So, because I forgot to create a feature branch in my fork before submitting the first PR, this now includes fixes for both #133 and #14. And the AppVeyor build...

SSH.NET is surely the most mature and popular one - I believe it's been around since 2010. AFAIK, the only other C# clients are commercial. I've personally been using SSH.NET...

Would be nice if `EnumerableFilter` would work with generic methods, such as to filter a collection by type with `.OfType`?

@fabalo76 I'm not sure giving the Everyone account full control is the best idea from a security perspective. Ideally, you'd be able to configure it, so you can grant the...