Skip to content

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

License

Notifications You must be signed in to change notification settings

zimarrio/aspnetcore-generator-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access this repository: http://bit.ly/aspnetcoredocker

Branch to course mapping

This repository contains source code for two courses:

Errata / Updates

I will be updating the above branches through .NET Core 2.0 RTM, here is what I'm updating:

preview1 to preview2 updates:

  • Remove or update api/global.json to the appropriate 2.0 preview
  • Update packages in api/api.csproj replace 2.0.0-preview1-final with 2.0.0-preview2-final
  • Update Microsoft.NET.Test.Sdk in tests/tests.csproj and integration/integration.csproj to 15.3.0-preview-20170517-02 for preview2 (optional)
  • Prior to 2.0 RTM, in Dockerfiles you might want to use tags that specify the exact preview version, i.e. microsoft/dotnet:2.0.0-preview1-sdk instead of microsoft/dotnet:2-sdk

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%