Rollbar.NetCore.AspNet
5.1.0
See the version list below for details.
Install-Package Rollbar.NetCore.AspNet -Version 5.1.0
dotnet add package Rollbar.NetCore.AspNet --version 5.1.0
<PackageReference Include="Rollbar.NetCore.AspNet" Version="5.1.0" />
paket add Rollbar.NetCore.AspNet --version 5.1.0
#r "nuget: Rollbar.NetCore.AspNet, 5.1.0"
// Install Rollbar.NetCore.AspNet as a Cake Addin
#addin nuget:?package=Rollbar.NetCore.AspNet&version=5.1.0
// Install Rollbar.NetCore.AspNet as a Cake Tool
#tool nuget:?package=Rollbar.NetCore.AspNet&version=5.1.0
Rollbar.NET SDK Documentation.](https://docs.rollbar.com/docs/net-v5)
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- Rollbar (>= 5.1.0)
- Rollbar.AppSettings.Json (>= 5.1.0)
- Rollbar.NetPlatformExtensions (>= 5.1.0)
-
net5.0
- Rollbar (>= 5.1.0)
- Rollbar.AppSettings.Json (>= 5.1.0)
- Rollbar.NetPlatformExtensions (>= 5.1.0)
-
net6.0
- Rollbar (>= 5.1.0)
- Rollbar.AppSettings.Json (>= 5.1.0)
- Rollbar.NetPlatformExtensions (>= 5.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Rollbar.NetCore.AspNet:
Package | Downloads |
---|---|
JohnTseng
Package Description |
|
Everal.Core
Package contains everything needed for easy development of Web applications using .NET Core |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Rollbar.NetCore.AspNet:
Repository | Stars |
---|---|
mregni/EmbyStat
Multiplatform statistics server for Emby server
|
|
SharebookBR/sharebook-backend
Projeto backend de código livre para o app Sharebook.
|
Version | Downloads | Last updated |
---|---|---|
5.2.0 | 1,626 | 5/17/2022 |
5.1.3 | 5,220 | 4/1/2022 |
5.1.2 | 913 | 3/15/2022 |
5.1.1 | 910 | 2/10/2022 |
5.1.0 | 187 | 2/9/2022 |
5.0.5-beta | 1,639 | 11/5/2021 |
5.0.4-beta | 137 | 10/14/2021 |
5.0.3-beta | 216 | 10/6/2021 |
5.0.2-beta | 130 | 9/17/2021 |
5.0.1-beta | 125 | 9/14/2021 |
5.0.0-beta | 145 | 8/27/2021 |
4.0.3 | 89,954 | 3/30/2021 |
4.0.2 | 1,220 | 3/24/2021 |
4.0.1 | 996 | 3/9/2021 |
4.0.0 | 3,943 | 2/10/2021 |
3.14.1 | 717 | 1/28/2021 |
3.14.0 | 17,302 | 10/22/2020 |
3.13.0-beta | 224 | 9/11/2020 |
3.12.3 | 3,460 | 8/31/2020 |
3.12.2 | 6,938 | 7/21/2020 |
3.12.1 | 498 | 7/14/2020 |
3.12.0 | 4,192 | 5/18/2020 |
3.11.0 | 919 | 5/8/2020 |
3.10.0 | 1,452 | 4/24/2020 |
3.9.1 | 1,886 | 3/25/2020 |
3.9.0 | 935 | 3/21/2020 |
3.8.0 | 457 | 3/14/2020 |
3.7.1 | 4,667 | 1/29/2020 |
3.7.0 | 24,759 | 12/23/2019 |
3.6.3 | 3,699 | 11/27/2019 |
3.6.2 | 941 | 11/16/2019 |
3.6.1-beta | 320 | 11/6/2019 |
3.6.0-beta | 441 | 9/28/2019 |
3.5.0 | 31,810 | 8/22/2019 |
3.4.0 | 348 | 8/19/2019 |
3.3.0 | 4,288 | 8/2/2019 |
3.2.0 | 24,062 | 5/28/2019 |
3.1.0 | 642 | 5/6/2019 |
3.0.6 | 1,377 | 4/19/2019 |
3.0.5 | 501 | 4/16/2019 |
3.0.4 | 18,804 | 4/5/2019 |
3.0.3 | 2,371 | 3/28/2019 |
3.0.2 | 1,175 | 3/14/2019 |
Since v4:
- feat: optioanl RollbarInfrastructure concept
- feat: optional explicit RollbarInfrastructure initialization
- feat: structured Rollbar configuration
- feat: Blazor browser-side support
- feat: resolve #532 - Make RollbarMiddlewareException wrapper optional based on config settings
- feat: resolve #585 - Would like to have an ability to log HttpRequest Body via ILogger
- fix: OfflinePersistence module's dependency on SQLite native bits
- refactor: Simplified and upgraded Rollbar.OfflinePersistence dependencies and project settings
- refactor: resolve #587 - Update Rollbar.NET's dependency on Newtonsoft.Json package to current version 13.0
- refactor: clean up the SDK explicit targets to only currently supported .NET versions
- refactor: clear all the VS build warnings and Intelli-sense messages
- refactor: addressed SonarCloud detected reliability issues
- refactor: addressed SonarCloud detected security hotspots
- refactor: addressed SonarCloud detected code smells
- chore: remove unused files from the repo root