Joe DeCock
Joe DeCock
Labeling this internal for now - we have no reports of issues in the wild, so my hope is that we can fix this by generating the cert differently.
When the X509Certificate2 constructor is used with a PKCS12 file (which contains both an X509 certificate and the associated private key), it creates a temp file on disk where the...
Sorry for a hugely delayed response on this thread! I really like this idea and the PR. It's good that if the error isn't handled, the exception still bubbles up,...
Thanks for the PR! Are you hoping to get this in fast to address a performance problem you're seeing in practice? Or would it be okay to wait for 7.1...
Ok, thanks! I'll keep this pr open for the time being as a note to self to dig around for similar usages.
Looks like these are the only two Union's followed by a Distinct, and there is only one other call to Union anywhere in the repo - so nothing else to...
Is it actually possible to create a TestUser instance without a password, or to submit the QuickStart ui's login page without entering a password? If so, maybe we should prevent...
Okay, I had some thought of possibly looking at nullability annotations to make this impossible, but on second thought I'm just going to go ahead and merge it and not...
Thanks, is a great suggestion!
I think this should mostly be done in the samples repo - most of the time in the documentation we either omit most options or are doing a tutorial where...