Skip to content

Commit 7f458b6

Browse files
Add highlight in release note: .Net Core & Standard.
1 parent aba3329 commit 7f458b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

releasenotes.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44
Release notes - NHibernate - Version 5.1.0
55

6+
** Highlights
7+
* NHibernate has gained two new target frameworks: .Net Core 2.0 and .Net Standard 2.0. NHibernate NuGet package
8+
provides them, along with the .Net framework 4.6.1 build.
9+
For these new frameworks, some additional specificities or limitations apply:
10+
* Binary serialization is not supported - the user shall implement serialization surrogates for System.Type,
11+
FieldInfo, PropertyInfo, MethodInfo, ConstructorInfo, Delegate, etc.
12+
* SqlClient, Odbc, Oledb drivers are converted to ReflectionBasedDriver to avoid the extra dependencies.
13+
* CallSessionContext uses a static AsyncLocal field to mimic the CallContext behavior.
14+
* System transactions (transaction scopes) are untested, due to the lack of data providers supporting them.
15+
616
##### Possible Breaking Changes #####
717
* Since Ingres9Dialect is now supporting sequences, the enhanced-sequence identifier generator will default to
818
using a sequence instead of a table. Revert to previous behavior by using its force_table_use parameter.

0 commit comments

Comments
 (0)