Bump coverlet.collector and 4 others#57
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps coverlet.collector from 8.0.0 to 10.0.0 Bumps coverlet.msbuild from 8.0.0 to 10.0.0 Bumps Microsoft.Windows.SDK.BuildTools from 10.0.26100.7705 to 10.0.28000.1839 Bumps Microsoft.WindowsAppSDK from 1.8.260209005 to 2.0.1 Bumps TUnit from 1.19.57 to 1.43.11 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-packages - dependency-name: coverlet.msbuild dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-packages - dependency-name: Microsoft.Windows.SDK.BuildTools dependency-version: 10.0.28000.1839 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-packages - dependency-name: Microsoft.WindowsAppSDK dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-packages - dependency-name: TUnit dependency-version: 1.43.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #58. |
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.
Updated coverlet.collector from 8.0.0 to 10.0.0.
Release notes
Sourced from coverlet.collector's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
Commits viewable in compare view.
Updated coverlet.msbuild from 8.0.0 to 10.0.0.
Release notes
Sourced from coverlet.msbuild's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
Commits viewable in compare view.
Updated Microsoft.Windows.SDK.BuildTools from 10.0.26100.7705 to 10.0.28000.1839.
Updated Microsoft.WindowsAppSDK from 1.8.260209005 to 2.0.1.
Release notes
Sourced from Microsoft.WindowsAppSDK's releases.
2.0.1
WinAppSDK 2.0 is the next major release of the Windows App SDK, the first major version update since 1.0 (November 2021) and the first release on the new Semantic Versioning scheme. It ships new XAML capabilities, a modernized Storage Pickers surface, expanded popup and anchoring APIs in
Microsoft.UI.Content, a new package deployment and validation framework, a refactored Windows ML stack, and additions across the Windows AI surface.What's new in WinAppSDK 2.0:
Microsoft.Windows.Management.Deploymentnamespace adds a newIPackageValidatorframework with three built-in validators (PackageCertificateEkuValidator,PackageFamilyNameValidator,PackageMinimumVersionValidator), plus a newPackageVolumeAPI for managing the storage volumes that packages are staged onto.Microsoft.Windows.AI.MachineLearning, with a minimal set of dependencies that supports apps down to Windows 10 v1903. The existingMicrosoft.WindowsAppSDK.MLpackage continues to support Windows 10 v1809. The included ONNX Runtime version has been updated to 1.24.5.AIFeatureReadyStatevalues (CapabilityMissing,NotCompatibleWithSystemHardware,OSUpdateNeeded) help apps explain transient and durable failures during AI model acquisition so users get actionable guidance instead of a generic "not ready" condition. Phi Silica APIs are now enforced as part of a Limited Access Feature (LAF); see Phi Silica for details.Microsoft.Windows.Storage.PickersAPI (introduced in 1.8) is extended with file type choice grouping, persistent settings identifiers, suggested start folders, custom titles, multi-folder picking, and more, acrossFileOpenPicker,FileSavePicker, andFolderPicker.SystemBackdropElementis a new lightweightFrameworkElementthat lets apps place a system backdrop such as Mica or Acrylic anywhere within the XAML layout, with aCornerRadiusproperty for rounded backdrop areas. It closes a long-standing WinUI 3 gap where in-app acrylic effects (previously straightforward in WinUI 2 viaAcrylicBrush.BackgroundSource) had no direct equivalent.IXamlCondition) enable developers to define custom conditions that integrate with XAML's conditional namespace syntax and are evaluated at XAML parse time. This replaces the experimentalIXamlPredicateinterface and unlocks conditional XAML based on feature flags, device capabilities, business logic, configuration settings, and other runtime conditions.Microsoft.UI.Content. The newPopupAnchorAPI allowsDesktopPopupSiteBridgeto anchor to its owning window or island instead of being limited to absolute screen coordinates, with newAnchoringBehaviorandAnchoringPixelAlignmentproperties to control the behavior.Notable bug fixes:
MSB8027andLNK4042build warnings caused by duplicateClCompileitems in Windows App SDK NuGet.targetsfiles.CoreWebView2Controllerwhile the controller was not visible.RegisterCertifiedAsyncagain in the same process incorrectly returned 0 execution providers (EP).To see everything that's new and changed, including upgrade guidance and known issues, see the full Windows App SDK 2.0 release notes.
Try it out
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
2.0-preview1
2.0 Preview 1 (2.0-preview1) 🔃
The first preview of WinAppSDK 2.0 is now available! Check out the release notes for more information on the new & updated features and known issues.
Updates to this version:
Updated ONNX Runtime version to 1.24 RC.
New
InputFocusController.ShouldShowKeyboardCuesproperty to guide developers on whether to show keyboard cues right after the creation of aContentIsland.New convenience API
PointerPoint.GetCurrentPoint, to allow developers to get the activePointerPointdata from the providedpointerId.Improved
DeleteIndexreliability. SometimesDeleteIndexwould fail with ERROR_SHARING_VIOLATION.App Content Search are part of a separate
Microsoft.Windows.Searchpackage instead of being part ofMicrosoft.Windows.AI package.New
AppContentIndexerAPIs and renamedAppContentIndexerAPIs.Bugs fixed in the new WinAppSDK Release:
RegisterCertifiedAsyncis called again in the same process, it incorrectly returns 0 execution providers (EP).Providing feedback
As we introduce new & upcoming features in our preview releases, we appreciate all of your feedback as we work towards a stable release:
2.0-exp7
Windows App SDK 2.0-Experimental7 (2.0.0-experimental7) 🧪
Windows App SDK 2.0 Experimental 7 is the latest experimental release, headlined by experimental CMake support for
C++ developers and rolling forward all changes from 2.0-Preview1 and 2.0-Preview2 alongside additional experimental
work.
What's new in WinAppSDK 2.0 Experimental 7:
find_package()can automatically discover targets, headers, libraries, and runtime DLLs without manual path configuration. This is an early flight to gather community feedback, so naming conventions and configuration patterns may change based on developer input. See the full release notes for the overview, sample apps, and how to share feedback.improvements.
Microsoft.Windows.Management.Deployment(PackageVolume,IPackageValidator) andMicrosoft.Windows.Storage.Pickers(custom dialog titles, persistent settings, multi-folder picker, and more) APIs.Bugs fixed:
ImageDescription.DescribeAsyncfailing withInternalErrorwhen called concurrently from multiple threads.To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
2.0-exp6
Windows App SDK 2.0-Experimental6 (2.0.0-experimental6)
WinAppSDK 2.0.0 Experimental 6 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.
What's new in WinAppSDK 2.0 Experimental 6:
NPUPowerModehas been deprecated in favor of newer power management APIs.GetReadyStatenow gracefully returnsNotSupportedwhen the session broker is unavailable, instead of throwing an exception.DeleteIndexreliability.Microsoft.Windows.Searchpackage instead of being part ofMicrosoft.Windows.AI package.Bugs fixed:
ImageDescription.DescribeAsyncfailing withInternalErrordue to a race conditionTo see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
2.0-exp5
Windows App SDK 2.0-Experimental5 (2.0.0-experimental5)
WinAppSDK 2.0.0 Experimental 5 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.
What's new in WinAppSDK 2.0 Experimental 5:
Bugs fixed:
To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
2.0-exp4
Windows App SDK 2.0-Experimental4 (2.0.0-experimental4)
WinAppSDK 2.0.0 Experimental 4 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.
What's new in WinAppSDK 2.0 Experimental 4:
Bugs fixed:
To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
2.0-exp3
Windows App SDK 2.0-Experimental3 (2.0.0-experimental3)
WinAppSDK 2.0.0 Experimental 3 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.
What's new in WinAppSDK 2.0 Experimental 3:
AppIndexQuerytype has been split into two distinct types:AppIndexTextQueryandAppIndexImageQuery.AppContentIndexer.CreateQuerymethod has been replaced with:CreateTextQueryandCreateImageQueryCreateTextQuerymethod now returnsAppIndexTextQueryCreateImageQuerymethod now returnsAppIndexImageQueryAppContentIndexnamespace now returnsIVectorViewAppContentIndexer.WaitForIndexingIdleAsyncmethod now accepts aTimeSpanparameter instead of an integerVideoScalerdelivers real-time video enhancements, enabling developers to provide sharper, clearer visuals across conferencing, steaming and editing platforms even under poor network conditions.TextRewriterincludes new create styles like "Goofy" or "Pirate"SplitMenuFlyoutItemprovides a split button experience within a menu flyout.ImageGeneratorprovides powerful image generation capabilities for Text-to-Image, Image-to-Image, Magic fill, Coloring book, and restyle.WinMLCatalogModeltoModelCatalogCatalogModelSourcetoModelCatalogSourceWinMLModelCatalogFindModeltoFindModelAsyncFindAllModeltoFindAllModelsAsyncCatalogModelInfoCatalogModelInfo.Sizeto `CatalogModelInfo.ModelSizeInBytesCreateFromUrimethod toCreateFromUriAsyncGetInstancemethod toGetInstanceAsyncRevisiontoVersionAliastoNameDisplayNamePublisherModelCatalognow returns a list of Execution Providers (EPs) when an instance is created.CatalogModelInstanceResult to use.GetInstalnce()` to retrieve instanceCatalogModelStatusto now return Ready or NotReady based on local availabilityCatalogModelInstanceStatusto separate instance status from model statusBugs fixed:
To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
... (truncated)
2.0-exp2
Windows App SDK 2.0-Experimental2 (2.0.0-experimental2)
WinAppSDK 2.0.0 Experimental 2 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.
What's new in WinAppSDK 2.0.0 Experimental 2:
InputUnderlyingWindowControllerallows callers to specify the HWND that will receive the input messages originally directed to aContentIslandcreated from aSystemVisualSystemBackdropHostprovides XAML-compatible approach to placing a system backdrop anywhere within an application's visual tree.PopupAnchornow allowsDesktopPopupSiteBridgeto support relative positioning by anchoring to its owning window or island.Storage.Pickersupdate streamlines file and folder selection by letting developers set initial and persistent folder locations, and by grouping filetype filters with clear labels for easier navigation.WrapPanelallows arranging child elements in a sequential position from left to right, items overflowing the line will break to the next line automatically.To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
2.0-exp1
Windows App SDK 2.0-Experimental1 (2.0.250930001-experimental1)
WinAppSDK 2.0 Experimental 1 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.
What's new in WinAppSDK 2.0.0 Experimental 1:
The following bugs have been fixed:
To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.
Try it out
Getting Started
To get started using Windows App SDK to develop Windows apps, check out the following documentation:
Commits viewable in compare view.
Updated TUnit from 1.19.57 to 1.43.11.
Release notes
Sourced from TUnit's releases.
1.43.11
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.43.2...v1.43.11
1.43.2
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.41.0...v1.43.2
1.41.0
TUnit Should() Assertions (beta)
This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);For more information see the docs: https://tunit.dev/docs/assertions/should-syntax
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.40.10...v1.41.0
1.40.10
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.40.5...v1.40.10
1.40.5
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.40.0...v1.40.5
1.40.0
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.39.0...v1.40.0
1.39.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.37.36...v1.39.0
1.37.36
What's Changed
Other Changes
Full Changelog: thomhurst/TUnit@v1.37.35...v1.37.36
1.37.35
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.37.24...v1.37.35
1.37.24
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.37.10...v1.37.24
1.37.10
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.37.0...v1.37.10
1.37.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.36.0...v1.37.0
1.36.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.35.2...v1.36.0
1.35.2
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.35.0...v1.35.2
1.35.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.34.5...v1.35.0
1.34.5
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.34.0...v1.34.5
1.34.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.33.0...v1.34.0
1.33.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.32.0...v1.33.0
1.32.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.31.0...v1.32.0
1.31.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.30.8...v1.31.0
1.30.8
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.30.0...v1.30.8
1.30.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.29.0...v1.30.0
1.29.0
What's Changed
Other Changes
Dependencies
Description has been truncated