forked from rebus-org/Topper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix handling of error during startup
- Loading branch information
1 parent
0b76a4e
commit 31bb9cb
Showing
8 changed files
with
66 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ class TestService1 : IDisposable | |
public TestService1() | ||
{ | ||
} | ||
|
||
public void Dispose() | ||
{ | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Serilog" version="2.5.0" targetFramework="net462" /> | ||
<package id="Serilog" version="2.9.0" targetFramework="net462" /> | ||
<package id="Serilog.Sinks.ColoredConsole" version="3.0.1" targetFramework="net462" /> | ||
<package id="Serilog.Sinks.Console" version="3.0.1" targetFramework="net462" /> | ||
<package id="Topshelf" version="4.2.0" targetFramework="net462" /> | ||
<package id="Serilog.Sinks.Console" version="3.1.1" targetFramework="net462" /> | ||
<package id="Serilog.Sinks.File" version="4.1.0" targetFramework="net462" /> | ||
<package id="Topshelf" version="4.2.1" targetFramework="net462" /> | ||
</packages> |