You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Filter ExcludeMultiTargets out of supportedMultiTargets
288
242
# For display purposes only. The actual build uses the EnabledMultiTargets.props + EnabledTargetFrameworks.props to calculate supported targets at build time.
Tests WinUI support for a specific component and its requested MultiTargets.
4
+
5
+
.DESCRIPTION
6
+
This script tests WinUI support for a specific component and its requested MultiTargets. It checks if the requested MultiTargets are supported by the component and if the WinUI version is compatible.
7
+
8
+
.PARAMETERSupportedMultiTargets
9
+
Specifies known supported MultiTargets for the given component. Is retrieved if not specified.
10
+
11
+
.PARAMETERRequestedMultiTargets
12
+
Specifies the MultiTarget TFM(s) to include for building the components. The default value is 'all'. If not specified, it will use the supported MultiTargets.
13
+
14
+
.PARAMETERComponent
15
+
Specifies the names of the components to build. Defaults to all components.
16
+
17
+
.PARAMETERWinUIMajorVersion
18
+
Specifies the WinUI major version to use when building for Uno. Also decides the package id and dependency variant.
Tests if the 'MarkdownTextBlock' component supports the 'uwp' and 'wasm' target frameworks with WinUI 2. Returns an object indicating if the component is supported and the reason if not.
Tests if the 'DataTable' component supports all target frameworks with WinUI 3, using the explicitly provided supported MultiTargets instead of retrieving them.
0 commit comments