Commit a683cf6
File tree
Expand file treeCollapse file tree
7 files changed
+24
-39
lines changedFilter options
- src
- Exceptionless/Logging
- Platforms/Exceptionless.NLog
- test
- Exceptionless.MessagePack.Tests
- Exceptionless.TestHarness/Serializer
- Exceptionless.Tests
- Plugins
- Serializer
Expand file treeCollapse file tree
7 files changed
+24
-39
lines changedsrc/Exceptionless/Logging/FileExceptionlessLog.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Logging/FileExceptionlessLog.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Exceptionless/Logging/IsolatedStorageFileExceptionlessLog.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Logging/IsolatedStorageFileExceptionlessLog.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Platforms/Exceptionless.NLog/ExceptionlessTarget.cs
Copy file name to clipboardExpand all lines: src/Platforms/Exceptionless.NLog/ExceptionlessTarget.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
test/Exceptionless.MessagePack.Tests/MessagePackStorageSerializerTests.cs
Copy file name to clipboardExpand all lines: test/Exceptionless.MessagePack.Tests/MessagePackStorageSerializerTests.cs+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
| 8 | + |
| 9 | + |
15 | 10 |
|
16 | 11 |
|
17 | 12 |
|
|
test/Exceptionless.TestHarness/Serializer/StorageSerializerTestBase.cs
Copy file name to clipboardExpand all lines: test/Exceptionless.TestHarness/Serializer/StorageSerializerTestBase.cs+15-20Lines changed: 15 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
| 17 | + |
17 | 18 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
25 | 24 |
|
26 | 25 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 | 26 |
|
32 | 27 |
|
33 | 28 |
|
| ||
47 | 42 |
|
48 | 43 |
|
49 | 44 |
|
50 |
| - |
| 45 | + |
51 | 46 |
|
52 | 47 |
|
53 | 48 |
|
54 | 49 |
|
55 | 50 |
|
56 | 51 |
|
57 | 52 |
|
58 |
| - |
59 |
| - |
60 |
| - |
| 53 | + |
| 54 | + |
| 55 | + |
61 | 56 |
|
62 | 57 |
|
63 | 58 |
|
| ||
78 | 73 |
|
79 | 74 |
|
80 | 75 |
|
81 |
| - |
| 76 | + |
82 | 77 |
|
83 | 78 |
|
84 | 79 |
|
85 | 80 |
|
86 | 81 |
|
87 |
| - |
| 82 | + |
88 | 83 |
|
89 | 84 |
|
90 | 85 |
|
| ||
142 | 137 |
|
143 | 138 |
|
144 | 139 |
|
145 |
| - |
| 140 | + |
146 | 141 |
|
147 | 142 |
|
148 | 143 |
|
| ||
151 | 146 |
|
152 | 147 |
|
153 | 148 |
|
154 |
| - |
| 149 | + |
155 | 150 |
|
156 | 151 |
|
157 | 152 |
|
|
test/Exceptionless.Tests/Plugins/PluginTestBase.cs
Copy file name to clipboardExpand all lines: test/Exceptionless.Tests/Plugins/PluginTestBase.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
test/Exceptionless.Tests/Serializer/JsonStorageSerializerTests.cs
Copy file name to clipboardExpand all lines: test/Exceptionless.Tests/Serializer/JsonStorageSerializerTests.cs+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
| 7 | + |
| 8 | + |
14 | 9 |
|
15 | 10 |
|
16 | 11 |
|
|
0 commit comments