chore(deps): update dependency xunit.runner.visualstudio to v3 #545
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day19.cs#L102
File may only contain a single type (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1402.md)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day19.cs#L98
File may only contain a single type (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1402.md)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day19.cs#L94
File may only contain a single type (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1402.md)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day14.cs#L11
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day16.cs#L11
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day16.cs#L10
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day03.cs#L8
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day11.cs#L15
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day08.cs#L80
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/2015/AdventOfCode.2015.Puzzles/Solutions/Day01.cs#L14
In externally visible method 'string Day01.Part2(string input)', validate parameter 'input' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|