1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Wrapped helper methods in a nested Helper class and adjusted some assertions and formatting. More... about 10 years ago
Updated the C# member order layout so nested classes are wrapped in a region at the bottom of the parent class. More... about 10 years ago
Make the SharpRaven dependency for the same version as SharpRaven.Nancy with $version$. More... about 10 years ago
Repositories.config suddenly discovered the Nancy unit test project. Congratulations! More... about 10 years ago
R# cleanup More... about 10 years ago
Merge branch 'develop' into nancy More... about 10 years ago
R# cleanup More... about 10 years ago
Made the "ExceptionHook" constructor parameter and field into an "ErrorOnCapture" property. More... about 10 years ago
Merge branch 'develop' into exception-hook More... about 10 years ago
Formatted all files according to the new R# settings. More... about 10 years ago
Added custom Type Members Layout to the R# settings file. More... about 10 years ago
Added more exception handling around HttpContext.Request, since resovling it might fail. Hopefully fixes #64. More... about 10 years ago
Merge remote-tracking branch 'origin/develop' into develop More... about 10 years ago
Merge remote-tracking branch 'xpicio/nancy' into nancy More... about 10 years ago
Merge branch 'nancy' of https://github.com/getsentry/raven-csharp into nancy More... about 10 years ago
BugFix NancyContext is lost with async More... about 10 years ago
Merge remote-tracking branch 'xpicio/async' into nancy More... about 10 years ago
Merge branch 'develop' into nancy More... about 10 years ago
Removed unused references More... about 10 years ago
Removed unused references More... about 10 years ago
Added posibility to set hook in case of exception thrown during sending a packet More... about 10 years ago
R# More... about 10 years ago
Adjusted the namespace of the merged `LogModule`. More... about 10 years ago
Moved the merged files from the WebTest to the UnitTests folder More... about 10 years ago
Merge remote-tracking branch 'xpicio/nancy' into nancy More... about 10 years ago
Adjusted the namespace of the Nancy UnitTests More... about 10 years ago
Renamed the SharpRaven.Nancy.WebTest folder to SharpRaven.Nancy.UnitTests so it corresponds to the project it contains. More... about 10 years ago
BugFix when an error occured the NancyContext on current thread is null Cleanup app.config More... about 10 years ago
Added nuspec file for SharpRaven.Nancy Added NancyTest to see that IRaveClient is invoked when the user log a message with CaptureMessage Moved set NancyContext to thread data on every request startup and not only OnError callback Added to Build.cmd a command to build SharpRaven.Nancy NuGet packages, with a TODO More... about 10 years ago
Merge remote-tracking branch 'xpicio/nancy' into nancy More... about 10 years ago