Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ jobs:
project-name: OpenFeature.Hosting
release-tag: ${{ needs.release-please.outputs.release_tag_name }}

# Process OpenFeature.DependencyInjection project
- name: Generate and Attest SBOM for OpenFeature.DependencyInjection
uses: ./.github/actions/sbom-generator
with:
github-token: ${{secrets.GITHUB_TOKEN}}
project-name: OpenFeature.DependencyInjection
release-tag: ${{ needs.release-please.outputs.release_tag_name }}

# Process OpenFeature.Providers.MultiProvider project
- name: Generate and Attest SBOM for OpenFeature.Providers.MultiProvider
uses: ./.github/actions/sbom-generator
Expand Down
2 changes: 0 additions & 2 deletions OpenFeature.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
<Project Path="samples/AspNetCore/Samples.AspNetCore.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/OpenFeature.DependencyInjection/OpenFeature.DependencyInjection.csproj" />
<Project Path="src/OpenFeature.Hosting/OpenFeature.Hosting.csproj" />
<Project Path="src/OpenFeature.Providers.MultiProvider/OpenFeature.Providers.MultiProvider.csproj" />
<Project Path="src/OpenFeature/OpenFeature.csproj" />
Expand All @@ -58,7 +57,6 @@
<Folder Name="/test/">
<Project Path="test/OpenFeature.AotCompatibility/OpenFeature.AotCompatibility.csproj" />
<Project Path="test/OpenFeature.Benchmarks/OpenFeature.Benchmarks.csproj" />
<Project Path="test/OpenFeature.DependencyInjection.Tests/OpenFeature.DependencyInjection.Tests.csproj" />
<Project Path="test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj" />
<Project Path="test/OpenFeature.Hosting.Tests/OpenFeature.Hosting.Tests.csproj" />
<Project Path="test/OpenFeature.IntegrationTests/OpenFeature.IntegrationTests.csproj" />
Expand Down
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"versioning": "default",
"extra-files": [
"build/Common.prod.props",
"README.md",
"src/OpenFeature.DependencyInjection/README.md"
"README.md"
]
}
},
Expand Down
38 changes: 0 additions & 38 deletions src/OpenFeature.DependencyInjection/Diagnostics/FeatureCodes.cs

This file was deleted.

20 changes: 0 additions & 20 deletions src/OpenFeature.DependencyInjection/Guard.cs

This file was deleted.

24 changes: 0 additions & 24 deletions src/OpenFeature.DependencyInjection/IFeatureLifecycleManager.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

60 changes: 0 additions & 60 deletions src/OpenFeature.DependencyInjection/OpenFeatureBuilder.cs

This file was deleted.

Loading