-
Notifications
You must be signed in to change notification settings - Fork 29
Release v4.0.0 #183
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
Merged
Merged
Release v4.0.0 #183
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
de41d87
Automated adjustment of repository templates
mclack a985ecd
Rename support.md to SUPPORT.md
mclack 053930c
Fix snk path
yousif-bugsnag 4183025
Disable maze runner tests in CI
yousif-bugsnag 8b3c3e3
Don't treat nuget vulnerability warnings as errors
yousif-bugsnag d98eb02
Update target frameworks to net462 and netstandard2.0
yousif-bugsnag 71710c2
Fix preprocessor directives for new TFMs
yousif-bugsnag cdd8469
Bump target framework versions for .NET Core tests
yousif-bugsnag a901354
Remove unnecessary preprocessor directives
yousif-bugsnag 62bce2a
bump Microsoft.AspNetCore.Hosting and Microsoft.AspNetCore.Server.Kes…
yousif-bugsnag ea3fd0c
bump Microsoft.NET.Test.Sdk to 17.13.0
yousif-bugsnag ce3323b
bump xunit to 2.9.3
yousif-bugsnag 6f2596b
bump xunit.runner.visualstudio to 2.8.2
yousif-bugsnag b877887
bump Bugsnag.AspNet.Core dependencies
yousif-bugsnag fc210e7
bump Microsoft.AspNet.WebApi.Core to 5.3.0
yousif-bugsnag 5c29e5b
Update SECURITY.md
mclack 4a9c860
Merge pull request #172 from bugsnag/templates-update-20250124-172756
mclack 51d92dd
Merge pull request #173 from bugsnag/PLAT-13888/update-target-frameworks
yousif-bugsnag baa68cd
Merge pull request #174 from bugsnag/PLAT-13886/update-dependencies
yousif-bugsnag 4f26969
Replace deilvery with HttpClient implementation
yousif-bugsnag 75c5c54
Use proxy from client configuration and remove proxy property from pa…
yousif-bugsnag faa93ea
Add unit tests with real payloads and test headers are set on requests
yousif-bugsnag 609a03d
Fix target frameworks for AspNet.Core tests
yousif-bugsnag 66ea225
restore TreatWarningsAsErrors configuration for non-test projects
yousif-bugsnag 744b37c
Fix formatting
yousif-bugsnag 2852d41
add aspnet462-mvc-webapi example project
yousif-bugsnag 031f295
add local bugsnag dependencies
yousif-bugsnag b0f7ecb
add bugsnag
yousif-bugsnag fa4bdc4
add README.md
yousif-bugsnag 56b0b00
remove net45 example
yousif-bugsnag f50f6ed
Merge pull request #176 from bugsnag/PLAT-13890/aspnet-462-example
yousif-bugsnag 50d29c5
Merge pull request #175 from bugsnag/PLAT-13887/httpclient
yousif-bugsnag 67fa6e7
add ASP.NET Core example for .NET 8
yousif-bugsnag 9d9e561
fix bugsnag wording
yousif-bugsnag ddb365a
Merge pull request #177 from bugsnag/PLAT-13891/net8-aspnet-core-example
yousif-bugsnag 511e7be
delete outdated example apps
yousif-bugsnag 596cb39
Merge pull request #178 from bugsnag/delete-old-examples
yousif-bugsnag 56a9d20
add net6.0 TFM for Bugsnag and Bugsnag.AspNet.Core
yousif-bugsnag 00e0cb8
remove DisableImplicitFrameworkReferences and tidy up project files
yousif-bugsnag e5f5937
Fix test dependencies
yousif-bugsnag 4379881
Merge pull request #179 from bugsnag/net6-target-framework
yousif-bugsnag ee24a21
ensure delivery is only configured once for request scoped clients
yousif-bugsnag 13f665d
make MetadataFilters case insensitive
yousif-bugsnag a8f69d3
Merge pull request #180 from bugsnag/request-scoped-client-delivery
yousif-bugsnag dc54912
Merge pull request #181 from bugsnag/PLAT-13952/case-insensitive-meta…
yousif-bugsnag 1030307
Fix serialization error when serializing exceptions with a TargetSite
yousif-bugsnag c0afebf
Merge pull request #182 from bugsnag/PLAT-13776/serializing-exception…
yousif-bugsnag 3a31230
update nuget API key
yousif-bugsnag 4ff362a
disable automatic github releases
yousif-bugsnag 117ff75
update CHANGELOG.md
yousif-bugsnag 6554c17
Update SECURITY.md
yousif-bugsnag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,14 +1,14 @@ | ||
| --- | ||
| name: Having trouble getting started? | ||
| about: Please contact us at [email protected] for assistance with integrating Bugsnag | ||
| about: Please contact us at [email protected] for assistance with integrating BugSnag | ||
| into your application. | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
| Please checkout our [documentation](https://docs.bugsnag.com/platforms/dotnet/) for guides, references and tutorials. | ||
| Please check out our [documentation](https://docs.bugsnag.com/platforms/dotnet/) for guides, references and tutorials. | ||
|
|
||
| If you have questions about your integration please contact us at [[email protected]](mailto:[email protected]). | ||
| If you have questions about your integration, please contact us at [[email protected]](mailto:[email protected]). | ||
|
|
||
| Alternatively, view additional options at [support.md](../SUPPORT.md). | ||
| Alternatively, view additional options at [SUPPORT.md](../SUPPORT.md). |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| ## Are you having trouble getting started? | ||
| If you haven't already, please check out our [documentation](https://docs.bugsnag.com/platforms/dotnet/) for guides, references and tutorials. | ||
|
|
||
| Or, if you wish, you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue, or if you have a question about our supported features. | ||
|
|
||
| When contacting support, please include as much information as necessary, including: | ||
|
|
||
| - example code snippet | ||
| - steps to reproduce | ||
| - expected/actual behaviour | ||
|
|
||
| * BugSnag version: | ||
| * .NET framework version: | ||
|
|
||
| ## Bug or Feature Requests | ||
| If you would like to raise a bug or feature request, please do so by creating a [New Issue](https://github.com/bugsnag/bugsnag-dotnet/issues/new/choose) and selecting bug or feature. | ||
| Please note: we cannot promise that we will fulfil all requests | ||
|
|
||
| ## Pull Requests | ||
| If you have made a fix and would like to raise a pull request, please read our [CONTRIBUTING.md](../CONTRIBUTING.md) file before creating the pull request. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Security Policy | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| | Version | Supported | | ||
| | ------- | --------------------- | | ||
| | 3.x | Yes | | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| If you find a vulnerability in this SDK, please report it to our [Support Team](mailto:[email protected]) for review. | ||
This file contains hidden or 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 hidden or 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 hidden or 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,11 +1,7 @@ | ||
| Sample Applications | ||
| ==== | ||
|
|
||
| - [ASP.NET 3.5](aspnet35/) | ||
| - [ASP.NET 4.5 MVC & WebApi](aspnet45-mvc-webapi/) | ||
| - [ASP.NET Core 1.1 MVC](aspnetcore11-mvc/) | ||
| - [ASP.NET Core 2.0 MVC](aspnetcore20-mvc/) | ||
| - [.NET 3.5 Console](net35-console/) | ||
| - [ASP.NET 4.6.2 MVC & WebApi](aspnet462-mvc-webapi/) | ||
| - [.NET 8 ASP.NET Core MVC](aspnetcore8-mvc/) | ||
| - [.NET 4.7 Console](net47-console/) | ||
| - [.NET Core 1.1 Console](netcore11-console/) | ||
| - [.NET Core 2.0 Console](netcore20-console/) | ||
|
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.