-
It seems like real world use of TLS certificate compression will likely use Brotli.
https://github.com/google/brotli
https://www.chromestatus.com/feature/5696925844111360
https://bugzilla.mozilla…
-
# There is huge time delay between call SaveChangesAsync and raised exception (around 2 minutes)
Using
- net6
- EF Core 7
- Npgsql.EntityFrameworkCore.PostgreSQL 7.0.1
I'm creating a reco…
-
Describe what is not working as expected.
I have a unit test project. The unit test workflow works as below:
1. Ensure database is created.
2. Data seed
3. Run test case
4. Delete database
…
e88z4 updated
2 years ago
-
### Include your code
Beginning with EF Core 7.0 rc2 when a database entity is generated through a projection and then saved as a new entity, EF Core will throw exception due to "temporary value" o…
-
Over the past few releases, we have focused on improving EF Core performance on non-tracking queries. For EF7, we plan to focus on performance related to database inserts and updates. This includes pe…
-
Hi, I'm using an private wandb host in docker. Unfortunately, I accidentally restart my server and I lost my wandb container because the `--rf` option of docker. I'm trying to copy all wandb files in …
-
The PCF's icefun seems to have missing pins like RX (p73) and TX (p59) [see https://www.robot-electronics.co.uk/files/iceFUNdoc.pdf, last page]. How can I update the PCF to add this kind of pin ?
-
Hello, after deploying trivy-operator chart we are seeing quite a lot of errors from `trivy-operator` pod:
```json
{"level":"error","ts":"2023-03-08T03:18:05Z","msg":"Reconciler error","controller…
-
I'm on 1.0.0 of Microsoft.EntityFramework.Core and Microsoft.EntityFramework.Core.SqlServer.
I have a table with two columns that are updated by an AFTER trigger (not an INSTEAD OF):
`__lastModified…
-
I have a formula in excel which is like below
`=SUMIFS(D$59:D$98, $C$59:$C$98, "*" & $C30 & "*")`
What this formula does is
a) Here C30 cell contains alphanumeric string. We check for presenc…