Commit f664828
committed
Update dependencies, MongoDB image, and .gitignore rules
- Add artifacts/ and .tokensave to .gitignore
- Bump NEventStore submodule to latest commit
- Use mongo:8 image in CI docker-compose files
- Upgrade test dependencies in MongoDB.Core.Tests.csproj
- Update SourceLink.GitHub in MongoDB.Core.csproj1 parent 50f5718 commit f664828
6 files changed
Lines changed: 10 additions & 19 deletions
File tree
- dependencies
- docker
- src
- NEventStore.Persistence.MongoDB.Tests
- NEventStore.Persistence.MongoDB
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
Submodule NEventStore updated 18 files
- .gitignore+2-1
- .tokensave/config.json+23
- src/NEventStore.Persistence.AcceptanceTests/NEventStore.Persistence.AcceptanceTests.Core.csproj+2-2
- src/NEventStore.PollingClient/NEventStore.PollingClient.csproj+1-1
- src/NEventStore.Serialization.Binary.Tests/NEventStore.Serialization.Binary.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.Binary/NEventStore.Serialization.Binary.Core.csproj+1-1
- src/NEventStore.Serialization.Bson.Tests/NEventStore.Serialization.Bson.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.Bson/NEventStore.Serialization.Bson.Core.csproj+1-1
- src/NEventStore.Serialization.Gzip.Tests/NEventStore.Serialization.GZip.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.Json.Tests/NEventStore.Serialization.Json.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.Json/NEventStore.Serialization.Json.Core.csproj+1-1
- src/NEventStore.Serialization.MsgPack.Tests/NEventStore.Serialization.MsgPack.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.MsgPack/NEventStore.Serialization.MsgPack.Core.csproj+1-1
- src/NEventStore.Serialization.Rijndael.Tests/NEventStore.Serialization.Rijndael.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.SystemTextJson.Tests/NEventStore.Serialization.SystemTextJson.Core.Tests.csproj+3-3
- src/NEventStore.Serialization.SystemTextJson/NEventStore.Serialization.SystemTextJson.Core.csproj+1-1
- src/NEventStore.Tests/NEventStore.Core.Tests.csproj+4-4
- src/NEventStore/NEventStore.Core.csproj+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 1 | | |
7 | 2 | | |
8 | 3 | | |
9 | | - | |
| 4 | + | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 1 | | |
7 | 2 | | |
8 | 3 | | |
9 | | - | |
| 4 | + | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments