Skip to content

chore(deps): Bump the nuget-dependencies group with 2 updates#29

Merged
JerrettDavis merged 2 commits into
mainfrom
dependabot/nuget/nuget-dependencies-588191d33a
Jun 30, 2026
Merged

chore(deps): Bump the nuget-dependencies group with 2 updates#29
JerrettDavis merged 2 commits into
mainfrom
dependabot/nuget/nuget-dependencies-588191d33a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Updated Meziantou.Analyzer from 3.0.105 to 3.0.115.

Release notes

Sourced from Meziantou.Analyzer's releases.

3.0.115

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.115

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.114...3.0.115

3.0.114

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.114

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.113...3.0.114

3.0.113

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.113

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.112...3.0.113

3.0.112

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.112

Full Changelog: meziantou/Meziantou.Analyzer@3.0.111...3.0.112

3.0.111

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.111

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.110...3.0.111

3.0.110

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.110

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.109...3.0.110

3.0.109

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.109

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.108...3.0.109

3.0.108

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.108

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.107...3.0.108

3.0.107

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.107

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.106...3.0.107

3.0.106

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.106

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@3.0.105...3.0.106

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Meziantou.Analyzer from 3.0.105 to 3.0.115
Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-version: 3.0.115
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

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

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown

Test Results

1 444 tests   1 444 ✅  45s ⏱️
    1 suites      0 💤
    1 files        0 ❌

Results for commit bf9c132.

♻️ This comment has been updated with latest results.

@github-actions

Copy link
Copy Markdown

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

…ching to dying processes

Application.AttachOrLaunch checks for existing processes with the same name
and attaches to them if found. When a previous test's KillCloseBehavior kills
TestApp.exe, the OS may not have fully removed the process entry before the
next test launches a new instance. AttachOrLaunch would then attach to the
dying process, which exits within the 400ms broker-exit check window,
causing FlawrightLaunchException in WaitForPageAsync_TimesOut_WhenTitleNeverMatches.

Using Application.Launch always starts a fresh process, matching the
IApplicationLauncher.Launch contract and eliminating the race condition.
@github-actions

Copy link
Copy Markdown

Code Coverage

Summary
  Generated on: 6/30/2026 - 9:25:25 PM
  Coverage date: 6/30/2026 - 9:25:13 PM
  Parser: MultiReport (2x Cobertura)
  Assemblies: 1
  Classes: 50
  Files: 47
  Line coverage: 93.9%
  Covered lines: 2303
  Uncovered lines: 149
  Coverable lines: 2452
  Total lines: 7385
  Branch coverage: 88.9% (1276 of 1434)
  Covered branches: 1276
  Total branches: 1434
  Method coverage: 94.1% (416 of 442)
  Full method coverage: 88% (389 of 442)
  Covered methods: 416
  Fully covered methods: 389
  Total methods: 442

Flawright                                               93.9%
  Flawright.AppExecutionAliasResolvedEventArgs           100%
  Flawright.ApplicationClosedEventArgs                  82.3%
  Flawright.ApplicationClosingEventArgs                 90.9%
  Flawright.ApplicationLaunchedEventArgs                  95%
  Flawright.AssertionException                           100%
  Flawright.AssertionsStatic                             100%
  Flawright.AttachOptions                                100%
  Flawright.AumidResolver.LaunchTarget                   100%
  Flawright.AumidResolver.WindowsAumidResolver           100%
  Flawright.Backends.SelectorPipeline                    100%
  Flawright.CloseBehaviors.CloseContext                 88.2%
  Flawright.CloseBehaviors.CompositeCloseBehavior        100%
  Flawright.CloseBehaviors.DismissDialogCloseBehavior   95.2%
  Flawright.CloseBehaviors.KillCloseBehavior             100%
  Flawright.CloseBehaviors.WindowMessageCloseBehavior    100%
  Flawright.DialogOpenedEventArgs                        100%
  Flawright.Flawright                                      0%
  Flawright.FlawrightAssertions                          100%
  Flawright.FlawrightBrowser                              94%
  Flawright.FlawrightElement                            91.3%
  Flawright.FlawrightLaunchException                     100%
  Flawright.FlawrightLocator                            90.9%
  Flawright.FlawrightNotAssertions                       100%
  Flawright.FlawrightOptions                             100%
  Flawright.FlawrightPage                                 98%
  Flawright.FlawrightTimeoutException                    100%
  Flawright.Input.KeyParser                             92.9%
  Flawright.InputModes.RealInputMode                     100%
  Flawright.InputModes.VirtualInputMode                  100%
  Flawright.Internals.AppExecutionAliasResolver         86.6%
  Flawright.Internals.AutoWait                           100%
  Flawright.Internals.PackagedAppResolver               70.5%
  Flawright.Internals.ProcessAttachRetry                91.6%
  Flawright.Internals.ProcessReadyGuard                 64.5%
  Flawright.Internals.ProcessReadyResult                  60%
  Flawright.Internals.SafeProcessQueries                 100%
  Flawright.LaunchOptions                                100%
  Flawright.Locator.BoundingBox                          100%
  Flawright.Locator.LocatorContext                       100%
  Flawright.Locator.SelectOptionValue                    100%
  Flawright.Page.FlawrightKeyboard                       100%
  Flawright.Page.FlawrightMouse                          100%
  Flawright.Page.FlawrightPageAssertions                 100%
  Flawright.ProcessAttachRetriedEventArgs                100%
  Flawright.ProcessReadyGuardWaitedEventArgs             100%
  Flawright.Selectors.AriaRoleMapper                     100%
  Flawright.Selectors.ControlTypeParser                  100%
  Flawright.Selectors.SelectorAst                        100%
  Flawright.Selectors.SelectorParser                    98.1%
  Flawright.WindowDetectedEventArgs                      100%

@JerrettDavis JerrettDavis merged commit 438cf03 into main Jun 30, 2026
16 checks passed
@JerrettDavis JerrettDavis deleted the dependabot/nuget/nuget-dependencies-588191d33a branch June 30, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants