Skip to content

Refresh eShop sample to Radius extensibility model; remove old sample - #2623

Open
Reshrahim wants to merge 2 commits into
edgefrom
reshrahim/eshop-refresh
Open

Refresh eShop sample to Radius extensibility model; remove old sample#2623
Reshrahim wants to merge 2 commits into
edgefrom
reshrahim/eshop-refresh

Conversation

@Reshrahim

Copy link
Copy Markdown
Contributor

Summary

Replaces the samples/eshop sample with the .NET eShop application modeled on the Radius extensibility model (Radius.* types @2025-08-01-preview, recipe packs, and Radius.Compute/containerImages in-cluster builds). The previous "radified" eShop-on-containers sample is moved to samples/archive/eshop.

What changed

  • Archived the old sample: samples/eshopsamples/archive/eshop (unchanged content).
  • Vendored the full eShop application source into samples/eshop so the sample is self-contained and buildable. Radius.Compute/containerImages build each service from src/*/Dockerfile, with the build source pointed at git::https://github.com/radius-project/samples.git//samples/eshop.
  • Added samples/eshop/env.bicep — environment + Azure/AKS recipe pack.
  • Added samples/eshop/README.md — deploy steps, prerequisites, and known recipe gaps.
  • The Radius model is at samples/eshop/.radius/app.bicep (25 resources: 9 containerImages + 9 containers + redis + 4 postgres + rabbitMQ).

Notes

  • This sample targets an edge/preview rad (extensibility model). The recipe-pack schema (kind/source) matches radius-project/radius@main; it does not validate against the older recipeKind/recipeLocation types.
  • Known recipe gaps (RabbitMQ→Service Bus, redis connection-string format, pgvector, external ingress/OIDC) are documented in the README and inline in app.bicep; the app deploys but some runtime paths need out-of-band fixes until the recipes catch up.
  • Update the ?ref= in .radius/app.bicep containerImages sources when this merges to a stable branch.

@Reshrahim
Reshrahim requested review from a team as code owners July 24, 2026 23:13
@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 82 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.
See the Details below.

License Issues

samples/eshop/src/Basket.API/Basket.API.csproj

PackageVersionLicenseIssue Type
Aspire.StackExchange.Redis>= 0NullUnknown License
Grpc.AspNetCore>= 0NullUnknown License

samples/eshop/src/Catalog.API/Catalog.API.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http>= 0NullUnknown License
Aspire.Azure.AI.OpenAI>= 0NullUnknown License
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL>= 0NullUnknown License
CommunityToolkit.Aspire.OllamaSharp>= 0NullUnknown License
Microsoft.EntityFrameworkCore.Tools>= 0NullUnknown License
Microsoft.Extensions.ApiDescription.Server>= 0NullUnknown License
Pgvector>= 0NullUnknown License
Pgvector.EntityFrameworkCore>= 0NullUnknown License

samples/eshop/src/EventBus/EventBus.csproj

PackageVersionLicenseIssue Type
Microsoft.Extensions.Options>= 0NullUnknown License

samples/eshop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj

PackageVersionLicenseIssue Type
Aspire.RabbitMQ.Client>= 0NullUnknown License

samples/eshop/src/Identity.API/Identity.API.csproj

PackageVersionLicenseIssue Type
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL>= 0NullUnknown License
Duende.IdentityServer>= 0NullUnknown License
Duende.IdentityServer.AspNetIdentity>= 0NullUnknown License
Duende.IdentityServer.EntityFramework>= 0NullUnknown License
Duende.IdentityServer.Storage>= 0NullUnknown License
Microsoft.AspNetCore.Identity.EntityFrameworkCore>= 0NullUnknown License
Microsoft.AspNetCore.Identity.UI>= 0NullUnknown License
Microsoft.EntityFrameworkCore.Tools>= 0NullUnknown License
Microsoft.Web.LibraryManager.Build>= 0NullUnknown License

samples/eshop/src/IntegrationEventLogEF/IntegrationEventLogEF.csproj

PackageVersionLicenseIssue Type
Npgsql.EntityFrameworkCore.PostgreSQL>= 0NullUnknown License

samples/eshop/src/OrderProcessor/OrderProcessor.csproj

PackageVersionLicenseIssue Type
Aspire.Npgsql>= 0NullUnknown License

samples/eshop/src/Ordering.API/Ordering.API.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http>= 0NullUnknown License
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL>= 0NullUnknown License
FluentValidation>= 0NullUnknown License
FluentValidation.DependencyInjectionExtensions>= 0NullUnknown License
Microsoft.EntityFrameworkCore.Tools>= 0NullUnknown License

samples/eshop/src/Ordering.Domain/Ordering.Domain.csproj

PackageVersionLicenseIssue Type
MediatR>= 0NullUnknown License
System.Reflection.TypeExtensions>= 0NullUnknown License

samples/eshop/src/Ordering.Infrastructure/Ordering.Infrastructure.csproj

PackageVersionLicenseIssue Type
Npgsql.EntityFrameworkCore.PostgreSQL>= 0NullUnknown License

samples/eshop/src/WebApp/WebApp.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http.Client>= 0NullUnknown License
Aspire.Azure.AI.OpenAI>= 0NullUnknown License
CommunityToolkit.Aspire.OllamaSharp>= 0NullUnknown License
Google.Protobuf>= 0NullUnknown License
Grpc.Net.ClientFactory>= 0NullUnknown License
Grpc.Tools>= 0NullUnknown License
Microsoft.AspNetCore.Authentication.OpenIdConnect>= 0NullUnknown License
Microsoft.Extensions.ServiceDiscovery.Yarp>= 0NullUnknown License

samples/eshop/src/WebAppComponents/WebAppComponents.csproj

PackageVersionLicenseIssue Type
Microsoft.AspNetCore.Components.Web>= 0NullUnknown License

samples/eshop/src/WebhookClient/WebhookClient.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http.Client>= 0NullUnknown License
Microsoft.AspNetCore.Authentication.OpenIdConnect>= 0NullUnknown License
Microsoft.AspNetCore.Components.QuickGrid>= 0NullUnknown License

samples/eshop/src/Webhooks.API/Webhooks.API.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http>= 0NullUnknown License
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL>= 0NullUnknown License
Microsoft.EntityFrameworkCore.Tools>= 0NullUnknown License

samples/eshop/src/eShop.AppHost/eShop.AppHost.csproj

PackageVersionLicenseIssue Type
Aspire.Hosting.Azure.CognitiveServices>= 0NullUnknown License
Aspire.Hosting.PostgreSQL>= 0NullUnknown License
Aspire.Hosting.RabbitMQ>= 0NullUnknown License
Aspire.Hosting.Redis>= 0NullUnknown License
Aspire.Hosting.Yarp>= 0NullUnknown License
CommunityToolkit.Aspire.Hosting.Ollama>= 0NullUnknown License

samples/eshop/src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Mvc.ApiExplorer>= 0NullUnknown License
Asp.Versioning.OpenApi>= 0NullUnknown License
Microsoft.AspNetCore.Authentication.JwtBearer>= 0NullUnknown License
Microsoft.AspNetCore.OpenApi>= 0NullUnknown License
Microsoft.Extensions.Http.Resilience>= 0NullUnknown License
Microsoft.Extensions.ServiceDiscovery>= 0NullUnknown License
Microsoft.OpenApi>= 0NullUnknown License
OpenTelemetry.Exporter.OpenTelemetryProtocol>= 0NullUnknown License
OpenTelemetry.Extensions.Hosting>= 0NullUnknown License
OpenTelemetry.Instrumentation.AspNetCore>= 0NullUnknown License
OpenTelemetry.Instrumentation.GrpcNetClient>= 0NullUnknown License
OpenTelemetry.Instrumentation.Http>= 0NullUnknown License
OpenTelemetry.Instrumentation.Runtime>= 0NullUnknown License
Scalar.AspNetCore>= 0NullUnknown License

samples/eshop/tests/Basket.UnitTests/Basket.UnitTests.csproj

PackageVersionLicenseIssue Type
Microsoft.AspNetCore.Mvc.Testing>= 0NullUnknown License
Microsoft.Extensions.Identity.Stores>= 0NullUnknown License
NSubstitute>= 0NullUnknown License
NSubstitute.Analyzers.CSharp>= 0NullUnknown License

samples/eshop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http.Client>= 0NullUnknown License
Aspire.Hosting.PostgreSQL>= 0NullUnknown License
Microsoft.AspNetCore.Mvc.Testing>= 0NullUnknown License
Microsoft.AspNetCore.TestHost>= 0NullUnknown License
xunit.v3.mtp-v2>= 0NullUnknown License

samples/eshop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj

PackageVersionLicenseIssue Type
Asp.Versioning.Http.Client>= 0NullUnknown License
Aspire.Hosting.PostgreSQL>= 0NullUnknown License
Microsoft.AspNetCore.Mvc.Testing>= 0NullUnknown License
Microsoft.AspNetCore.TestHost>= 0NullUnknown License
xunit.v3.mtp-v2>= 0NullUnknown License

samples/eshop/tests/Ordering.UnitTests/Ordering.UnitTests.csproj

PackageVersionLicenseIssue Type
NSubstitute>= 0NullUnknown License
NSubstitute.Analyzers.CSharp>= 0NullUnknown License

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/playwright 1.42.1 🟢 6.5
Details
CheckScoreReason
Maintained🟢 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review🟢 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices⚠️ 0no badge detected
Vulnerabilities🟢 10no vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
License🟢 10license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1no published package detected
Token-Permissions⚠️ 0non read-only tokens detected in GitHub workflows
Binary-Artifacts🟢 6binaries present in source code
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection⚠️ 3branch protection is not maximal on development and all release branches
npm/@playwright/test 1.42.1 🟢 6.5
Details
CheckScoreReason
Maintained🟢 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review🟢 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices⚠️ 0no badge detected
Vulnerabilities🟢 10no vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
License🟢 10license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1no published package detected
Token-Permissions⚠️ 0non read-only tokens detected in GitHub workflows
Binary-Artifacts🟢 6binaries present in source code
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection⚠️ 3branch protection is not maximal on development and all release branches
npm/@types/node 20.11.25 🟢 6.6
Details
CheckScoreReason
Code-Review🟢 9Found 28/29 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
License🟢 9license file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
Fuzzing⚠️ 0project is not fuzzed
npm/dotenv 16.4.5 🟢 4.6
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy🟢 9security policy file detected
Code-Review⚠️ 2Found 3/12 approved changesets -- score normalized to 2
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Maintained🟢 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/fsevents 2.3.2 ⚠️ 3.1
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 3Found 7/22 approved changesets -- score normalized to 3
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/playwright-core 1.42.1 🟢 6.5
Details
CheckScoreReason
Maintained🟢 1030 commit(s) out of 30 and 6 issue activity out of 30 found in the last 90 days -- score normalized to 10
Code-Review🟢 9GitHub code reviews found for 29 commits out of the last 30 -- score normalized to 9
CII-Best-Practices⚠️ 0no badge detected
Vulnerabilities🟢 10no vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
License🟢 10license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1no published package detected
Token-Permissions⚠️ 0non read-only tokens detected in GitHub workflows
Binary-Artifacts🟢 6binaries present in source code
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection⚠️ 3branch protection is not maximal on development and all release branches
npm/undici-types 5.26.5 🟢 7.7
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
Maintained🟢 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 8binaries present in source code
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
Packaging🟢 10packaging workflow detected
Vulnerabilities⚠️ 010 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Fuzzing🟢 10project is fuzzed
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 62 contributing companies or organizations
nuget/Aspire.StackExchange.Redis >= 0 UnknownUnknown
nuget/Grpc.AspNetCore >= 0 UnknownUnknown
nuget/Asp.Versioning.Http >= 0 UnknownUnknown
nuget/Aspire.Azure.AI.OpenAI >= 0 UnknownUnknown
nuget/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL >= 0 UnknownUnknown
nuget/CommunityToolkit.Aspire.OllamaSharp >= 0 UnknownUnknown
nuget/Microsoft.EntityFrameworkCore.Tools >= 0 UnknownUnknown
nuget/Microsoft.Extensions.ApiDescription.Server >= 0 UnknownUnknown
nuget/Pgvector >= 0 UnknownUnknown
nuget/Pgvector.EntityFrameworkCore >= 0 UnknownUnknown
nuget/CommunityToolkit.Maui 9.1.1 UnknownUnknown
nuget/CommunityToolkit.Mvvm 8.3.2 UnknownUnknown
nuget/Google.Protobuf 3.29.3 🟢 5.5
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1021 out of 21 merged PRs checked by a CI test -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review⚠️ 1found 27 unreviewed changesets out of 30 -- score normalized to 1
Contributors🟢 107 different organizations found -- score normalized to 10
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing🟢 10project is fuzzed
License🟢 9license file detected
Maintained🟢 1030 commit(s) out of 30 and 15 issue activity out of 30 found in the last 90 days -- score normalized to 10
Packaging⚠️ -1no published package detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Security-Policy🟢 9security policy file detected
Signed-Releases🟢 87 out of 8 artifacts are signed or have provenance
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 64 existing vulnerabilities detected
nuget/Grpc.Net.Client 2.67.0 🟢 6.1
Details
CheckScoreReason
Maintained🟢 1019 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review🟢 10all changesets reviewed
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 9security policy file detected
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Grpc.Tools 2.69.0 🟢 6.6
Details
CheckScoreReason
Security-Policy🟢 9security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review🟢 8Found 24/27 approved changesets -- score normalized to 8
CII-Best-Practices🟢 5badge detected: Passing
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
Fuzzing🟢 10project is fuzzed
Binary-Artifacts🟢 8binaries present in source code
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
nuget/IdentityModel 7.0.0 UnknownUnknown
nuget/IdentityModel.OidcClient 6.0.0 UnknownUnknown
nuget/Microsoft.Extensions.Logging.Debug 9.0.0 🟢 6.5
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts⚠️ 0binaries present in source code
Pinned-Dependencies🟢 7dependency not pinned by hash detected -- score normalized to 7
Fuzzing🟢 10project is fuzzed
nuget/Microsoft.Maui.Controls 9.0.30 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Maui.Controls.Compatibility 9.0.30 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Maui.Controls.Maps 9.0.30 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Extensions.Options >= 0 UnknownUnknown
nuget/Aspire.RabbitMQ.Client >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Components.WebView.Maui 9.0.30 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Extensions.Http 9.0.0 🟢 6.5
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts⚠️ 0binaries present in source code
Pinned-Dependencies🟢 7dependency not pinned by hash detected -- score normalized to 7
Fuzzing🟢 10project is fuzzed
nuget/Microsoft.Extensions.Logging.Debug 9.0.0 🟢 6.5
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 10security policy file detected
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts⚠️ 0binaries present in source code
Pinned-Dependencies🟢 7dependency not pinned by hash detected -- score normalized to 7
Fuzzing🟢 10project is fuzzed
nuget/Microsoft.Maui.Controls 9.0.30 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Maui.Controls.Compatibility 9.0.30 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL >= 0 UnknownUnknown
nuget/Duende.IdentityServer >= 0 UnknownUnknown
nuget/Duende.IdentityServer.AspNetIdentity >= 0 UnknownUnknown
nuget/Duende.IdentityServer.EntityFramework >= 0 UnknownUnknown
nuget/Duende.IdentityServer.Storage >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Identity.EntityFrameworkCore >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Identity.UI >= 0 UnknownUnknown
nuget/Microsoft.EntityFrameworkCore.Tools >= 0 UnknownUnknown
nuget/Microsoft.Web.LibraryManager.Build >= 0 UnknownUnknown
nuget/Npgsql.EntityFrameworkCore.PostgreSQL >= 0 UnknownUnknown
nuget/Aspire.Npgsql >= 0 UnknownUnknown
nuget/Asp.Versioning.Http >= 0 UnknownUnknown
nuget/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL >= 0 UnknownUnknown
nuget/FluentValidation >= 0 UnknownUnknown
nuget/FluentValidation.DependencyInjectionExtensions >= 0 UnknownUnknown
nuget/Microsoft.EntityFrameworkCore.Tools >= 0 UnknownUnknown
nuget/MediatR >= 0 UnknownUnknown
nuget/System.Reflection.TypeExtensions >= 0 UnknownUnknown
nuget/Npgsql.EntityFrameworkCore.PostgreSQL >= 0 UnknownUnknown
nuget/Asp.Versioning.Http.Client >= 0 UnknownUnknown
nuget/Aspire.Azure.AI.OpenAI >= 0 UnknownUnknown
nuget/CommunityToolkit.Aspire.OllamaSharp >= 0 UnknownUnknown
nuget/Google.Protobuf >= 0 UnknownUnknown
nuget/Grpc.Net.ClientFactory >= 0 UnknownUnknown
nuget/Grpc.Tools >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Authentication.OpenIdConnect >= 0 UnknownUnknown
nuget/Microsoft.Extensions.ServiceDiscovery.Yarp >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Components.Web >= 0 UnknownUnknown
nuget/Asp.Versioning.Http.Client >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Authentication.OpenIdConnect >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Components.QuickGrid >= 0 UnknownUnknown
nuget/Asp.Versioning.Http >= 0 UnknownUnknown
nuget/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL >= 0 UnknownUnknown
nuget/Microsoft.EntityFrameworkCore.Tools >= 0 UnknownUnknown
nuget/Aspire.Hosting.Azure.CognitiveServices >= 0 UnknownUnknown
nuget/Aspire.Hosting.PostgreSQL >= 0 UnknownUnknown
nuget/Aspire.Hosting.RabbitMQ >= 0 UnknownUnknown
nuget/Aspire.Hosting.Redis >= 0 UnknownUnknown
nuget/Aspire.Hosting.Yarp >= 0 UnknownUnknown
nuget/CommunityToolkit.Aspire.Hosting.Ollama >= 0 UnknownUnknown
nuget/Asp.Versioning.Mvc.ApiExplorer >= 0 UnknownUnknown
nuget/Asp.Versioning.OpenApi >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Authentication.JwtBearer >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.OpenApi >= 0 UnknownUnknown
nuget/Microsoft.Extensions.Http.Resilience >= 0 UnknownUnknown
nuget/Microsoft.Extensions.ServiceDiscovery >= 0 UnknownUnknown
nuget/Microsoft.OpenApi >= 0 UnknownUnknown
nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol >= 0 UnknownUnknown
nuget/OpenTelemetry.Extensions.Hosting >= 0 UnknownUnknown
nuget/OpenTelemetry.Instrumentation.AspNetCore >= 0 UnknownUnknown
nuget/OpenTelemetry.Instrumentation.GrpcNetClient >= 0 UnknownUnknown
nuget/OpenTelemetry.Instrumentation.Http >= 0 UnknownUnknown
nuget/OpenTelemetry.Instrumentation.Runtime >= 0 UnknownUnknown
nuget/Scalar.AspNetCore >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Mvc.Testing >= 0 UnknownUnknown
nuget/Microsoft.Extensions.Identity.Stores >= 0 UnknownUnknown
nuget/NSubstitute >= 0 UnknownUnknown
nuget/NSubstitute.Analyzers.CSharp >= 0 UnknownUnknown
nuget/Asp.Versioning.Http.Client >= 0 UnknownUnknown
nuget/Aspire.Hosting.PostgreSQL >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Mvc.Testing >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.TestHost >= 0 UnknownUnknown
nuget/xunit.v3.mtp-v2 >= 0 UnknownUnknown
nuget/Microsoft.Maui.Controls 9.0.40 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Maui.Controls.Compatibility 9.0.40 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Maui.Controls.Maps 9.0.40 🟢 5.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Asp.Versioning.Http.Client >= 0 UnknownUnknown
nuget/Aspire.Hosting.PostgreSQL >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.Mvc.Testing >= 0 UnknownUnknown
nuget/Microsoft.AspNetCore.TestHost >= 0 UnknownUnknown
nuget/xunit.v3.mtp-v2 >= 0 UnknownUnknown
nuget/NSubstitute >= 0 UnknownUnknown
nuget/NSubstitute.Analyzers.CSharp >= 0 UnknownUnknown

Scanned Files

  • samples/eshop/package-lock.json
  • samples/eshop/src/Basket.API/Basket.API.csproj
  • samples/eshop/src/Catalog.API/Catalog.API.csproj
  • samples/eshop/src/ClientApp/ClientApp.csproj
  • samples/eshop/src/EventBus/EventBus.csproj
  • samples/eshop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj
  • samples/eshop/src/HybridApp/HybridApp.csproj
  • samples/eshop/src/Identity.API/Identity.API.csproj
  • samples/eshop/src/IntegrationEventLogEF/IntegrationEventLogEF.csproj
  • samples/eshop/src/OrderProcessor/OrderProcessor.csproj
  • samples/eshop/src/Ordering.API/Ordering.API.csproj
  • samples/eshop/src/Ordering.Domain/Ordering.Domain.csproj
  • samples/eshop/src/Ordering.Infrastructure/Ordering.Infrastructure.csproj
  • samples/eshop/src/WebApp/WebApp.csproj
  • samples/eshop/src/WebAppComponents/WebAppComponents.csproj
  • samples/eshop/src/WebhookClient/WebhookClient.csproj
  • samples/eshop/src/Webhooks.API/Webhooks.API.csproj
  • samples/eshop/src/eShop.AppHost/eShop.AppHost.csproj
  • samples/eshop/src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj
  • samples/eshop/tests/Basket.UnitTests/Basket.UnitTests.csproj
  • samples/eshop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj
  • samples/eshop/tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj
  • samples/eshop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj
  • samples/eshop/tests/Ordering.UnitTests/Ordering.UnitTests.csproj

@Reshrahim
Reshrahim changed the base branch from v0.59 to edge July 24, 2026 23:16
@Reshrahim
Reshrahim force-pushed the reshrahim/eshop-refresh branch 7 times, most recently from b6679fd to 63998da Compare July 24, 2026 23:39
Comment thread samples/eshop/README.md
@Reshrahim
Reshrahim force-pushed the reshrahim/eshop-refresh branch 2 times, most recently from d35a638 to 39efab9 Compare July 25, 2026 00:33
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 7746d7c1-1ff6-4c39-89c0-f7d580d9213c
@Reshrahim
Reshrahim force-pushed the reshrahim/eshop-refresh branch from 182cffc to e8b1cdd Compare July 27, 2026 19:35
@Reshrahim Reshrahim changed the title Refresh eShop sample to Radius extensibility model; archive old sample Refresh eShop sample to Radius extensibility model; remove old sample Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant