Skip to content

Commit 4196cd8

Browse files
authored
[coredata] Update to beta 6 (#2528)
This seems to only revert some nullability changes from beta 5.
1 parent 63115e2 commit 4196cd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coredata.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,12 +1730,10 @@ interface NSPersistentStoreDescription : NSCopying
17301730
interface NSPersistentContainer
17311731
{
17321732
[Static]
1733-
[return: NullAllowed]
17341733
[Export ("persistentContainerWithName:")]
17351734
NSPersistentContainer GetPersistentContainer (string name);
17361735

17371736
[Static]
1738-
[return: NullAllowed]
17391737
[Export ("persistentContainerWithName:managedObjectModel:")]
17401738
NSPersistentContainer GetPersistentContainer (string name, NSManagedObjectModel model);
17411739

0 commit comments

Comments
 (0)