-
I have some entities with a uint concurrency token, mapped to the `xmin` system column, for example:
```C#
public class SomeEntity
{
public int Id { get; set; }
[Times…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
I try update my projects to .net 8 with PostgreSQL version 8.0.0-rtm-ci.20231116T011124
but have some errors:
1. json serializer options not working, i set PropertyNamingPolicy but not use it.
…
-
Tasks to port https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/982 to `main`:
- [ ] `IModel` rename to `IChannel` - [PR](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1309)
- [ ] …
-
## File a bug
Tried upgrading a .Net 7 app to .Net 8 RC1, if I remove the use of the compiled models it works. If I leave the recompiled models whenever the app tries to build the model it crashes …
-
# Problem
When entity has more than one constraint there is no easy way to dermine which constraint failed. You need to resort to underlying DB provider exception, which slightly defies the idea be…
-
### Include your code
So I've encountered a problem at work today where I tried to create a very simple ExecuteUpdate statement.
Sadly though it was not able to be translated.
```C#
// See ht…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I con…
-
Hello,
I have an issue, when trying to get a Point from a table :
For more explanation, I have an objetc UserSetting with an object Address in it (that have a property in it Point)
The error is …
-
**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…