Skip to content

Bump Verify.XunitV3 from 31.14.0 to 31.16.2#97

Merged
bjorkstromm merged 2 commits intomainfrom
dependabot/nuget/Verify.XunitV3-31.16.2
May 9, 2026
Merged

Bump Verify.XunitV3 from 31.14.0 to 31.16.2#97
bjorkstromm merged 2 commits intomainfrom
dependabot/nuget/Verify.XunitV3-31.16.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Updated Verify.XunitV3 from 31.14.0 to 31.16.2.

Release notes

Sourced from Verify.XunitV3's releases.

31.16.2

  • #​1714 Unexpected empty.nupkg in output directory
  • #​1721 XUnit V3: Adds attachment with colon in filename - GitHub artifacts upload fails
  • #​1723 Strip solution dir prefix from XunitV3 attachment names

31.16.1

  • #​1718 Handle eof and missing ihdr in png decoder

31.16.0

  • #​1704 Add ScrubNumericIds
  • #​1707 Minor micro-optimizations for Verify project.
  • #​1708 Add Target comparer and avoid string allocations.
  • #​1709 ApplyForPropertyValue returns string instead of CharSpan
  • #​1710 In-place sort instead of LINQ OrderByDescending
  • #​1711 Remove unnecessary ToString() in VerifyJsonWriter
  • #​1716 add Png ssim comparer
  • #​1717 Throw on null assembly in TryGetType for bad plugin assembly

31.15.0

  • #​1703 Rename IgnoreClassArguments to IgnoreConstructorParameters
  • #​1706 Alow empty string to ignore type in DerivePathInfo

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Verify.XunitV3
  dependency-version: 31.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 8, 2026
@bjorkstromm
Copy link
Copy Markdown
Owner

@copilot tests failed. Please fix

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 9, 2026

Looks like Verify.XunitV3 is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 9, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Verify.XunitV3-31.16.2 branch May 9, 2026 19:40
Copilot AI requested a review from bjorkstromm May 9, 2026 19:40
Copilot stopped work on behalf of bjorkstromm due to an error May 9, 2026 19:40
@bjorkstromm bjorkstromm restored the dependabot/nuget/Verify.XunitV3-31.16.2 branch May 9, 2026 19:43
@bjorkstromm bjorkstromm reopened this May 9, 2026
…ondition

The test was scheduling non-existent orchestrators ("First"/"Second"), causing
Task.Run to immediately fail with InvalidOperationException from the catalog
lookup, transitioning the instance to Failed (terminal) state before the second
scheduling call — allowing re-scheduling instead of throwing.

Fix: add a BlockingOrchestratorFn helper that waits for an external event
(WaitForExternalEvent), keeping the instance in Running state so the second
ScheduleNewOrchestrationInstanceAsync correctly throws InvalidOperationException.

Agent-Logs-Url: https://github.com/bjorkstromm/azure-functions-test-framework/sessions/cb978cf8-d7cc-4f82-afb1-7879f3fdc0a0

Co-authored-by: bjorkstromm <7863439+bjorkstromm@users.noreply.github.com>
@bjorkstromm bjorkstromm enabled auto-merge May 9, 2026 19:48
@bjorkstromm bjorkstromm merged commit d6f70c7 into main May 9, 2026
3 checks passed
@bjorkstromm bjorkstromm deleted the dependabot/nuget/Verify.XunitV3-31.16.2 branch May 9, 2026 19:50
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Code Coverage

Package Line Rate Branch Rate Health
AzureFunctions.TestFramework.Blob 98% 92%
AzureFunctions.TestFramework.Core 64% 81%
AzureFunctions.TestFramework.CosmosDB 67% 58%
AzureFunctions.TestFramework.Dapr 66% 83%
AzureFunctions.TestFramework.Durable 70% 68%
AzureFunctions.TestFramework.EventGrid 100% 70%
AzureFunctions.TestFramework.EventHubs 97% 70%
AzureFunctions.TestFramework.Http 92% 85%
AzureFunctions.TestFramework.Mcp 97% 57%
AzureFunctions.TestFramework.Queue 100% 89%
AzureFunctions.TestFramework.RabbitMQ 98% 89%
AzureFunctions.TestFramework.Redis 88% 58%
AzureFunctions.TestFramework.ReflectionTests 98% 88%
AzureFunctions.TestFramework.ServiceBus 76% 67%
AzureFunctions.TestFramework.SignalR 53% 30%
AzureFunctions.TestFramework.Sql 68% 60%
AzureFunctions.TestFramework.Tables 59% 96%
AzureFunctions.TestFramework.Timer 100% 100%
Summary 72% (4204 / 5799) 78% (1336 / 1707)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants