Skip to content

Conversation

@nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Sep 4, 2025

nblumhardt and others added 11 commits June 10, 2024 08:10
- assert that UtcTimestamp in default format (no custom format string) renders without the +00:00 time-zone suffix.

Relates to #164
…standard formating

- keep render performance in mind / i.e. keep optimizations from #134
- ensure UtcTimestamp without format string is rendered without " +00:00" suffix by rendering as DateTime (same behavior as Serilog's MessageTemplateTextFormatter)

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)
@ManuelRin
Copy link
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?

Error publishing package. NuGet server returned 403: The specified API key is invalid, has expired, or does not have permission to access the specified package.

@nblumhardt
Copy link
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!

@nblumhardt nblumhardt merged commit bf1b412 into main Nov 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants