File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 # The matrix is therefore per target framework instead of per OS.
7575 test-modern-tfm-linux :
7676 name : Test (Linux, ${{ matrix.tfm }})
77+ needs : build
7778 runs-on : ubuntu-latest
7879 strategy :
7980 fail-fast : false
9394 - 27017:27017
9495 options : >-
9596 --health-cmd "mongosh --eval \"db.adminCommand('ping')\""
96- --health-interval 10s
97- --health-timeout 5s
97+ --health-interval 20s
98+ --health-timeout 10s
9899 --health-retries 10
99100
100101 env :
Original file line number Diff line number Diff line change @@ -115,3 +115,4 @@ UpgradeLog*.XML
115115BenchmarkDotNet.Artifacts /
116116artifacts /
117117.tokensave
118+ * .lscache
Original file line number Diff line number Diff line change 1+ {
2+ "version" : 1 ,
3+ "root_dir" : " ." ,
4+ "exclude" : [
5+ " target/**" ,
6+ " .git/**" ,
7+ " .tokensave/**" ,
8+ " **/node_modules/**" ,
9+ " vendor/**" ,
10+ " **/*.min.*" ,
11+ " bin/**" ,
12+ " build/**" ,
13+ " out/**" ,
14+ " .gradle/**" ,
15+ " **/obj/**" ,
16+ " **/bin/**"
17+ ],
18+ "include" : [],
19+ "max_file_size" : 1048576 ,
20+ "extract_docstrings" : true ,
21+ "track_call_sites" : true ,
22+ "git_ignore" : false
23+ }
Original file line number Diff line number Diff line change 11# NEventStore.Persistence.MongoDB
22
3- ## vNext
3+ ## 12.1.0
44
55- Added explicit support for net8.0, net9.0, net10.0.
66- Updated NEventStore to 10.2.0
You can’t perform that action at this time.
0 commit comments