You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see warnings like the one below here and there in the log files. However, as the code base is quite large and there are lot of queries, it is not easy to track down to which query is the warning related. Would it be possible to extend the message with source file name and line number?
Or any glues how to find the query in the code that is causing the warning?
The Include operation for navigation '[t].Tenant' is unnecessary and was ignored because the navigation is not reachable in the final query results. See https://go.microsoft.com/fwlink/?linkid=850303 for more information. <s:Microsoft.EntityFrameworkCore.Query>
Further technical details
EF Core version: 2.2.6
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10, Azure App Service
IDE: Visual Studio 2019 16.1.2
The text was updated successfully, but these errors were encountered:
I see warnings like the one below here and there in the log files. However, as the code base is quite large and there are lot of queries, it is not easy to track down to which query is the warning related. Would it be possible to extend the message with source file name and line number?
Or any glues how to find the query in the code that is causing the warning?
Further technical details
EF Core version: 2.2.6
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10, Azure App Service
IDE: Visual Studio 2019 16.1.2
The text was updated successfully, but these errors were encountered: