yreynhout / AggregateSource

Lightweight infrastructure for doing eventsourcing using aggregates
BSD 3-Clause "New" or "Revised" License
257 stars 60 forks source link

[WIP] Port to .NET Core 2.0 #26

Closed heynickc closed 7 years ago

heynickc commented 7 years ago

Submitting this as a Work in Progress just so you know I'm working on it - ported AggregateSource/Core and AggregateSource/Testing to .NET Core 2.0. SampleSource, Recipes, EventStore, and NEventStore haven't been ported so this would break those builds. Also need to make the command line build use .NET Core tooling. This PR is pointing to master, but maybe could work on a netcore branch and split up into smaller PRs to that branch.

heynickc commented 7 years ago

Closing temporarily, will submit a new one asap