RESTier solusion consists of three projects:
- Restier.Core (original)
- Microsoft.Restier.Providers.EntityFrameworkCore (original)
- WinInsider.HttpHosting.Restier ("kind of" Microsoft.Restier.Publishers.OData original)
While the first two projects are miror copy, retargeted for .NET Standard, with one excpetion (1); WinInsider.HttpHosting.Restier is a diffrent implementation as it is based on OWIN version, also retargeted for .NET Standard.
(1) Microsoft.Restier.Providers.EntityFrameworkCore, besides considering DbSet<> properties on DbContext, also considers IQueryable<>