madelson
madelson
fix #72320
We have a library with types that we'd like to work with both Newtonsoft.Json and System.Text.Json. Today, this requires specifying duplicate attributes on all properties for things like default value...
For context, I'm interested in using dotnet-script as a potential replacement for LinqPad based scripting that my company uses today. LinqPad offers a great scripting dev environment, but the CLI...
In net45, the recommended alternative is not available
Hello, I've been trying to follow https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/blob/master/Walkthroughs/RP-SAML.md after having completed the instructions on https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-get-started-custom. Having gone through it, I have yet to get things working. Here are some of the...
Saml2SignatureValidation fails to validate document which is considered valid by online validators
I am trying to use `Saml2SecurityTokenHandler` to validate SAML tokens my application receives. Recently, we received a token which the library rejects with a signature validation error but which other...
I'm curious whether this is known to work/not work and whether there are any setup steps required in the IDE.
Thanks for creating this library! I'm trying to use this it to generate API documentation for my projects. I'm trying to use the `NameAndMd5Mix` mode to avoid long path issues...