#nullable enable causes SqlNullValueException
A build warning message caused me to try adding the #nullable enable directive to my data entity class.
#nullable enable causes SqlNullValueException
A build warning message caused me to try adding the #nullable enable directive to my data entity class.
C# Entity Framework Core .NET 8 : DbUpdateConcurrencyException on simple NUnit test with no database activity or threads
I am getting a DbUpdateConcurrencyException
. It seems to work sometimes as I change code, but fails most of the time, and I have not been able to find a pattern as I change test code.
EF Core 8 – Cannot access a disposed context instance
I am using dependency injection to initiate my db context in my blazor web app (serverside)
Below is my code and error message
MaterializationInterceptors causes More than twenty ‘IServiceProvider’ instances
I have an specific use case for MaterializationInterceptors
in an Net 8.0
web api.
I need to add IUserFactory
to my Workgroup
class.