-
Notifications
You must be signed in to change notification settings - Fork 165
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
${aspnet-traceidentifier} should automatically check Activity.Current.Id for ASP.NET Core 3 #524
Merged
Conversation
This file contains 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
…Activity.Current for AspNetCore3
…Activity.Current for AspNetCore3 (test)
304NotModified
changed the title
aspnet-traceidentifier should automatically check Activity.Current.Id for AspNetCore3
${aspnet-traceidentifier} should automatically check Activity.Current.Id for ASP.NET Core 3
Feb 24, 2020
maybe 4.10 is better for this? Unfortunately NLog.Web (so not aspnetcore), has no changes after 4.9 (im trying to keep them in sync) |
snakefoot
added a commit
to snakefoot/NLog.Web
that referenced
this pull request
Mar 25, 2020
… for AspNetCore3 (NLog#524) * aspnet-traceidentifier should automatically check System.Diagnostics.Activity.Current for AspNetCore3 * aspnet-traceidentifier should automatically check System.Diagnostics.Activity.Current for AspNetCore3 (test)
304NotModified
added a commit
that referenced
this pull request
Mar 30, 2020
* Update README.md * remove broken badge * Bump NLog from 4.6.7 to 4.6.8 in /src/NLog.Web Bumps [NLog](https://github.com/NLog/NLog) from 4.6.7 to 4.6.8. - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/v4.6.8/CHANGELOG.md) - [Commits](NLog/NLog@v4.6.7...v4.6.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Code Cleanup to remove unused usings (Sonar Warnings) * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.Tests (#510) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.2.0 to 16.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.2.0...v16.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.AspNetCore.Tests (#509) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.2.0 to 16.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.2.0...v16.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump MSTest.TestAdapter from 2.0.0 to 2.1.0 in /tests/NLog.Web.Tests (#518) Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump MSTest.TestFramework from 2.0.0 to 2.1.0 in /tests/NLog.Web.Tests (#517) Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.AspNetCore.Tests (#520) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.Tests (#521) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * aspnet-traceidentifier should automatically check Activity.Current.Id for AspNetCore3 (#524) * aspnet-traceidentifier should automatically check System.Diagnostics.Activity.Current for AspNetCore3 * aspnet-traceidentifier should automatically check System.Diagnostics.Activity.Current for AspNetCore3 (test) * Bump NLog.Extensions.Logging in /tests/NLog.Web.AspNetCore.Tests (#525) Bumps [NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/NLog/NLog.Extensions.Logging/releases) - [Changelog](https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD) - [Commits](NLog/NLog.Extensions.Logging@v1.6.1...v1.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Improve AddNLog with LoggingConfiguration to handle custom LogFactory * Version 4.9.1 for aspnetcore Co-authored-by: Julian Verdurmen <304NotModified@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
snakefoot
added a commit
to snakefoot/NLog.Web
that referenced
this pull request
Mar 30, 2020
* Update README.md * remove broken badge * Bump NLog from 4.6.7 to 4.6.8 in /src/NLog.Web Bumps [NLog](https://github.com/NLog/NLog) from 4.6.7 to 4.6.8. - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/v4.6.8/CHANGELOG.md) - [Commits](NLog/NLog@v4.6.7...v4.6.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Code Cleanup to remove unused usings (Sonar Warnings) * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.Tests (NLog#510) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.2.0 to 16.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.2.0...v16.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.AspNetCore.Tests (NLog#509) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.2.0 to 16.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.2.0...v16.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump MSTest.TestAdapter from 2.0.0 to 2.1.0 in /tests/NLog.Web.Tests (NLog#518) Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump MSTest.TestFramework from 2.0.0 to 2.1.0 in /tests/NLog.Web.Tests (NLog#517) Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.AspNetCore.Tests (NLog#520) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump Microsoft.NET.Test.Sdk in /tests/NLog.Web.Tests (NLog#521) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * aspnet-traceidentifier should automatically check Activity.Current.Id for AspNetCore3 (NLog#524) * aspnet-traceidentifier should automatically check System.Diagnostics.Activity.Current for AspNetCore3 * aspnet-traceidentifier should automatically check System.Diagnostics.Activity.Current for AspNetCore3 (test) * Bump NLog.Extensions.Logging in /tests/NLog.Web.AspNetCore.Tests (NLog#525) Bumps [NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/NLog/NLog.Extensions.Logging/releases) - [Changelog](https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD) - [Commits](NLog/NLog.Extensions.Logging@v1.6.1...v1.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Improve AddNLog with LoggingConfiguration to handle custom LogFactory * Version 4.9.1 for aspnetcore Co-authored-by: Julian Verdurmen <304NotModified@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
snakefoot
added
ASP.NET Core
ASP.NET Core - all versions
and removed
ASP.NET Core 3
labels
Jan 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is what's used in ASP .NET Core 3 templates showing Request Id. Should do the same for consistency.
Resolves #523
See also: https://github.com/dotnet/aspnetcore/blob/2e4274cb67c049055e321c18cc9e64562da52dcf/src/Mvc/Mvc.Core/src/Infrastructure/DefaultProblemDetailsFactory.cs#L90