-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- System.CommandLine is completely removed. We use Asp.Net's configuration provider to parse commandline argument. - `E5Renewer.Modules.YamlParser` and `E5Renewer.Modules.TomlParser` are removed. They are in E5Renewer.dll now. But modules support is still existing. - `IConfigParser` is removed. Because we use Asp.Net Core's configuration providers, this is useless now. User secret parsing is splited into a new module `IUserSecretLoader`.
- Loading branch information
1 parent
5f9a738
commit f1753d4
Showing
72 changed files
with
1,707 additions
and
1,693 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
29 changes: 0 additions & 29 deletions
29
E5Renewer.Modules.TomlParser.Tests/E5Renewer.Modules.TomlParser.Tests.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
E5Renewer.Modules.TomlParser/E5Renewer.Modules.TomlParser.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
E5Renewer.Modules.YamlParser.Tests/E5Renewer.Modules.YamlParser.Tests.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
E5Renewer.Modules.YamlParser/E5Renewer.Modules.YamlParser.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.