-
I've found a couple issues on the way BasicAck is implemented in AddUp.FakeRabbitMQ.
Since they are closely related I'm creating only one issue, but if you prefer I can split in two.
1. Messages s…
-
Implement support for transcoding universal super-compressed Basis textures on the frontend: [https://github.com/BinomialLLC/basis_universal](https://github.com/BinomialLLC/basis_universal%20)
This w…
-
I want to filter elements in a model by user interfaces choices (check names from a listview in a WPF App). I has written a method like this:
```csharp
public IEnumerable GetElementsToCheck(object m…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [x] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
### Gist
https://gist.github.com/FelixZY/a98b1531c8eabd96d30dd4729be44cdd
### Version
* `AutoMapper`: 12.0.1
* `Microsoft.EntityFrameworkCore`: 8.0.1
* `Pomelo.EntityFrameworkCore.MySql`: 8.0…
-
Code below works in EF Core 6.0.
```C#
var query = context.Books
.GroupBy(post => post.Author.Id)
.Select(grouping => new
{
Author = grouping.Key,
TotalCost = grou…
-
I just cloned the repo and the first thing I did was executing all test. There is a single test failing called "TestThenIncludeSortSingle".
Here's the exception it is throwing:
```
Message:
…
-
This was a nasty one to track down and (I think) got introduced by Pivotal from RabbitMQ.Client 6.2.4 on.
Looking at `TryPerformAutomaticRecovery` and `CreateModel` in `AutorecoveringConnection` (s…
-
Good afternoon, and I am using Microsoft.EntityFrameworkCore 5.0.11 and linq2db.EntityFrameworkCore 5.0.8, I am trying your library for the first time and I have a few questions.
**I have:**
```
…
-
when i useing `Microsoft.EntityFrameworkCore.Design 8.0.0-rc.2`, i got an error.
```
Method not found: 'Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping Microsoft.EntityFrameworkCore.St…