Skip to content

Commit 247dc8b

Browse files
Bump xunit.analyzers from 1.4.0 to 1.6.0 in /GitHubIssueFormsParser (#122)
* Bump xunit.analyzers from 1.4.0 to 1.6.0 in /GitHubIssueFormsParser 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] <[email protected]> * Fix analyzer warning --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eduardo Serrano <[email protected]>
1 parent 6dd0c70 commit 247dc8b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

GitHubIssueFormsParser/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" />

GitHubIssueFormsParser/tests/GitHubIssuesParserCli.Tests/CliCommands/ParseIssueFormCommandValidationTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public class ParseIssueFormCommandValidationTests
1414
/// Validation test for the <see cref="ParseIssueFormCommand.IssueFormBody"/> command option.
1515
/// </summary>
1616
[Theory]
17-
[InlineData(null)]
1817
[InlineData("")]
1918
[InlineData(" ")]
2019
public async Task ValidateIssueFormBodyOption(string issueFormBody)
@@ -40,7 +39,6 @@ public async Task ValidateIssueFormBodyOption(string issueFormBody)
4039
/// Validation test for the <see cref="ParseIssueFormCommand.TemplateFilepath"/> command option.
4140
/// </summary>
4241
[Theory]
43-
[InlineData(null)]
4442
[InlineData("")]
4543
[InlineData(" ")]
4644
public async Task ValidateTemplateFilepathOption(string templateFilepath)

0 commit comments

Comments
 (0)