xamarin-macios/tests/monotouch-test/CoreData
Rolf Bjarne Kvinge e963fc6f5f
[CoreData] Move CoreData into the .NET age. (#13718)
* Remove obsolete API from .NET.
* Change API marked with XAMCORE_4_0 due to naming problems to be in .NET.
* Change API marked with XAMCORE_4_0 due to using non-generic NSDictionary to be
  in XAMCORE_5_0 instead (yay!). This is because of #13704, which can make using
  generic NSDictionary in API buggy, and I feel it's a bit too risky to change this
  for .NET with the time we have available (no time to fix #13704). Additionally,
  moving this to XAMCORE_5_0 makes it possible to keep grepping for XAMCORE_4_0 to
  see what's left. Update all the CoreData API to be better as defined by our XAMCORE_4_0
  define. Mostly using generic NSSet/NSDictionary types instead of the non-generic
  ones, and other misc naming improvements.
* Change API marked with XAMCORE_4_0 due to both of the above to do both of the
  above - add a version of the naming issue fixed for .NET + a version with the generic
  dictionary for XAMCORE_5_0.
2022-01-14 17:13:46 +01:00
..
AttributeDescriptionTest.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
ExpressionDescriptionTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
FetchRequestExpressionTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
FetchRequestTest.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
FetchedResultsControllerTest.cs [CoreData] Move CoreData into the .NET age. (#13718) 2022-01-14 17:13:46 +01:00
ManagedObjectContextTest.cs [tests] Change TestRuntime.CheckSystemVersion to take a ApplePlatform value instead of a PlatformName enum. (#13350) 2021-11-15 08:06:36 +01:00
ManagedObjectModelTest.cs [CoreData] Move CoreData into the .NET age. (#13718) 2022-01-14 17:13:46 +01:00
NSQueryGenerationTokenTest.cs [Tests] Remove not needed usings in the CoreData and CoreFoundation tests. (#13254) 2021-11-03 16:48:48 -04:00
PropertyDescriptionTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00