Commit d634694
committed
Update packages, fix typos, and improve code formatting
Updated the `Microsoft.VisualStudio.Azure.Containers.Tools.Targets` package from version `1.20.1` to `1.21.0` in `Genocs.Core.Demo.Worker.csproj`.
Updated the `SmartFormat.NET` package from version `3.4.0` to `3.5.0` in `Genocs.Logging.csproj`.
Updated the `System.Linq.Dynamic.Core` package from version `1.4.3` to `1.4.4` in `Genocs.QueryBuilder.UnitTests.csproj`.
Corrected a typo in the comment within `AzureKeyVaultOptions.cs` from "The vault Setting definition." to "The Azure Key Vault setting definition."
Fixed indentation in the `AddAzureKeyVault` method within `Extensions.cs` to ensure proper formatting.
Added a null or whitespace check for the `sectionName` parameter in the `UseAzureKeyVault` method within `Extensions.cs` and set it to `AzureKeyVaultOptions.Position` if it is null or whitespace.1 parent 63533a2 commit d634694
File tree
5 files changed
+14
-9
lines changed- src
- Genocs.Core.Demo.Worker
- Genocs.Logging
- Genocs.QueryBuilder.UnitTests
- Genocs.Secrets.AzureKeyVault
- Configurations
5 files changed
+14
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
0 commit comments