Kevin Andrew (kandrew1)
Kevin Andrew (kandrew1)
Having XML character entities anywhere in or throughout the document shouldn't be a problem. The canonicalization that is supposed to happen before computing the signature/digest value should handle this correctly....
> If modifying existing code comments. We try to keep to the WebAuthn Spec for describing fields and reference the spec where it makes sense, but adding an additional "Friendly...
It appears that one of your commits changed all of the line endings, causing the whole file to appear as changed.  The first commit made did not have this...
I was able to reproduce the problem:   And it appears that it can be fixed by just deleting the `,"System.Security.Cryptography.dll"` from: https://github.com/OneIdentity/safeguard-ps/blob/release-7.5/src/safeguard-ps.psm1#L80 But then, at least for me,...
@petrsnd , @JeffHarkavy , @Goelrachit > This is probably because they use a custom web request client. That change was made to support progress and better upload UX. The change...
I can also confirm that this happens to me too, running on Windows and using Visual Studio as my editor. If I edit the `project.json` file in Visual Studio and...
@colin-anderson , I resolved the conflict. That was caused by the other PR just being merged before this, since it happened to add a Unit Test as well. I then...
@Tyrrx @colin-anderson I think I can see two solutions to this. 1. This probably should have been how it was implemented in the first place, but we can delete the...
Consider the following: https://github.com/IonxSolutions/serilog-sinks-syslog/pull/84
@Tyrrx If the `SslStream` is already connected, there is no need to disconnect and reconnect. Certificates are only exchanged during the [mTLS](https://www.cloudflare.com/learning/access-management/what-is-mutual-tls/) connection handshake. In your first post, you said:...