HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
73 stars 30 forks source link

Split H.D.EF into a new Repository #100

Closed trayburn closed 6 years ago

trayburn commented 8 years ago

After considerable investigation, it unfortunately becomes clear that Highway.Data.EntityFramework simply will not compiled on the Mono runtime currently. As such my proposal is that we split this repository as follows:

Any future projects that would be platform specific, if they exist, would new individual repositories of their own. I am specifically trying to create as few repositories as we can, as I am not interested in the "one repo per package" model of NPM.

trayburn commented 6 years ago

Dropping this Issue given how Mono and .NET Core have developed over the last year.