Skip to content

Update CHANGELOG.md #357

Update CHANGELOG.md

Update CHANGELOG.md #357

Triggered via push January 13, 2026 00:04
Status Success
Total duration 1m 17s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L1004
Use 'string.StartsWith(char)' instead of 'string.StartsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L829
'string.Replace(string, string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Yarn.Markup.LineParser.WalkTree(Yarn.Markup.LineParser.MarkupTreeNode, System.Text.StringBuilder, System.Collections.Generic.List<Yarn.Markup.MarkupAttribute>, string, System.Collections.Generic.List<Yarn.Markup.LineParser.MarkupDiagnostic>, int)' with a call to 'string.Replace(string, string, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L828
'string.Replace(string, string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Yarn.Markup.LineParser.WalkTree(Yarn.Markup.LineParser.MarkupTreeNode, System.Text.StringBuilder, System.Collections.Generic.List<Yarn.Markup.MarkupAttribute>, string, System.Collections.Generic.List<Yarn.Markup.LineParser.MarkupDiagnostic>, int)' with a call to 'string.Replace(string, string, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
build: YarnSpinner/CRC32.cs#L95
'string.Replace(string, string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Yarn.Utility.CRC32.GetChecksumString(string)' with a call to 'string.Replace(string, string, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
build: YarnSpinner/NumberPlurals.cs#L1941
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'CLDRPlurals.NumberHelpers.VisibleFractionalDigits(double, bool)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
build: YarnSpinner/NumberPlurals.cs#L1930
'string.IndexOf(char)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'CLDRPlurals.NumberHelpers.FractionalValue(double)' with a call to 'string.IndexOf(char, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
build: YarnSpinner/YarnSpinner.Markup/IAttributeMarkerProcessor.cs#L106
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: YarnSpinner/YarnSpinner.Markup/IAttributeMarkerProcessor.cs#L73
ReplacementMarkerResult should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: YarnSpinner/YarnSpinner.Markup/IAttributeMarkerProcessor.cs#L73
ReplacementMarkerResult should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
build: YarnSpinner/YarnSpinner.Markup/IAttributeMarkerProcessor.cs#L78
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)