diff --git a/devdocs/todo.txt b/devdocs/todo.txt index a4a4dcb7..356d62bb 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -16,9 +16,6 @@ SERVER - DO ALL THE THINGS!!!! - all the way down to DOCS MANUAL below which isn't urgent and go back to client stuff -- WTF is this shit when logging is set to normal: - 2019-01-16 16:13:03.4808|WARN|Microsoft.EntityFrameworkCore.Query|Query: '(from Widget _4 in DbSet select [_4]).Skip(__p_1).Take(__p_2)' uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results. - 2019-01-16 16:13:03.6455|WARN|Microsoft.EntityFrameworkCore.Query|Query: '(from Widget _4 in DbSet select [_4]).Skip(__p_1).Take(__p_2)' uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results. - UPDATE: Update all 3rd party libs in use with server and re-test