Conversation
fixes #577. The problem is that FindComponents traverses down the render tree when invoked, and this ensures that no renders happens while it does so, without using locks like previous, which could result in deadlocks. fix: aways wrap FindComponentsInternal in Dispatcher fix: optimize wait for logging fix: ensure failure tasks in WaitForHelper run on Renderer schedular
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.104 to 3.5.107. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](dotnet/Nerdbank.GitVersioning@v3.5.104...v3.5.107) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ndition with DOM updates fixes #687
Bumps SonarAnalyzer.CSharp from 8.39.0.47922 to 8.40.0.48530. --- updated-dependencies: - dependency-name: SonarAnalyzer.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [AngleSharp](https://github.com/AngleSharp/AngleSharp) from 0.16.1 to 0.17.1. - [Release notes](https://github.com/AngleSharp/AngleSharp/releases) - [Commits](https://github.com/AngleSharp/AngleSharp/commits/v0.17.1) --- updated-dependencies: - dependency-name: AngleSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @egil
This PR was created because the release workflow failed to automatically merge stable into main.