File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2020[main] ThreadSafeCached type is removed
2121[main] Triplet<T> and Triplet<TFirst,TSecond,TThird> are removed
2222[main] Introduced IQueryable<T>.Tag() extensions allowing to add tags to result SQL statement
23+ [main] Introduced Session.Tag() method for being able to tag queries within returned TagScope
24+ [main] Domain.TagsEnabled is introduced as faster alternative to DomainConfiguration.TagLocation!=TagLocation.Nowhere check
2325[main] ReadOnlyHashSet<T> now implements .Net ISet and IReadOnlySet instead of removed ISet and IReadOnly
2426[main] NativeTypeClassifier collection now inherits ClassifiedCollection directly
2527[main] FlagCollection.Keys return type has changed from removed ReadOnlyList<T> to .Net IReadOnlyList<T>
6365[main] KeyMapping.Map changed type to IReadOnlyDictionary<Key, Key>
6466[main] InterfaceMapping's properties of ReadOnlyList<T> type changed the type to IReadOnlyList<T>
6567[main] Node's IncomingConnections and OutgoingConnections properties changed types to IReadOnlyList<NodeConnection<TNodeItem, TConnectionItem>>
68+ [main] CompositePreCompiler.Items became readonly field and changed its type to IReadOnlyList<IPreCompiler>
6669[main] SqlCompilerConfiguration's SchemaMapping and DatabaseMapping changed return types to IReadOnlyDictionary<string, string>
6770[main] TypeMappingRegistry.Mappings and .ReverseMappings changed return types to IReadOnlyDictionary<TKey, TValue>
6871[sqlserver] Microsoft.Data.SqlClient is updated to verson 4.0.0
You can’t perform that action at this time.
0 commit comments