-
-
Notifications
You must be signed in to change notification settings - Fork 144
Fixes request-info collection across the ASP.NET Core / ASP.NET (System.Web) / WebApi platform integrations to avoid reading POST bodies for handled errors, #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
468ba0f
c1193d9
5f1c840
539861c
49a2c0f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,8 +6,9 @@ | |||||
| <PackageReleaseNotes>https://github.com/exceptionless/Exceptionless.Net/releases</PackageReleaseNotes> | ||||||
| <MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip> | ||||||
| <MinVerTagPrefix>v</MinVerTagPrefix> | ||||||
| <EnableWindowsTargeting>true</EnableWindowsTargeting> | ||||||
|
|
||||||
| <Copyright>Copyright (c) 2025 Exceptionless. All rights reserved.</Copyright> | ||||||
| <Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) Exceptionless. All rights reserved.</Copyright> | ||||||
|
||||||
| <Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) Exceptionless. All rights reserved.</Copyright> | |
| <Copyright>Copyright © $([System.DateTime]::Now.ToString('yyyy')) Exceptionless. All rights reserved.</Copyright> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "8.0.100", | ||
| "version": "10.0.100", | ||
| "rollForward": "latestMinor" | ||
| } | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.