grounzero

Results 8 issues of grounzero

How do I set the CollectionName? I have several MongoDbSet properties on my dbContext that use the same Type. I would expect it to take the property name but it...

question

I've been using this library for a couple of days and sometimes get a NullReference error when callling SaveChangesAsync. ` at MongoFramework.Infrastructure.EntityEntryContainer.DetectChanges()` Looking into this method I see `EntryLookupByType.Values` has...

bug

after I do npm start I get > [email protected] watch-css C:\git\primereact-sigma > npm run build-css && node-sass-chokidar src/layout/ -o src/layout/ --watch --recursive | node-sass-chokidar public/assets/layout/ -o public/assets/layout/ --watch --recursive Failed...

Got this error when running `Nuke.GlobalTool ` that references this repo and was told to raise a bug here. ``` The handle is invalid. at System.ConsolePal.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded) at...

### Product Hot Chocolate ### Version 13.8.1 ### Link to minimal reproduction https://github.com/grounzero/hcsubscriptions/ ### Steps to reproduce 1. Run the repro project and visit https://localhost:7015/graphql/ 2. Subscribe to `BookUpdated` with...

🐛 bug
🌶️ hot chocolate

Seems to be a breaking change in the 2.24.0 driver: Method not found: 'MongoDB.Driver.Core.Configuration.ServerSettings MongoDB.Driver.Core.Configuration.ServerSettings.With(MongoDB.Driver.Optional`1, MongoDB.Driver.Optional`1)'

If the mongo db set type is an interface i.e. `MongoDbSet` it throws an error. ``` Type is not a valid type to map (Parameter 'entityType') ``` Is there an...

question

When an operation contains an `@include(if: false)` the generated code throws an `ArgumentNullException` at runtime. - https://github.com/ChilliCream/graphql-platform/issues/6616 In the GraphQL Api I tried extracting @include directives using a middleware like...