Skip to content

Commit 416a77f

Browse files
Bump xunit.analyzers from 1.4.0 to 1.6.0 in /MarkdownLinkCheckLogParser (#102)
* Bump xunit.analyzers from 1.4.0 to 1.6.0 in /MarkdownLinkCheckLogParser Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.4.0 to 1.6.0. - [Commits](xunit/xunit.analyzers@1.4.0...1.6.0) --- updated-dependencies: - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix analyzer warnings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eduardo Serrano <eduardomserrano@outlook.com>
1 parent d7b925d commit 416a77f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

MarkdownLinkCheckLogParser/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</PackageReference>
7575
<PackageReference Include="NSubstitute" Version="5.1.0" />
7676
<PackageReference Include="Shouldly" Version="4.2.1" />
77-
<PackageReference Include="xunit.analyzers" Version="1.4.0" />
77+
<PackageReference Include="xunit.analyzers" Version="1.6.0" />
7878
<PackageReference Include="NSubstitute.Analyzers.CSharp" Version="1.0.16" />
7979
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" />
8080
<PackageReference Include="LiquidTestReports.Custom" Version="1.0.9" />

MarkdownLinkCheckLogParser/tests/MarkdownLinkCheckLogParserCli.Tests/CliCommands/ParseLogCommandValidatonTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public class ParseLogCommandValidatonTests
1212
/// Validation test for the <see cref="ParseLogCommand.AuthToken"/> command option.
1313
/// </summary>
1414
[Theory]
15-
[InlineData(null)]
1615
[InlineData("")]
1716
[InlineData(" ")]
1817
public async Task ValidateAuthTokenOption(string authToken)
@@ -41,7 +40,6 @@ public async Task ValidateAuthTokenOption(string authToken)
4140
/// Validation test for the <see cref="ParseLogCommand.Repo"/> command option.
4241
/// </summary>
4342
[Theory]
44-
[InlineData(null)]
4543
[InlineData("")]
4644
[InlineData(" ")]
4745
public async Task ValidateRepoOption(string repo)
@@ -70,7 +68,6 @@ public async Task ValidateRepoOption(string repo)
7068
/// Validation test for the <see cref="ParseLogCommand.RunId"/> command option.
7169
/// </summary>
7270
[Theory]
73-
[InlineData(null)]
7471
[InlineData("")]
7572
[InlineData(" ")]
7673
public async Task ValidateRunIdOption(string runId)
@@ -99,7 +96,6 @@ public async Task ValidateRunIdOption(string runId)
9996
/// Validation test for the <see cref="ParseLogCommand.AuthToken"/> command option.
10097
/// </summary>
10198
[Theory]
102-
[InlineData(null)]
10399
[InlineData("")]
104100
[InlineData(" ")]
105101
public async Task ValidateJobNameOption(string jobName)
@@ -128,7 +124,6 @@ public async Task ValidateJobNameOption(string jobName)
128124
/// Validation test for the <see cref="ParseLogCommand.StepName"/> command option.
129125
/// </summary>
130126
[Theory]
131-
[InlineData(null)]
132127
[InlineData("")]
133128
[InlineData(" ")]
134129
public async Task ValidateStepNameOption(string stepName)
@@ -157,7 +152,6 @@ public async Task ValidateStepNameOption(string stepName)
157152
/// Validation test for the <see cref="ParseLogCommand.OutputOptions"/> command option.
158153
/// </summary>
159154
[Theory]
160-
[InlineData(null)]
161155
[InlineData("")]
162156
[InlineData(" ")]
163157
public async Task ValidateOutputOptionsOption(string outputOptions)

0 commit comments

Comments
 (0)