Skip to content

Help with migration from netstandard2.0 to netstandars2.1

Mateusz Soboń edited this page Apr 3, 2021 · 4 revisions

If you are getting error like:

System.MissingFieldException : Field not found: 'Microsoft.EntityFrameworkCore.Diagnostics.RelationalEventId.QueryClientEvaluationWarning'.

Update to 5.0.0 nugets. It should solve problem.

Error was caused by: https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.diagnostics.relationaleventid.queryclientevaluationwarning?view=efcore-3.1

Clone this wiki locally