bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
166 stars 38 forks source link

Fixed using incorrect table name. #158

Closed mbaksh01 closed 3 days ago

mbaksh01 commented 1 week ago

Summary of the changes (in less than 80 chars)

Addresses #157

mbaksh01 commented 1 week ago

Thanks for the fix, I'd prefer if the TableSearchService just injected the TableServiceClient though instead of creating it itself, just like TablePackageDatabase does. Unless there's something I miss that might be impacted by that negatively?

Is the TableServiceClient not already being injected into the TableSearchService?

Regenhardt commented 3 days ago

You're right, it's being injected and the TableClient is the one being created there, sorry about that.