awslabs / aws-sdk-net-samples

Apache License 2.0
195 stars 175 forks source link

DynamoDBContext has only async tasks #11

Closed sachithamh closed 7 years ago

sachithamh commented 7 years ago

DataModelSample.cs(21,21): Error CS1061: 'DynamoDBContext' does not contain a definition for 'Save' and no extension method 'Save' accepting a first argument of type 'DynamoDBContext' could be found (are you missing a using directive or an assembly reference?) (CS1061)

only showing contex async functions

sachithamh commented 7 years ago

I'm using .net core so context has only async tasks