RepoDB icon indicating copy to clipboard operation
RepoDB copied to clipboard

A hybrid ORM library for .NET.

Results 158 RepoDB issues
Sort by recently updated
recently updated
newest added

This interface must be used by all Bootstrapper.

enhancement
under assessment

https://learn.microsoft.com/en-us/dotnet/api/system.collections.frozen.frozendictionary-2?view=net-8.0#remarks

### Bug Description The 1.13 releases have broken DirectionalQueryField parameters (I reported this on Gitter a while ago but it got overlooked). **Exception Message:** ```csharp System.ArgumentException HResult=0x80070057 Message=No mapping exists...

bug

### Bug Description Anonymous object, will report an error at the time of construction, anonymous objects are parameterized. The anonymous object is ```csharp new { TotalAmount = 25, Products =...

bug
todo

### Describe the request Today it took my quite some time to find out => my problem is that the Sql-statement to get the fields for a table does not...

request

It is kind of a pain in the ass I know but using RepoDB in our various projects our nuget vulnerability scans always find issues with dependencies used only in...

### Describe the request Currently RepoDb only supports mapping class objects when reading from database. But I see no reason to not support also mapping structs. The code changes seems...

request

### Bug Description If properties are mapped using quotes like `Map("[field]")` or `FluentMapper.Column("[field]")`, then when executing Insert or BulkInsert it throws an exception. **Exception Message on Insert:** ```csharp Microsoft.Data.SqlClient.SqlException (0x80131904):...

bug
todo

Hello, I try to pefrom BulkMerge on PostgreSQL, but I receive error message. ` SQL Error [3F000]: ERROR: schema "_RepoDb_BinaryBulkMerge_configuration" does not exist ` The problem is when RepoDb is...

bug

### Bug Description I am using a single BaseRepository instance across multiple threads. As long as I make a "prewarm" single-threaded call, all other parallel queries work without issue. However,...

bug