aspnetcore/benchmarkapps/BasicViews
Doug Bunting c34830f9de
Use OSS package versions consistent with aspnet/benchmarks and Microsoft.AspNetcore.All 2.1.2
- update our own NuGet packages to align lower-level dependencies
- add metadata to BasicApi controllers
  - avoids analyzer failures when building with Microsoft.AspNetCore.All e.g. in benchmark runs
  - especially important in `PetController` because it's associated with `[ApiContoller]`
- use pooled `DbContext`s for MySql too
2018-08-01 11:04:33 -07:00
..
Components Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
Controllers Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
Migrations Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
Views Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
wwwroot Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
BasicViews.csproj Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
BasicViewsContext.cs Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
Person.cs Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
Startup.cs Use OSS package versions consistent with aspnet/benchmarks and Microsoft.AspNetcore.All 2.1.2 2018-08-01 11:04:33 -07:00
benchmarks.json Update CI and build tools for to use 2.2 versions 2018-06-29 11:33:02 -07:00
post.lua Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
postWithToken.lua Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
runtimeconfig.template.json Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00
web.config Add BasicApi and BasicViews apps 2018-06-22 16:41:17 -07:00