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

Sample ASP.NET Core API that generates random data, has swagger UI too

Results 6 aspnetcore-generator-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Bringing machine 'm1' up with 'virtualbox' provider... Bringing machine 'w1' up with 'virtualbox' provider... Bringing machine 'w2' up with 'virtualbox' provider... ==> m1: Importing base box 'box-cutter/ubuntu1610'... ==> m1: Matching...

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.0 to 2.0.9. Commits - [`84d6a54`](https://github.com/aspnet/Universe/commit/84d6a54ce9ba941e2b7318d7f377908473d35f6d) Merge 2.0.9 into release/2.0 - [`43ec723`](https://github.com/aspnet/Universe/commit/43ec72353f83465a3dd238e5a025b255e312f0ed) Merge branch release/2.0 - [`cc0e039`](https://github.com/aspnet/Universe/commit/cc0e0394acd1d13fb5769c3c8f8ec895893b39c4) Add required infrastructure improvements to submodules to support NETStandard... -...

dependencies

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...

I'm following your course on PS and I'm trying to get the Integration Test displaying test information. This is my docker-compose.yml file ``` version: '3.1' services: generator: image: my-registry:55000/gen:ci-${GENERATOR_BUILD_NUMBER-10} #ports:...

Is there anyway to upgrade to dotnet SDK 2.1.3? When I build or restore I get numerous errors about the various HTTP verbs such as [HttpDelete] not being available and...