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

Add nullable annotations for Consul/CosmosDb/DocumentDb/DynamoDb #932

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

sungam3r
Copy link
Collaborator

No description provided.

if (!_connections.TryGetValue(tableServiceKey, out var tableServiceClient))
{
tableServiceClient = CreateTableServiceClient();

if (!_connections.TryAdd(tableServiceKey, tableServiceClient))
{
tableServiceClient = _connections[_connectionString];
tableServiceClient = _connections[tableServiceKey];
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bugfix, wrong name

@sungam3r sungam3r merged commit 2be021d into master Feb 24, 2022
@sungam3r sungam3r deleted the nullable branch February 24, 2022 21:18
@sungam3r sungam3r added the enhancement New feature or request label Feb 24, 2022
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant