Thomas Ottenhus
Thomas Ottenhus
We had some problems with an IPv6-only environment. The implementations currently used, were not able to use ipv6, so we made them use the ipv6 implementations and enabled dual stack...
Allow the programmer to set something like "NewLineBeforeNextSection" in the Parser.Configuration. Some INI Readers don't like the empty lines there
I tried to follow the directions of the Getting Started (https://sharpgentools.readthedocs.io/en/latest/getting-started.html), to generate a binding to one of the Windows APIs (http.h), but I cannot make it to output anything....
For people like me, it would be super helpful, if you could provide a minimal sample solution containing everything which is necessary to run a successful build. We'd see how...
Hey, let's assume I got a user [email protected] and I got three servers. One server is German, one is English, one is French. Now I'd like to add [email protected] to...
(This issue has been postet do OneGet as well, but PSGallery points here for PackageManagement, so I recreate a similar one here). I tried moving to PS7 and got stuck...
Steps to reproduce ------------------ - Get a machine, which connects to the internet via proxy. - Make the proxy return 403. ```powershell Register-PSRepository -Default ``` Expected behavior ----------------- The command...
stdOut parsing will fail on machines using non en-US locale. So I replaced stdOut parsing with looking for the "*.nupkg" in $OutputPath. Should fix #597
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug After moving to .NET7, I found a problem, that occures,...
The function https://github.com/passwordless-lib/fido2-net-lib/blob/9ad038b43aa0c37d993cdfd662c03e8d5a08419c/Src/Fido2/IFido2.cs#L16 `IFido2.MakeAssertionAsync()` returns an instance of `VerifyAssertionResult`. This leads to questions and some confusion about how to use it: 1) The return type contains an status and an...