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
@@ -10,4 +10,15 @@ A framework for building [json:api](http://jsonapi.org/) compliant web servers.
10
10
11
11
## Installation And Usage
12
12
13
-
See the documentation [here](https://research-institute.github.io/json-api-dotnet-core)
13
+
See the documentation [here](https://research-institute.github.io/json-api-dotnet-core)
14
+
15
+
16
+
## .Net Core v2 Notes
17
+
18
+
Branch `feat/core-2` is where I am working on .Net Core 2 compatibility tests and package upgrades.
19
+
There are several blockers to be aware of:
20
+
21
+
- Microsoft.AspNetCore.* packages target the runtime (netcoreapp) instead of netstandard.
22
+
This will be fixed in future versions.
23
+
- EF bug against netcoreapp2.0 runtime ([EntityFramework#8021](https://github.com/aspnet/EntityFramework/issues/8021))
24
+
- Can't run acceptance testing against postgres on preview runtime [pgsql.EntityFrameworkCore.PostgreSQL#171](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/171#issuecomment-301287257)
0 commit comments