We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Essentially this is currently single threaded and really can't use di because of all the inline ctor deps
Actions:
Find all constructors where classes inherit interfaces that are created dynamically make the initialised with method on interface not ctor.
Change where all documents are signed to a signing provider so it all uses the configuration of what hash type etc..
Classes like Saml20Metadata, Saml20AuthNRequest, etc.. remove the constructors as this is a stupid way of doing shit and its all over the shop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Essentially this is currently single threaded and really can't use di because of all the inline ctor deps
Actions:
Find all constructors where classes inherit interfaces that are created dynamically make the initialised with method on interface not ctor.
Change where all documents are signed to a signing provider so it all uses the configuration of what hash type etc..
Classes like Saml20Metadata, Saml20AuthNRequest, etc.. remove the constructors as this is a stupid way of doing shit and its all over the shop
The text was updated successfully, but these errors were encountered: