Commit fa7ed5a
Fix
* Fix `NullReferenceException` when connected to RavenDB cloud which does not return memory information.
* Update src/ServiceControl.Audit.Persistence.RavenDB/MemoryInformationRetriever.cs
Co-authored-by: Mauro Servienti <[email protected]>
* use is null
---------
Co-authored-by: Mauro Servienti <[email protected]>NullReferenceException when connected to RavenDB cloud (#5112)1 parent b0d09fa commit fa7ed5a
File tree
3 files changed
+6
-3
lines changed- src
- ServiceControl.Audit.Persistence.RavenDB
- CustomChecks
- ServiceControl.Persistence.RavenDB
3 files changed
+6
-3
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
0 commit comments