-
Notifications
You must be signed in to change notification settings - Fork 31
Allow replacing ConfigurationManager for reading values #79
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
Labels
Milestone
Comments
Something like nhibernate/nhibernate-core#2116? |
By the way, configuration can be programmatically done, in case you have not seen. |
Thanks |
fredericDelaporte
added a commit
to fredericDelaporte/NHibernate-Caches
that referenced
this issue
Jul 15, 2020
fredericDelaporte
added a commit
to fredericDelaporte/NHibernate-Caches
that referenced
this issue
Jul 15, 2020
fredericDelaporte
added a commit
to fredericDelaporte/NHibernate-Caches
that referenced
this issue
Jul 16, 2020
fredericDelaporte
added a commit
that referenced
this issue
Jul 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
CoreMemoryCache uses
ConfigurationManager
for reading values. This doesn't work in Azure Functions V2. Can we have a custom option of providing cache values?The text was updated successfully, but these errors were encountered: