diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 39b3d5fb..b2ff7670 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -9,6 +9,13 @@ todo: Take a serious look at .net5 migration, it will almost certainly be bette 1) Look at all libs I use and see if they have .net5 compatibility 2) Do it! +aspnetcore 5.x update + By now it might be out of RC status + update guide: https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-3.1&tabs=visual-studio + breaking changes: https://docs.microsoft.com/en-us/dotnet/core/compatibility/3.1-5.0 + + + todo: take a look at front end cypress testing etc again, it's going to be the best way to assure quality going forward and indespensible for smoke / load testing @@ -86,11 +93,6 @@ todo: DASHBOARD - Printable, need to test render these same metrics graphs in reports -aspnetcore 5.x update - By now it might be out of RC status - update guide: https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-3.1&tabs=visual-studio - breaking changes: https://docs.microsoft.com/en-us/dotnet/core/compatibility/3.1-5.0 - todo: decimal-control and currency-control: Fix currency and decimal input controls since after vue-currency update latest version get error ".$ci is undefined" when open a form with them on it