Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updated Microsoft.AspNetCore.Components.WebView.Wpf from 8.0.14 to 8.0.100.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebView.Wpf's releases.

8.0.100

What's Changed

Full Changelog: dotnet/maui@8.0.93...8.0.100

8.0.100-rc.2.9530

MAUI Product Fixes

What's Changed

Dependency Updates

Full Changelog: dotnet/maui@8.0.0-rc.2.9511...8.0.0-rc.2.9530

8.0.93

What's Changed

Full Changelog: dotnet/maui@8.0.92...8.0.93

8.0.92

What's Changed

Full Changelog: dotnet/maui@8.0.91...8.0.92

8.0.91

What's Changed

Full Changelog: dotnet/maui@8.0.90...8.0.91

8.0.90

What's Changed

Breaking Changes | Product Fixes | Docs | Testing | Dependency Updates | Housekeeping | New Contributors | Known Issue(s)

Breaking Changes

Product Fixes

  • [iOS] Fix for CollectionView single item horizontal alignment issue when using ItemsLayout with a Footer @​Tamilarasan-Paranthaman
  • [Android] Border Stroke gradient can only switch to another gradient - fix by @​kubaflo
  • Ensure border stroke only updates when needed by @​Foda
  • [Windows] Allow setting PlatformCanvas.Antialias by @​MartyIX
  • [Android] App crash when text exceeds Entry MaxLength by @​kubaflo
  • [Windows] Fix memory leak w/ main window by @​Foda
  • Fix Shell.NavBarIsVisible property by @​jsuarezruiz
  • [Accessibility] Make flyout titles on iOS read as buttons by @​tj-devel709
  • Fixed scroll to group item on Android + Windows by @​Foda
  • NavigationBar properties not updating - fix by @​kubaflo
  • Adopt chromium methodology for determining tablet on Windows by @​daltzctr
  • [android] call PlatformContentViewGroup.postInvalidate() less by @​jonathanpeppers
  • [Windows] Fix crash using ScrollTo on CollectionView by @​jsuarezruiz
  • Try and make scroll-to test more solid by @​Foda
  • [Android] Removing TapGestureRecognizer with at least 2 taps causes Exception - fix by @​kubaflo
  • [Windows] Make WebView.CaptureAsync() work by @​MartyIX
  • [Android] Fix ToolbarItem font color issue after changing available state by @​Tamilarasan-Paranthaman
  • [Android] Fix for Entry SelectionLength by @​NirmalKumarYuvaraj
  • Fixed the CollectionView GroupFooterTemplate crashes the application by @​NanthiniMahalingam
  • [Windows] Fix Entry clear button is not taking the color of the text by @​BagavathiPerumal
  • [iOS] Bugfix/22469 ios label crash by @​artemvalieiev
  • [Android] Fix item fading when moving between groups in Grouped CollectionView by @​Vignesh-SF3580
  • Make MeasureInvalidated event work correctly by @​albyrock87
  • [Android] Fix for the CarouselView doesn't scroll to the right Position after changing the ItemSource with Loop enabled by @​Tamilarasan-Paranthaman
  • Fix for FlexLayout padding issue by @​BagavathiPerumal
  • [Android] SecureStorage: Rework logic to delete shared prefs when key is corrupt by @​Redth
  • RefreshView IsEnabled enhancements by @​kubaflo
  • [Android] Failed to inflate ColorStateList - error fix for CheckBox by @​kubaflo
  • Trigger InvalidateMeasure event on CollectionView when content size changes (iOS) by @​albyrock87
  • Move EnsureSupportForCustomWebViewClients to Appium by @​PureWeen
  • [android] cache Join and Cap enum values by @​jonathanpeppers
  • [android] improve performance of StrokeExtensions by @​jonathanpeppers
  • [C] respect specificity while overriding DynRes by @​StephaneDelcroix
  • [Windows] Optimize WrapperView by @​MartyIX
  • Add Android LoadImageFromFont benchmark and enable verbose Glide logging by @​albyrock87
  • Match behavior of compiled bindings with indexers to their non-compiled counterparts by @​simonrozsival
  • Wrap Image with a container on Windows so that it is centered with AspectFill by @​japarson
  • [Android] Allow custom background drawable with a custom handler by @​jsuarezruiz
  • 2174059 MAUI hit testing ignores pages loaded by PushModalAsync by @​lizharems
  • Remove non-functioning code and instead throw a more helpful platform-not-supported error by @​dotMorten
    ... (truncated)

8.0.83

What's Changed

Full Changelog: dotnet/maui@8.0.82...8.0.83

8.0.82

What's Changed

Full Changelog: dotnet/maui@8.0.80...8.0.82

8.0.80

What's Changed

Dependency Updates

8.0.72

What's Changed

Full Changelog: dotnet/maui@8.0.71...8.0.72

8.0.71

What's Changed

Full Changelog: dotnet/maui@8.0.70...8.0.71

8.0.70

What's Changed

Docs

Dependency Updates

8.0.61

What's Changed

New Contributors

Full Changelog: dotnet/maui@8.0.60...8.0.61

8.0.60

What's Changed

8.0.40

Behavior Change

What's Changed

8.0.21

What's Changed

Full Changelog: dotnet/maui@8.0.20...8.0.21

8.0.20

What's Changed

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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: Microsoft.AspNetCore.Components.WebView.Wpf
  dependency-version: 8.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 12, 2026
@github-actions
Copy link

Test Results

306 tests  ±0   304 ✅ ±0   55s ⏱️ +2s
  3 suites ±0     2 💤 ±0 
  3 files   ±0     0 ❌ ±0 

Results for commit 49a140b. ± Comparison against base commit 30c1639.

This pull request removes 3 and adds 2 tests. Note that renamed tests count towards both.
,False)
AdaptiveRemote.Services.ProgrammaticSettings.PersistSettingsTests ‑ PersistSettings_Set_ValidatesKeyName (Hello
AdaptiveRemote.Services.ProgrammaticSettings.PersistSettingsTests ‑ PersistSettings_Set_ValidatesValue (Invalid
AdaptiveRemote.Services.ProgrammaticSettings.PersistSettingsTests ‑ PersistSettings_Set_ValidatesKeyName (Hello
,False)
AdaptiveRemote.Services.ProgrammaticSettings.PersistSettingsTests ‑ PersistSettings_Set_ValidatesValue (Invalid
,False)

@jodavis jodavis merged commit 41050de into main Jan 12, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.AspNetCore.Components.WebView.Wpf-8.0.100 branch January 12, 2026 15:25
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