Commit 800758c
Release 1.3.11 (#80)
* Upgrade build system to fix CI (#66)
* Targets net462 for all projects
* Adds build-system template which contains yaml files for azure devops builds
* Updates build.fsx to fix some bugs and tweak some stuff
* Bump FluentAssertions from 5.3.0 to 5.9.0 (#60)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.3.0 to 5.9.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Commits](fluentassertions/fluentassertions@5.3.0...5.9.0)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Bump Akka.TestKit.Xunit2 from 1.3.9 to 1.3.15
Bumps [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) from 1.3.9 to 1.3.15.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@v1.3.9...1.3.15)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Bump Serilog from 2.7.1 to 2.8.0
Bumps [Serilog](https://github.com/serilog/serilog) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Changelog](https://github.com/serilog/serilog/blob/dev/CHANGES.md)
- [Commits](serilog/serilog@v2.7.1...v2.8.0)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Bump Akka from 1.3.9 to 1.3.15
Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.3.9 to 1.3.15.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@v1.3.9...1.3.15)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Update RELEASE_NOTES.md
* Update common.props
* Update RELEASE_NOTES.md
* Bump Serilog from 2.8.0 to 2.9.0 (#68)
Bumps [Serilog](https://github.com/serilog/serilog) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Changelog](https://github.com/serilog/serilog/blob/dev/CHANGES.md)
- [Commits](serilog/serilog@v2.8.0...v2.9.0)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Update RELEASE_NOTES.md
* Bump Akka.TestKit.Xunit2 from 1.3.15 to 1.3.16 (#72)
Bumps [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) from 1.3.15 to 1.3.16.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.16/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.3.15...1.3.16)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Bump Akka from 1.3.15 to 1.3.16 (#73)
Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.3.15 to 1.3.16.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.16/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.3.15...1.3.16)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Bump Akka from 1.3.16 to 1.3.17 (#75)
* Bump Akka.TestKit.Xunit2 from 1.3.16 to 1.3.17 (#74)
* Bump FluentAssertions from 5.9.0 to 5.10.0 (#77)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Commits](fluentassertions/fluentassertions@5.9.0...5.10.0)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* Fix issue where ActorPath is used as SourceContext rather than ClassName as is normal in Serilog (#79)
In Serilog the SourceContext property is Class.FullName. Features like minimum overrides work with this expectation.
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Chris Barker <[email protected]>1 parent a8e51d9 commit 800758c
File tree
5 files changed
+56
-15
lines changed- src
- Akka.Logger.Serilog.Tests
- Akka.Logger.Serilog
5 files changed
+56
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | | - | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
117 | 152 | | |
118 | 153 | | |
119 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments