This commit is contained in:
@@ -6,10 +6,6 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTcxMjQxMzI1IiwiZXhwIjoiMTU3MTg
|
|||||||
## IMMEDIATE ITEMS
|
## IMMEDIATE ITEMS
|
||||||
|
|
||||||
UPDATE all the things before commencing work
|
UPDATE all the things before commencing work
|
||||||
- https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio-code
|
|
||||||
- https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.0/breaking-changes
|
|
||||||
- https://github.com/domaindrivendev/Swashbuckle.AspNetCore#swashbuckleaspnetcoreannotations
|
|
||||||
-
|
|
||||||
|
|
||||||
- See about Metrics which is currently commented out in startup, maybe not an issue right now?!
|
- See about Metrics which is currently commented out in startup, maybe not an issue right now?!
|
||||||
- Read this and see if more areas where I need to update my code to the modern standard: https://kimsereyblog.blogspot.com/2018/08/apicontroller-attribute-in-asp-net-core.html
|
- Read this and see if more areas where I need to update my code to the modern standard: https://kimsereyblog.blogspot.com/2018/08/apicontroller-attribute-in-asp-net-core.html
|
||||||
|
|||||||
@@ -99,8 +99,8 @@ namespace AyaNova
|
|||||||
|
|
||||||
//2019-10-17 METRICS will not work just yet with .netcore 3.1 see here https://github.com/AppMetrics/AppMetrics/issues/480
|
//2019-10-17 METRICS will not work just yet with .netcore 3.1 see here https://github.com/AppMetrics/AppMetrics/issues/480
|
||||||
//awaiting a new release from them
|
//awaiting a new release from them
|
||||||
//_newLog.LogDebug("BOOT: init Metrics service");
|
_newLog.LogDebug("BOOT: init Metrics service");
|
||||||
//MvcBuilder.AddMetrics();
|
services.AddMetrics();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user