-
- [x] ⚒ Tear out EF
- [x] 🏫 Identify candidates
- [x] 👷 Try out candidates in a sandbox
- [x] :tophat: Make final decision
Currently thinking SQLite + Dapper (or some other micro ORM).
-
Dependency injection example for context
I'm trying in my test project [NPocoTestDrive](https://github.com/mchomem/NPocoTestDrive) create a Context class pattern to use with Npoco, using dependency…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
11.4.1
### Bug summary
I am getting issues when running a migration plan to create a custom table
and I…
-
... "It might, however I need to look at the implications of that...not just for Sql Server as well."
_Originally posted by @schotime in https://github.com/schotime/NPoco/issues/1#issuecomment-9463…
-
Hi! I've been using NPoco for quite a while, and generally I'm very happy. However, I've been trying to work with tables with foreign keys, and I've been having some issues. The most important one is …
-
This would not affect the targeting, just the minimum version of VS/dotnet required to build.
There are many features in the newer C# language which can simplify the code inside of NPoco. These wo…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
12.3.5, and Umbraco Forms 12.2.0
### Bug summary
We have a Block List block that allows us to pick an Um…
-
Firstly this is a great library and thanks a ton @schotime !!
I am facing with the issue with InsertBulkAsync where my poco class has nullable properties. I'm getting "Cannot change DataType of a c…
-
There are a lot of methods that are 'async' without CancellationToken parameters (like, all of them).
Is it possible to add CancellationTokens to these methods? Any considerations in doing so?
-
Database.ExecuteScalar can be a pain to use when attempting to use for types not covered by Convert.ChangeType.
Example problem:
```csharp
using NPoco;
using (var connection = new Microsoft.…
p-m-j updated
2 years ago