Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting in GraphOperations #6212

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Fix formatting in GraphOperations #6212

merged 1 commit into from
Jan 7, 2025

Conversation

mthalman
Copy link
Contributor

@mthalman mthalman commented Jan 7, 2025

When using the latest daily build of .NET 10 SDK to build this repo, it causes the following error:

/__w/1/vmr/src/nuget-client/src/NuGet.Core/NuGet.DependencyResolver.Core/GraphModel/GraphOperations.cs(875,14): error IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/__w/1/vmr/src/nuget-client/src/NuGet.Core/NuGet.DependencyResolver.Core/NuGet.DependencyResolver.Core.csproj]

This is fixed by removing an unnecessary semi-colon in the GraphOperations class.

@mthalman mthalman requested a review from a team as a code owner January 7, 2025 19:43
@microsoft-github-policy-service microsoft-github-policy-service bot added the Community PRs created by someone not in the NuGet team label Jan 7, 2025
@jeffkl
Copy link
Contributor

jeffkl commented Jan 7, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeffkl jeffkl self-assigned this Jan 7, 2025
@jeffkl jeffkl enabled auto-merge (squash) January 7, 2025 19:52
@jeffkl jeffkl merged commit d250bd4 into NuGet:dev Jan 7, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community PRs created by someone not in the NuGet team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants