Skip to content
Discussion options

You must be logged in to vote

GitHub’s docs explicitly mention enabling the dependency graph for a “private or internal repository,” so “internal” visibility by itself is not the blocker. For a .NET/Blazor repo, the more likely issue is dependency detection. GitHub’s dependency graph supports NuGet/.NET manifests, and automatic dependency submission has ecosystem-specific support for .NET, so the “No dependencies found” message usually means GitHub is not seeing supported manifests/lock data in a way it can parse yet, rather than internal repos being unsupported.

Overall, internal org repos can use Dependency Graph; check whether your Blazor solution is using supported NuGet manifests/lock files or enable automatic de…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rod-at-DOH
Comment options

Answer selected by Rod-at-DOH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Security Build security into your GitHub workflow with features to keep your codebase secure Question Ask and answer questions about GitHub features and usage
2 participants