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
FluentBundle
IFluentBundle
Idea: to avoid ContainsKeys() and enable extra bundle types. Using TryAdd on IDictionary is not considered safe.
ContainsKeys()
TryAdd
IDictionary
Implementation:
net8.0
ConcurrentBundle
NonConcurrentBundle
FrozenBundle
NOTE: This is a breaking change.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Idea: to avoid
ContainsKeys()
and enable extra bundle types. UsingTryAdd
onIDictionary
is not considered safe.Implementation:
FluentBundle
operations toIFluentBundle
interface.net8.0
support.ConcurrentBundle
,NonConcurrentBundle
andFrozenBundle
.NOTE: This is a breaking change.
The text was updated successfully, but these errors were encountered: