services.AddFusionCache().WithOptions(fussionCacheOption) is not working #327
Answered
by
jodydonetti
pascalmartin
asked this question in
Q&A
-
Helo Because the UseRegisteredOptions = true by default the builder will never user the Options set with the WithOptions method caussing a lot of investigation. Should the method WithOptions automatiquely set the UseRegisteredOptions = false; Current workaroud is to force UseRegisteredOptions = false;
|
Beta Was this translation helpful? Give feedback.
Answered by
jodydonetti
Nov 4, 2024
Replies: 1 comment 9 replies
-
Hi @pascalmartin , damn I think you're right! I think it was never noticed because most people use the I'll create an issue and will fix it, thanks! |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
pascalmartin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @pascalmartin , damn I think you're right!
I think it was never noticed because most people use the
options => { }
overload.I'll create an issue and will fix it, thanks!