-
Notifications
You must be signed in to change notification settings - Fork 853
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: serilog/serilog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: serilog/serilog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 15 files changed
- 7 contributors
Commits on May 20, 2025
-
https://github.com/dotnet/sourcelink/releases > Source Link is now included in .NET SDK 8 and enabled by default. Projects that migrate to .NET SDK 8 do not need to reference Source Link packages explicitly via PackageReference anymore.
Configuration menu - View commit details
-
Copy full SHA for e378f33 - Browse repository at this point
Copy the full SHA e378f33View commit details
Commits on Sep 4, 2025
-
Handle Exception.ToString failures in text formatter (#2197)
* Handle Exception.ToString failures in text formatter Wraps Exception.ToString in a try-catch block to prevent logging failures if the method throws. If an error occurs, a fallback message with details is written instead. * Update MessageTemplateTextFormatter.cs * Update MessageTemplateTextFormatter.cs
Configuration menu - View commit details
-
Copy full SHA for 078de1e - Browse repository at this point
Copy the full SHA 078de1eView commit details
Commits on Sep 5, 2025
-
Remove char[] allocation (#2198)
* Remove char[] allocation - This PR removes a char[] allocation that is occuring in MessageTemplateParser. The fix is to instead create a static char[] that we then reference which removes the allocation altogether. This doesn't have a huge impact on the benchmark runtime though it does help eliminate a small allocation that was contributing to more GCs in the benchmark. * Addressing PR comments --------- Co-authored-by: Nik Karpinsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fd949e - Browse repository at this point
Copy the full SHA 2fd949eView commit details
Commits on Sep 26, 2025
-
Remove backpressure from XMLDoc (#2203)
Because backpressure is not applied, instead events are discarded when the queue is full.
Configuration menu - View commit details
-
Copy full SHA for 1f36d2e - Browse repository at this point
Copy the full SHA 1f36d2eView commit details
Commits on Nov 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bb8d7d5 - Browse repository at this point
Copy the full SHA bb8d7d5View commit details
Commits on Nov 12, 2025
-
Target and test on net10 (#2206)
* net10 * <SelfContained>true</SelfContained> * Update global.json * Update Directory.Build.props
Configuration menu - View commit details
-
Copy full SHA for 7f3a5bf - Browse repository at this point
Copy the full SHA 7f3a5bfView commit details
Commits on Jan 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ab020cc - Browse repository at this point
Copy the full SHA ab020ccView commit details
Commits on Jan 28, 2026
-
Inline TraceId and SpanId JSON string formatting (#2215)
* Inline TraceId and SpanId JSON string formatting Replaces usage of JsonValueFormatter.WriteQuotedJsonString for TraceId and SpanId with direct writing of quoted string values. activitytraceid is only either numbers or lower-case hexadecimal https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitytraceid.createfromstring?view=net-8.0#exceptions same for activityspanid https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activityspanid.createfromstring?view=net-8.0#exceptions * Update JsonFormatterTests.cs
Configuration menu - View commit details
-
Copy full SHA for dc52979 - Browse repository at this point
Copy the full SHA dc52979View commit details
Commits on Feb 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0597ddf - Browse repository at this point
Copy the full SHA 0597ddfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.3.0...v4.3.1