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: Assets/_PackageRoot/README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,28 @@
4
4
5
5
Ready to go bundle package that includes references on [EntityFrameworkCore](https://github.com/dotnet/efcore) and [SQLitePCLRaw](https://github.com/ericsink/SQLitePCL.raw) packages that just works in this combination for the next platforms:
6
6
7
+
Supports AOT an JIT compilation. For AOT it uses nested `link.xml` file to exclude required classes from stripping.
8
+
9
+
## Supported project settings
10
+
11
+
### Platform
12
+
7
13
- ✔️ Windows
8
14
- ✔️ Android
9
15
- ✔️ iOS
10
-
- MacOS (not yet tested)
16
+
- ✔️ MacOS
17
+
- Others not yet tested
18
+
19
+
### Scripting backend
20
+
21
+
- ❌ `Mono`
22
+
- ✔️ `IL2CPP`
23
+
24
+
### API Compatibility
11
25
12
-
Supports AOT an JIT compilation. For AOT it uses `link.xml` file to exclude required classes from stripping.
0 commit comments