Closed Ygg01 closed 10 months ago
Idea: to avoid ContainsKeys() and enable extra bundle types. Using TryAdd on IDictionary is not considered safe.
ContainsKeys()
TryAdd
IDictionary
Implementation:
FluentBundle
IFluentBundle
net8.0
ConcurrentBundle
NonConcurrentBundle
FrozenBundle
NOTE: This is a breaking change.
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.