This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: (25 commits) Add back .NET 4.0 compatibility Verified tests Added test for ErrorLevel Skip ExceptionData of InnerException if it is empty Added back Unix guards Log level is not set on JsonPacket #114 Check if httpcontext is available and reuse properties from reflection. Upgraded GitVersionTask from v3.3.0 to v3.4.1 Set the next version to 2.1 Wrap async in !net40 regions Adjusted namespace and removed the RavenClient prefix of the RavenClient test classes Moved RavenClient tests into a RavenClientTests folder Added CaptureException tests Tidied up async tests Added Capture tests Added CaptureAsync() tests Merge tags in Capture(SentryEvent) Fixed InvokesSendAndJsonPacketFactoryOnCreate async test Set LastPacket in async as well Add CaptureMessageAsync tests ...
- Loading branch information
Showing
28 changed files
with
1,463 additions
and
245 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
next-version: 2.0 | ||
next-version: 2.1 | ||
branches: | ||
feature[/-]: | ||
mode: ContinuousDeployment | ||
|
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="GitVersionTask" version="3.3.0" targetFramework="net45" developmentDependency="true" /> | ||
<package id="GitVersionTask" version="3.4.1" targetFramework="net45" developmentDependency="true" /> | ||
<package id="Nancy" version="1.4.3" targetFramework="net40" /> | ||
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net40" /> | ||
</packages> |
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
Oops, something went wrong.