Anatolii Mikhailov

Results 5 comments of Anatolii Mikhailov

Same problem on 1.50.4 and 1.50.5. Exception: Entity must have at least one [Key] or [ExplicitKey] property I've tried to use Dapper.Contrib.Extensions.Key, Dapper.Contrib.Extensions.ExplicitKey and System.ComponentModel.DataAnnotations.Key

In my case this error was appeared when i set in my update function in repository class, argument with object type `Update(object model)` I just changed to generic `Update(T model)`

Any updates here?

Got it. For my case it just I thought that my service will be created automatically from task-definition, but when I created my service in the aws console everything worked