6.1.0 Release - #171
Merged
Merged
Conversation
…plate (OutputTemplateRenderer) Implements #164
- assert that UtcTimestamp in default format (no custom format string) renders without the +00:00 time-zone suffix. Relates to #164
…n enhanced - round-trip standard format string added to tests - for Timestamp the +00:00 format is expected, for UtcTimestamp the Z suffix is expected Relates to #164
… Theory to improve maintainability For better maintainability the multi-line strings with several tokens and formats of Fact unit tests are replaced by Theory with InlineData for better maintainability/readability. Relates to #164
Support UtcTimestamp token in output template (new since Serilog 4.0)
2 tasks
Contributor
|
Hi @nblumhardt, according to the AppVeyor build it seems the API key for NuGet.org may have expired. Therefore the 6.1.0 release didn't make it to NuGet.org yet. Is there anything I can assist with?
|
Member
Author
|
Hi @ManuelRin - sorry about the delay, I have some time scheduled in next week to run over some open Serilog tasks like this, should be moving along soon. Cheers! |
Switch build to Actions
Don't enable XDOC for tests
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
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.
{UtcTimestamp}in output templates (@ManuelRin)