-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate providers issue (#318)
* #317: Bump to version 1.0.6 * #317: Bump to Configuration 1.0.7 * Update Grid.Bot.Recovery.csproj Signed-off-by: Nikita Petko <petko@vmminfra.net> * Update Shared.Settings.csproj Signed-off-by: Nikita Petko <petko@vmminfra.net> * #317: Do not use SELECT for singletons. While the array produced only has about 13 elements, using LinQ select on it causes it to produce over 60 singletons. --------- Signed-off-by: Nikita Petko <petko@vmminfra.net>
- Loading branch information
Showing
3 changed files
with
40 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters