André Silva
André Silva
The InMemoryProvider enables quick addition of a new provider through fluent initialization. We aim to implement similar functionality for flagd, allowing it to be seamlessly integrated using a fluent API....
## Description Enable nullable reference types across the project to improve code safety, ensuring potential null-related issues are caught at compile time. Additionally, enforce strict compilation standards by treating warnings...
## Requirements ### Description: We must migrate our solution files from the traditional .sln format to the new .slnx format. This change is necessary to take advantage of the enhanced...
## This PR This pull request introduces a streamlined process for generating and attesting SBOMs (Software Bill of Materials) for .NET projects, along with updates to permissions and workflow configurations....
Signed-off-by: André Silva ## This PR This pull request introduces several changes to improve project configuration and clean up unused code. The most significant updates include enabling implicit usings globally,...
## Move OTEL hooks to the SDK This pull request moves the OTEL hooks to the SDK, as discussed in the linked issue (#175). I also changed the unit tests...
### Change in the documentation The packages `OpenFeature.DependencyInjection` and `OpenFeature.Hosting` currently do not include a README file. Adding a README to each package will help users understand their purpose, usage,...
## Overview Similar to the approach taken in [open-feature/dotnet-sdk-contrib#393](https://github.com/open-feature/dotnet-sdk-contrib/pull/393), we should implement SBOM (Software Bill of Materials) attestations for the NuGet package produced by this repository. This improvement aligns with...
### Requirements ### Description The blog post ["Creating AOT-compatible libraries"](https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/) highlights strategies and best practices for making .NET libraries compatible with NativeAOT. Investigating NativeAOT compatibility for the dotnet-sdk could enhance...
Feature management/OpenFeature - [OpenFeature](https://openfeature.dev/) OpenFeature is an open standard for feature flag management that enables developers to standardize feature flagging across different tools and platforms. It provides a unified API...