You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ReadMe.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
-
# DataObjects.Net
1
+
## :exclamation: Important :exclamation:
2
+
We discovered a serious issue connected to entity saving to storage for provider that use batching. Though its appearance is rare, version update is **strongly recommended**.
3
+
4
+
Minimal versions in which the issue is addressed: [6.0.12](https://github.com/DataObjects-NET/dataobjects-net/releases/tag/6.0.12),
The ```master``` branch also has the fix merged (commit ```f642a25```).
9
+
10
+
If you forked the repository then make sure that this fix will propagate to your fork and branches.
11
+
12
+
# DataObjects.Net
2
13
3
14
DataObjects.Net is a persistence and object-relational mapping framework for the Microsoft .NET. It allows developers to define persistent objects as well as business logic directly in C#, Visual Basic or F#. The persistent objects can be retrieved by LINQ queries. Persistent data can be stored in SQL Servers. In contrast to many other ORM frameworks the database model is generated and maintained automatically.
0 commit comments