We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa2902 commit 657c407Copy full SHA for 657c407
1 file changed
ChangeLog/7.1.0-Beta-2-dev.txt
@@ -9,6 +9,8 @@
9
[main] Obsolete FieldInfo.IsDynalicallyDefined property's been removed (FieldInfo.IsDynamicallyDefined is still there)
10
[main] Some EventArgs inheritors that were sealed classes transformed to read-only structures
11
[main] DbCommandEventArgs became read-only structure
12
+[main] SqlCustomFunctionCall and SqlFunctionCall share one base type
13
+[main] SqlFunctionCall.Arguments property is IReadOnlyList now and parameters can't be changed after instance creation
14
[main] Xtensive.Sql.Dml.Extensions.IsNullReference() extension method is marked obsolete, use 'is null' operator instead
15
[main] BitFaster.Caching package reference is updated to 1.0.7
16
[main] No error caused by ambiguity due to new IQueryable extension methods of .Net 6
0 commit comments