Michael Freidgeim

Results 41 comments of Michael Freidgeim

Consider to use https://github.com/WahidBitar/EF-Core-Simple-Graph-Update. It works well for me.

Consider to use https://github.com/WahidBitar/EF-Core-Simple-Graph-Update. It works well for me.

No, exception will be too restrictive. Probably, Debug.WriteLine will be visible for developers and not too annoying, if passing serialised json string is intentional. Or, if there are other use...

Examples show one possible way, but they do not warn, that use PostJsonAsync with json string parameter will cause (most likely) unexpected behaviour. I agree that intellisense notes will be...

4 years later I hit the same error: I passed a string (json presentation of request) as the parameter of PostJsonAsync instead of using PostStringAsync. Again it took me some...

@ajcvickers , sorry, but the link doesn’t show EnableDetailedErrors at all. Also, one of my colleagues asked, will enabling the detailed errors include in the exception the content of the...

@ajcvickers , did you mean https://learn.microsoft.com/en-us/ef/core/dbcontext-configuration/#other-dbcontext-configuration ? Please add it to the page and mention differences with [EnableSensitiveDataLogging](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontextoptionsbuilder.enablesensitivedatalogging)

Thanks, it will be good to add both links to the [DbContextOptionsBuilder.EnableDetailedErrors(Boolean) Method (Microsoft.EntityFrameworkCore)](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontextoptionsbuilder.enabledetailederrors?view=efcore-7.0) page. Btw, I came to the method from https://stackoverflow.com/questions/55883704/entity-framework-core-sqlnullvalueexception-data-is-null-how-to-troubleshoo/55889874#55889874

For me the leak seems started after I clicked Stop. When page was opened initially, it didn't grow ad work fine. But after I clicked Stop, usage of memory started...

@MihailsKuzmins , thanks. According to https://github.com/approvals/ApprovalTests.Net.Json/commit/962e5b048d35560c05b37c16e19bad26d82ef9e7#diff-18b8088e40daf68c538d3db477144d357212b4cfb82825fea47855c767eb61de The project was renamed in Аpril 2020 from ObjectApproval to ApprovalTests.Net.Json. https://www.nuget.org/packages/ObjectApproval/ has a note “ This package has been deprecated as it is...