-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Migrate from Autofac to MS-DI #174
Labels
Comments
dviry
pushed a commit
to dviry/WopiHost
that referenced
this issue
Feb 27, 2025
dviry
pushed a commit
to dviry/WopiHost
that referenced
this issue
Feb 27, 2025
related to #94 |
petrsvihlik
pushed a commit
that referenced
this issue
Feb 27, 2025
* add notnull to Url * #174 migrate from Autofac to MS-DI * fix merging of WopiUrlSettings * #174 dynamic registration with Scrutor * consolidate and validate IOptions<> * #178 add an ILockService and pass tests * fix missing Title * fix SymmetricSecurityKey creation * #178 use MemoryLockProvider per default * [CodeFactor] Apply fixes --------- Co-authored-by: Leon Segal <[email protected]> Co-authored-by: codefactor-io <[email protected]>
petrsvihlik
added a commit
that referenced
this issue
Feb 27, 2025
* add notnull to Url * #174 migrate from Autofac to MS-DI * fix merging of WopiUrlSettings * #174 dynamic registration with Scrutor * consolidate and validate IOptions<> --------- Co-authored-by: Leon Segal <[email protected]> Co-authored-by: Petr Švihlík <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
-> use standard Microsoft DI
Describe the solution you'd like
-> Remove Autofac and use Scrutor to dynamically load the configured storageProviderAssemblyName.
The text was updated successfully, but these errors were encountered: