André Silva
André Silva
Signed-off-by: André Silva ## This PR This pull request updates the OpenTelemetry integration in the `core` module to use the new `autoexport` package, simplifying configuration and improving compatibility with environment...
### Related Problem Currently, https://www.bestpractices.dev is not listed as a trusted domain in NuGet Gallery. Which renders some READMEs wrong. Example: https://www.nuget.org/packages/OpenFeature ### The Elevator Pitch Add https://www.bestpractices.dev to the...
### Related Problem Currently, Trusted Publishing policies are user-specific. I created a new policy as userA for an organization (orgA) that hosts several NuGet packages. While I can log in...
## Description: Remove the deprecation notice from the README once the new package, with the new name, has been published. - This task should only be completed after the new...
We need to remove "contrib" from all package names and namespaces across this repository. This change is necessary to standardise naming conventions and align with current OpenFeature guidelines. ## Tasks:...
## Instructions for Adding a README to a NuGet Package 1. Create or update a README.md file in the root of the project repository. 2. In your .csproj file, add...
This review focuses on how cancellation tokens are implemented and handled within the Flagd provider. The main areas of attention include: - Consistent and proper propagation of cancellation tokens through...
Update the testing framework in this repository to use Microsoft Testing Platform (MTP) as described [here](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-intro?tabs=dotnetcli). - Review the current testing approach. - Refactor and migrate tests to be compatible...
## Summary Upgrade the project to use .NET SDK version 10 and ensure compatibility with runtime version 10. ## Acceptance Criteria - Update build scripts and project files to use...