aspnetcore-generator-api icon indicating copy to clipboard operation
aspnetcore-generator-api copied to clipboard

Missing Fake.net when trying to run in windows/linux container

Open sv1slim opened this issue 7 years ago • 1 comments
trafficstars

I get an error when trying to run in a container. I get the error below as soon as I run dotnet api\bin\Debug\netcoreapp2.0\api.dll in a container. Error message:

An assembly specified in the application dependencies manifest (api.deps.json) was not found: package: 'Faker.Net', version: '1.0.3' path: 'lib/net40/Faker.NET4.dll'

sv1slim avatar Feb 12 '18 00:02 sv1slim

I'm had the same problem. You have to go to the Publish folder that was generated.

fluorine avatar Sep 21 '18 16:09 fluorine