Skip to content

Commit

Permalink
Bump Roslynator.Analyzers from 4.6.1 to 4.7.0 (#818)
Browse files Browse the repository at this point in the history
* Bump Roslynator.Analyzers from 4.6.1 to 4.7.0

Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* dotnet format from workflow for PR 818

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eduardo Serrano <eduardomserrano@outlook.com>
  • Loading branch information
3 people authored Dec 30, 2023
1 parent 77212eb commit dcc36ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers" Version="4.6.1">
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public async Task RunUntil()
.AndDoes(_ => ++callCount);

var testScheduler = new TestScheduler();
using var hostedServicesWebAppFactory = new HostedServicesWebApplicationFactory();
await using var hostedServicesWebAppFactory = new HostedServicesWebApplicationFactory();
await using var webApplicationFactory = hostedServicesWebAppFactory
.WithWebHostBuilder(builder =>
{
Expand Down Expand Up @@ -124,7 +124,7 @@ public async Task TimeoutOption()
.AndDoes(_ => ++callCount);

var testScheduler = new TestScheduler();
using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var webApplicationFactory = hostedServicesWebApplicationFactory
.WithWebHostBuilder(builder =>
{
Expand Down Expand Up @@ -168,7 +168,7 @@ public async Task PredicateCheckIntervalOption()
.AndDoes(_ => ++callCount);

var testScheduler = new TestScheduler();
using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var webApplicationFactory = hostedServicesWebApplicationFactory
.WithWebHostBuilder(builder =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task RunUntil()
.AndDoes(_ => ++callCount);

var testScheduler = new TestScheduler();
using var hostedServicesWebAppFactory = new HostedServicesWebApplicationFactory();
await using var hostedServicesWebAppFactory = new HostedServicesWebApplicationFactory();
await using var webApplicationFactory = hostedServicesWebAppFactory
.WithWebHostBuilder(builder =>
{
Expand Down Expand Up @@ -121,7 +121,7 @@ public async Task TimeoutOption()
.AndDoes(_ => ++callCount);

var testScheduler = new TestScheduler();
using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var webApplicationFactory = hostedServicesWebApplicationFactory
.WithWebHostBuilder(builder =>
{
Expand Down Expand Up @@ -165,7 +165,7 @@ public async Task PredicateCheckIntervalOption()
.AndDoes(_ => ++callCount);

var testScheduler = new TestScheduler();
using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var hostedServicesWebApplicationFactory = new HostedServicesWebApplicationFactory();
await using var webApplicationFactory = hostedServicesWebApplicationFactory
.WithWebHostBuilder(builder =>
{
Expand Down

0 comments on commit dcc36ea

Please sign in to comment.