richorama / AzureStorageExtensions

A .NET client to Table Storage to make it look like a graph database
MIT License
18 stars 6 forks source link

.Net Core version of Graph #2

Open ealsur opened 8 years ago

ealsur commented 8 years ago

Hi! I took the liberty of forking (https://github.com/ealsur/AzureStorageExtensions) and making it compatible with Visual Studio 2015 and adding to the solution 2 projects:

  1. AzureGraphStoreCore: A .NetCoreApp compliant version of AzureGraphStore that is compatible with .Net 4.5/4.6/4.6.1 and .NetCoreApp 1.0 (https://github.com/ealsur/AzureStorageExtensions/commit/24442ac6c6c0f2e3c788e589b62d92696c293d2a)
  2. StorageExtensionsCore.Tests: Test project using xUnit for testing Core version of the extensions (https://github.com/ealsur/AzureStorageExtensions/commit/0400cfc909fa0bff4fe277e31b80a59f28b1554f).

What do you think? :)

richorama commented 8 years ago

Looks good to me!

ealsur commented 8 years ago

Would it be ok to do a PR?

richorama commented 8 years ago

sure!