Open Issues Need Help
View All on GitHub good first issue area: sdk type: test
[FEATURE] Add `isEmpty()` functions to Metadata 6 months ago
good first issue help wanted area: sdk type: feat
Upgrade to xUnit v3 7 months ago
good first issue type: test dependencies
[FEATURE] Enable Source Link for NuGet packages 9 months ago
good first issue area: sdk area: dependency-injection area: multi-provider type: build
type: bug good first issue help wanted area: dependency-injection
type: bug good first issue help wanted area: dependency-injection
Add devcontainer configuration to the SDK 11 months ago
good first issue area: sdk type: chore
[DOC] Add README to the Hosting packages 11 months ago
type: docs good first issue area: dependency-injection
good first issue help wanted area: sdk type: feat
Deprecate OpenFeature.DependencyInjection 12 months ago
good first issue area: dependency-injection type: chore
AI Summary: The task is to add the `Track` method to the `IFeatureClient` interface in the .NET OpenFeature SDK to allow users of the interface to utilize the tracking functionality introduced in #327. This involves modifying the interface definition and potentially updating any implementations that rely on it.
Complexity:
2/5
enhancement good first issue
Track and add custom attributes for Traces similar to Metric Hook about 1 year ago
AI Summary: Implement a feature to add and track custom attributes for traces in the .NET OpenFeature SDK, mirroring the functionality of the existing metrics hook. This involves reviewing the metrics hook implementation, designing a similar approach for traces, ensuring consistent attribute handling between traces and metrics, and documenting the new feature with examples.
Complexity:
3/5
enhancement good first issue