cajuncoding / GraphQL.RepoDB

A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).
MIT License
41 stars 5 forks source link

RepoDB overall refactoring of Tracing capabilities #10

Open mikependon opened 2 years ago

mikependon commented 2 years ago

First and foremost, you have contributed your thoughts to this story already, and, we are thanking you for that. Allow us to use this as the means of notification as you are one of the major user.

Anyway, please be informed that we are about to start the development of this User Story.

We would like to capture any comments from your side (if there are), prior to the development activity.

The changes will be part of the next "minor" release (> RepoDB v1.12.10), even it is breaking changes.

cajuncoding commented 1 year ago

Still need to dig into these changes (eventually), for now I'm sticking with the current lower version... but will leave this open until I can come back around to it.

mikependon commented 1 year ago

Yeah, there are as well other breaking changes when you move the version up. Better to stabilize the solution first and branchout with the newest versions if you are planning.