IT-CASADO
IT-CASADO
Hi, I'm using your rating library for a while and noticed on upgrading to the current version that I have changed a bit of code. The option **ShowValues** shows always...
Hi, I'm having trouble to bulk insert some entity with an owned type. The owned type is a private backing field **(_fieldA**) (and used by some other public setters) I...
## File a bug I get an OverflowException: Conversion overflows. on inserting some valid decimal numbers with EF Core. You can try with following numbers: - 99998888889688880000.00000000 - 39998519999997200103600.0000000000 I...
Following configuration throws an `Data.SqlClient.SqlException : Cannot insert the value NULL into column 'ColumnPropA', table 'IssuesEFCore.dbo.IssueXXXEntities'; column does not allow nulls. INSERT fails.` My Configuration: ```C# public readonly record struct...
**Describe the bug** In ASP.NET 8 a controller with an IReadOnlyCollection parameter is not bound from the body of the request by default. An empty collection is seen by the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I get an unexpected typescript compile error: "Cannot assign an...
Following configuration throws an `Data.SqlClient.SqlException : Cannot insert the value NULL into column 'ColumnPropA', table 'IssuesEFCore.dbo.IssueXXXEntities'; column does not allow nulls. INSERT fails.` My Configuration: ```C# public readonly record struct...