Brian Feucht

Results 4 issues of Brian Feucht

When I try to generate a SSL certificate for a new install, I get the following error: `File "/usr/lib/pritunl/local/lib/python2.7/site-packages/pritunl/acme_tiny.py", line 111, in get_crt` ``` ValueError: Error registering: 400 { "type":...

I was able to reproduce this via this test: ``` [TestFixture] public class OptionInBodyCreatesParseError { [Test(Description = "Ensures ParseError is created for Option in Body")] public void EnsureParseErrorIsCreatedForOptionInBody() { var...

We use wrappers around Serilog in our implementation. This means this analyzer didn't work for us since it was looking for specific namespaces. By allowing these namespaces to be updated...

### Describe the feature Currently when a Lambda execution times out, a AspNetCore request continues to execute even if it is checking a CancellationToken parameter for cancellation. This feature would...

feature-request
module/aspnetcore-support
queued
p2