MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

Reference issues when combined with Windows Azure Storage NuGet #35

Closed Manoj-nathwani closed 9 years ago

Manoj-nathwani commented 10 years ago

Brilliant library however adding the Windows Azure Storage NuGet to the same project breaks the library as the 'SaveToAzureTable' extension stops working as the keyword 'DataTable' is used by Windows Azure Storage NuGet untitled

MikeStall commented 10 years ago

Do you want to submit a pull request to fix that? It seems like it ought to be fixable with some "usings".