Sean

Results 4 comments of Sean

I've got to say, this syntax on this is terrible: ``` var s = o switch { Person p => (name => { WriteLine(name); return name.Trim(); })(p.GetName()), ... }; ```...

> what is the SSL authentication issue? > > this may be an issue and may be resolved by changes in v1.9.0-RC10, i'd need to look over the debug logs...

> What OS? It's Windows 10 > Can you try something like `openssl pkcs12 -info path-to-file.p12` and see if there are any issues reported with that? I don't see any...

Why not just have a `[CallerLineDetails]` attribute that gives you the row/column as a tuple `(int Row, int Column)` ? `string PrintExpression(object expression, [CallerFilePath] string filePath = default, [CallerLineDetails] position...