Commit dd0d581
committed
Use MySqlConnector namespace for DI methods.
This aligns with the latest official guidance to NOT use the Microsoft.Extensions.DependencyInjection namespace: dotnet/AspNetCore.Docs#23211, dotnet/AspNetCore.Docs#27018.1 parent 7680909 commit dd0d581
File tree
2 files changed
+3
-4
lines changed- src
- MySqlConnector.DependencyInjection
- MySqlConnector.Logging.Microsoft.Extensions.Logging
2 files changed
+3
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments