From 47b043ee4aa14cbb7782673d2d0b97e7c0ff9db0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 18 Jan 2019 18:42:43 +0000 Subject: [PATCH] --- devdocs/todo.txt | 3 --- 1 file changed, 3 deletions(-) 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