Skip to content

Add MauiAntGrpcClient to Dependabot configuration#128

Open
StephenHidem wants to merge 1 commit into
masterfrom
StephenHidem-patch-1
Open

Add MauiAntGrpcClient to Dependabot configuration#128
StephenHidem wants to merge 1 commit into
masterfrom
StephenHidem-patch-1

Conversation

@StephenHidem
Copy link
Copy Markdown
Owner

MauiAntGrpClient previously failed dependency scanning. Test this again.

MauiAntGrpClient previously failed dependency scanning. Test this again.
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dependabot configuration to include the MauiAntGrpcClient project for automated dependency updates. Feedback indicates that Dependabot may fail to scan this directory because the project targets net10.0 and references package versions not found on the public NuGet gallery, suggesting that a registries section should be added to the configuration to ensure successful scanning.

Comment thread .github/dependabot.yml
- "/Examples/WpfUsbStickApp"
- "/Examples/MAUI-gRPC/AntGrpcShared"
- "/Examples/MAUI-gRPC/AntGrpcService"
- "/Examples/MAUI-gRPC/MauiAntGrpcClient"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The project MauiAntGrpcClient.csproj references package versions (e.g., Microsoft.Maui.Controls v10.0.51 and Grpc.Net.Client v2.76.0) that are not available on the public NuGet gallery. Dependabot will fail to scan this directory unless it can access the registry where these packages are hosted. If these are from a private or preview feed, you should add a registries section to this configuration file. Additionally, the project targets net10.0, which is likely not yet supported by Dependabot and could be the primary reason for the previous scanning failures mentioned in the PR description.

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