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

AzureReposHostProviderTests: fix warnings around orgName #337

Merged
merged 1 commit into from
May 5, 2021

Conversation

derrickstolee
Copy link
Contributor

We keep getting warnings from the actions bot saying:

The variable 'orgName' is assigned but its value is never used

However, these variables are used, just as parameters to lambdas
within LINQ methods.

By extracting this org string into a static readonly, we should be able
to avoid these warnings.

We keep getting warnings from the actions bot saying:

  The variable 'orgName' is assigned but its value is never used

However, these variables _are_ used, just as parameters to lambdas
within LINQ methods.

By extracting this org string into a static readonly, we should be able
to avoid these warnings.
Copy link
Collaborator

@mjcheetham mjcheetham left a comment

Choose a reason for hiding this comment

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

:shipit: 🤫 🤖

@mjcheetham mjcheetham merged commit 4df3dd0 into git-ecosystem:master May 5, 2021
@mjcheetham mjcheetham mentioned this pull request May 6, 2021
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.

None yet

2 participants