Since ODATA is not yet supported in ASP.Net Core, and the use of Azure Table Storage needs ODATA, does this mean that I can't use Azure Table Storage if I'm developing an ASP.Net Core application on MacOSX or Linux?
Are there any workarounds to allow my ASP.Net Core project to use Azure Table Storage?
UPDATE
I used NetStandard1.4 and it worked. I had to explicitly reference System.Linq.Queryable 4.3.0 as by default it is referencing an older version that doesn't work with NetStandard.