Tyler Vorpahl
Tyler Vorpahl
BulkRead erroring with " An item with the same key has already been added" on one-to-many relation
Hi @borisdj We are attempting to implement bulk services to read a parent table by Id, then read the child relation (one-to-many) by the joining/navigational property of the parent id,...
I am using Azure Functions 3.0.13 and referring to the [documentation provided](https://docs.microsoft.com/en-us/azure/azure-functions/functions-host-json) I have one TimerTrigger that runs daily that puts 0...N messages on the service bus that is then...
Hello, We have entities that inherit BaseEntity ``` public abstract class BaseEntity { [DatabaseGenerated(DatabaseGeneratedOption.Identity)] [Key] [Column(Order = 0)] public int Id { get; set; } public string CreatedBy { get;...
With the following settings `L.PolylineDecorator(polyline, { patterns: [{ offset: 75, repeat: 75, symbol: L.Symbol.arrowHead({ pixelSize: 10, pathOptions: { weight: 1, color: trip.TripIcon.color, fill: true, fillOpacity: 1 } }) }] });`...
### Description It looks like the dependency graph for this package is pointing to @angular/common ^12.0.0 while the latest angular version is 18.x.x  ### Which package are you using?...
**Bug Description** I'd like to be able to filter tools within MCPs such as Azure to reduce the context, we have 40+ tools but only need 2 **Environment Info** -...