Skip to content

Update DLLs 📚

Update DLLs 📚 #44

Manually triggered May 9, 2025 01:50
Status Success
Total duration 1m 32s
Artifacts

update_dlls.yml

on: workflow_dispatch
Update Yarn Spinner DLLs
1m 28s
Update Yarn Spinner DLLs
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Update Yarn Spinner DLLs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update Yarn Spinner DLLs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update Yarn Spinner DLLs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update Yarn Spinner DLLs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update Yarn Spinner DLLs
Member 'OnConstruction' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Update Yarn Spinner DLLs
'string.Replace(string, string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Yarn.Markup.LineParser.BuildMarkupTreeFromTokens(System.Collections.Generic.List<Yarn.Markup.LineParser.LexerToken>, 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)
Update Yarn Spinner DLLs
Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
Update Yarn Spinner DLLs
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)
Update Yarn Spinner DLLs
'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)
Update Yarn Spinner DLLs
'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)
Update Yarn Spinner DLLs
'string.GetHashCode()' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Yarn.TypeBase.GetHashCode()' with a call to 'string.GetHashCode(System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
Update Yarn Spinner DLLs
'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)
Update Yarn Spinner DLLs
'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)
Update Yarn Spinner DLLs
'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)
Update Yarn Spinner DLLs
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.