Sebastien Lambla

Results 9 comments of Sebastien Lambla

server.OnInit and server.OnDispose have been standardized. The microsoft key is mentioned as a backward compatibility thing. See https://github.com/owin/owin/issues/27

startup properties exist during wireup (if you support BuildFunc), and contain all the common keys "available at startup", as per CommonKeys. The env contains startup keys and the http request...

What's the discussion thread on OWIN? I've not seen anything?

I tried looking into this a bit more, and it seems `Nuget.Core` is abandonware. Updating to the 4.x packages seems to be rather complex, and a quick 20 minutes didn't...

Just an experience report on current usage: I looked back into my scripts, and I used `-filter` with the full path to the exact test I was currently executing, without...

I'd be partial to a Span personally...

Retranscripting my chat from github: The typical example is this: ``` variable "generate_policy" { type = bool } resource "aws_iam_policy" "myPolicy" { if = var.generate_policy } ``` In replacement of...