Commit f24c465
committed
Update package versions and modify exception logic
- Updated `MassTransit.RabbitMQ` from `8.3.2` to `8.3.3` in both `Genocs.Core.Demo.WebApi.csproj` and `Genocs.Core.Demo.Worker.csproj`.
- Updated `MongoDB.Driver` from `3.0.0` to `3.1.0` in `Genocs.Persistence.MongoDb.csproj`.
- Changed exception condition in `GetProductHandler.cs` from `if (currentValue < 90)` to `if (currentValue < 5)`, reducing the likelihood of exceptions.1 parent 2654fe6 commit f24c465
File tree
4 files changed
+4
-4
lines changed- src
- Genocs.Core.Demo.WebApi
- Genocs.Core.Demo.Worker
- Genocs.Persistence.MongoDb
- apps/products/Genocs.Products.WebApi/Queries/Handlers
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments