Skip to content

Conversation

sungam3r
Copy link
Contributor

No description provided.

@@ -32,7 +32,7 @@ public sealed class PropertyToken : MessageTemplateToken
/// <param name="startIndex">The token's start index in the template.</param>
/// <exception cref="ArgumentNullException">When <paramref name="propertyName"/> is <code>null</code></exception>
/// <exception cref="ArgumentNullException">When <paramref name="rawText"/> is <code>null</code></exception>
public PropertyToken(string propertyName, string rawText, string? format = null, Alignment? alignment = null, Destructuring destructuring = Destructuring.Default, int startIndex = -1)
public PropertyToken(string propertyName, string rawText, string? format = null, in Alignment? alignment = null, Destructuring destructuring = Destructuring.Default, int startIndex = -1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one would be a binary breaking change (see dotnet/docs#3717 (comment)), but given that it's very unlikely to be called by sink code or otherwise, it could be in the "test and revert if necessary during beta" category.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@nblumhardt nblumhardt merged commit 6b4fe06 into serilog:dev Mar 29, 2023
@sungam3r sungam3r deleted the readonly branch March 29, 2023 14:49
@nblumhardt nblumhardt mentioned this pull request Jun 19, 2023
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.

2 participants