chore(deps): update dependency htmlagilitypack to 1.11.67 #366
Annotations
10 errors and 5 warnings
build:
src/AdventOfCode.Core/Extensions/StringExtensions.cs#L7
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'AdventOfCode.Core.Extensions.StringExtensions.GetLines<T>(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:
src/AdventOfCode.Core/AssemblyLoader.cs#L18
Modify 'LoadAssemblies' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
build:
src/AdventOfCode.Core/Extensions/ListExtensions.cs#L7
In externally visible method 'void ListExtensions.Deconstruct<T>(IList<T> list, out T first, out IList<T> rest)', validate parameter 'list' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/AdventOfCode.Core/Extensions/StringExtensions.cs#L7
In externally visible method 'IEnumerable<T> StringExtensions.GetLines<T>(string input)', validate parameter 'input' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/AdventOfCode.Core/Extensions/StringExtensions.cs#L16
In externally visible method 'char? StringExtensions.TryGetCharAt(string input, int index)', validate parameter 'input' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/AdventOfCode.Core/Extensions/ListExtensions.cs#L13
In externally visible method 'void ListExtensions.Deconstruct<T>(IList<T> list, out T first, out T second, out IList<T> rest)', validate parameter 'list' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/AdventOfCode.Core/SolutionBase.cs#L31
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'AdventOfCode.Core.SolutionBase.GetLines(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:
src/AdventOfCode.Core/SolutionBase.cs#L31
In externally visible method 'IEnumerable<string> SolutionBase.GetLines(string input)', validate parameter 'input' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/AdventOfCode.Core/Extensions/StringExtensions.cs#L27
In externally visible method 'char? StringExtensions.Get(string[] map, (int R, int C) pos)', validate parameter 'map' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
build:
src/AdventOfCode.Core/SolutionHandler.cs#L25
'string.Contains(string)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'AdventOfCode.Core.SolutionHandler.GatherPuzzleSolutions()' with a call to 'string.Contains(string, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b, actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `save-state` 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/
|
build
The `save-state` 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/
|
build
The `save-state` 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/
|
build
.NET 7.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.
|