Michael Woodsmall

Results 5 comments of Michael Woodsmall

> Agree, it would be nice to get this in

I'm also seeing this behavior. Working on digging into the problem. Did you find anything @surajitkundu-dazn?

It looks like the problem is that in `UserService.cs` the AutoMapper isn't smart enough to map `UserRoles` from the `UserEntity` to the `UserDTO`

@hassankhan I am seeing this on Windows

It is happening when trying to cleanup the output directory, so a workaround is to set this in your serverless.yml file: ``` custom: webpack: keepOutputDirectory: true ``` With that set...