Commit e703311
authored
feat: support for dotnet9.0 dotnet10 (#751)
* feat: support for dotnet9.0 dotnet10
* Update pr_run_test_ci.yml
* chore: update
* chore: update
* fix: update async lock to SemaphoreSlim
* chore: update test
* chore: update
* chore: update
* chore: update
* chroe: update
* Update pr_run_test_ci.yml
* chore: update unit tests env empty to null
* chore: update
* chore: update
* chore: update1 parent c6f3810 commit e703311
File tree
16 files changed
+254
-181
lines changed- .github/workflows
- src
- Contrib
- Caching/Distributed/Tests/Masa.Contrib.Caching.Distributed.StackExchangeRedis.Tests
- Data
- IdGenerator/Snowflake
- Masa.Contrib.Data.IdGenerator.Snowflake.Distributed.Redis
- Tests/Masa.Contrib.Data.IdGenerator.Snowflake.Distributed.Redis.Tests
- Orm/EFCore
- Masa.Contrib.Data.EFCore.MySql
- Masa.Contrib.Data.EFCore.Oracle
- Masa.Contrib.Data.EFCore.Pomelo.MySql
- Dispatcher/IntegrationEvents/Tests/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests
- RulesEngine/Masa.Contrib.RulesEngine.MicrosoftRulesEngine
- Service/Caller
- Masa.Contrib.Service.Caller.DaprClient
- Tests
- Masa.Contrib.Service.Caller.DaprClient.Tests
- Scenes/Masa.Contrib.Service.Caller.DaprClient.Tests.Scenes.MasaConfiguration
- Utils/Ldap
- Masa.Utils.Ldap.Novell
- Tests/Masa.Utils.Ldap.Novell.Tests
16 files changed
+254
-181
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments