-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… configuration files to memory (#1227) * Added new ConfigurationBuilderExtensions.AddOcelot overload to support merging of configuration files to memory * Fix warnings * File-scoped namespaces * Update configuration.rst Use '^' for subsubsections. Sections: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections * Review the code after merge and refactor * Remove and sort usings * Fix warnings * Tried to fix * A small but funny refactoring * Update configuration.rst * More refactoring: add overloaded extensions * Review helpers of unit tests * Add `FileUnitTest` and full rewrite of config tests * Refactor `DiskFileConfigurationRepository` class. Make unit tests parallel, independent, and thread safe * some minor changes * Review and update docs of the Configuration feature * Review and update docs of the `Dependency Injection` feature * Check references for `Dependency Injection` feature aka `ref:` and `doc:` * Update configuration.rst Replace "kind" with "type" --------- Co-authored-by: Raman Maksimchuk <[email protected]> Co-authored-by: Guillaume Gnaegi <[email protected]>
- Loading branch information
1 parent
5a3c55e
commit 84bd6e4
Showing
19 changed files
with
949 additions
and
616 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.