Arthur Vickers

Results 862 comments of Arthur Vickers

@roji Test run ``` Test run for C:\github\efcore\artifacts\bin\EFCore.SqlServer.FunctionalTests\Debug\net7.0\Microsoft.EntityFrameworkCore.SqlServer.FunctionalTests.dll (.NETCoreApp,Version=v7.0) Microsoft (R) Test Execution Command Line Tool Version 17.4.0-preview-20220813-01 (x64) Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please...

Note for triage: The context should be considered in an invalid state after an `InvalidOperationException` has been thrown--https://github.com/dotnet/EntityFramework.Docs/issues/3401 tracks documenting this better. We should discuss if this also applies to...

Note from triage: DbUpdateException should not leave the context in a bad state.

Unassigning myself since I have no idea what the `easy-fix` is.

**EF Team Triage:** Closing this issue as the requested additional details have not been provided and we have been unable to reproduce it. *BTW this is a canned response and...

@BirajMainali Thanks for your interest in this issue. Rather than generating an error, the invalid input should be sanitized so that it can still be used. Also, remember that we...

This issue is lacking enough information for us to be able to fully understand what is happening. Please attach a small, runnable project or post a small, runnable code listing...

@ComptonAlvaro Unfortunately, I'm really struggling to understand what you are saying. So let me explain what is happening in each of your queries and why; hopefully that will help. ```C#...

> First, if I don't specify an explicit include, then don't populate the collections or navigation properties of the included entities. This is not correct. AsNoTracking doesn't change the behavior...