This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
2.3
Highlights
Thanks to the work of @will14smith and @vostok, SharpRaven finally supports .NET Core! This has been the most requested feature over the last year and it's delightful that this has finally landed — without removing .NET Framework 3.5 support. Awesome! 😄
There are also some bugfixes and general improvements in this release, so get it while it's hot!
Complete Release Notes
- #178 - Fix typos in documentation by @martinfilliau
- #182 - Submit User Feedback for an Event by @opcon
- #185 - Convert extra when extra is not serializable by @skyline75489
- #189 - Cake build script by @will14smith
- #197 - Add .net standard support by @vostok
- #198 - Allow sending data to Sentry from custom error aggregator by @vostok
- #215 - Bug: Restore Request.InputStream position after body has been read by @brunoblank
- #217 - Publish packages to nuget.org by @asbjornu
- #220 - Fix nuget packages build to include metadata by @michaeljbaird
- #222 - Add NoOpRavenClient, an empty (no-op) empty implementation of IRavenClient by @razzmatazz