Skip to content

Conversation

@Sergio0694
Copy link
Contributor

Docs for Toolkit PR #3346

PR Checklist

Please check if your PR fulfills the following requirements:

  • Correctly picked the right branch to base the change off (master for new features, live for typos/improvements)
  • For new pages, used the provided template
  • For new features, added an entry in the Table of Contents
  • Ran against a spell and grammar checker
  • Contains NO breaking changes

@opbld30
Copy link

opbld30 commented Jul 21, 2020

Docs Build status updates of commit 73ab579:

🕙 Full build: the average full build time is 5 min(s) 36 sec(s), this is based on the last 19 build(s) for this repository.

⚠️ This is a FULL build due to a recent Docs Build service upgrade, normally no action is required on your part. In the result you find subsequent builds still performing full builds, please contact your repository admin to manually perform a full build on the 'master' branch. For more detailed info, please click here.


There are lots of different methods and overloads in the `ThrowHelper` class, providing access to the following exceptions (and mapping all their public constructors):

- [ArrayTypeMismatchException](https://docs.microsoft.com/dotnet/api/system.ArrayTypeMismatchException)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applications shouldn't throw ArrayTypeMismatchException ever. They should throw ArgumentException

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the docs but I couldn't actually find a line explicitly saying this shouldn't ever be thrown by user code (eg. like OutOfMemoryException). I thought this could still be useful in some cases, eg. in libraries that are implementing some custom array/span-like data structure (like we're doing in the new Memory2D<T> APIs, which do throw this exception in some cases to be consistent with the original Memory<T> APIs 🤔
Thoughts?

@john-h-k
Copy link

dotnet/runtime#29681

^ for future ref, this would be a suitable attribute to apply here

@opbld32
Copy link

opbld32 commented Jul 21, 2020

Docs Build status updates of commit c0e621e:

🕙 Full build: the average full build time is 5 min(s) 36 sec(s), this is based on the last 19 build(s) for this repository.

⚠️ This is a FULL build due to a recent Docs Build service upgrade, normally no action is required on your part. In the result you find subsequent builds still performing full builds, please contact your repository admin to manually perform a full build on the 'master' branch. For more detailed info, please click here.

@opbld32
Copy link

opbld32 commented Jul 21, 2020

Docs Build status updates of commit 4b1c607:

🕙 Full build: the average full build time is 5 min(s) 36 sec(s), this is based on the last 19 build(s) for this repository.

⚠️ This is a FULL build due to a recent Docs Build service upgrade, normally no action is required on your part. In the result you find subsequent builds still performing full builds, please contact your repository admin to manually perform a full build on the 'master' branch. For more detailed info, please click here.

Copy link
Collaborator

@michael-hawker michael-hawker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good overall, few comments. This really helps with understanding so I can review the base PR. Thanks!

@opbld32
Copy link

opbld32 commented Jul 21, 2020

Docs Build status updates of commit dc598de:

🕙 Full build: the average full build time is 5 min(s) 36 sec(s), this is based on the last 19 build(s) for this repository.

⚠️ This is a FULL build due to a recent Docs Build service upgrade, normally no action is required on your part. In the result you find subsequent builds still performing full builds, please contact your repository admin to manually perform a full build on the 'master' branch. For more detailed info, please click here.

@MicrosoftDocs MicrosoftDocs deleted a comment from opbld30 Aug 19, 2020
@MicrosoftDocs MicrosoftDocs deleted a comment from opbld31 Aug 19, 2020
@MicrosoftDocs MicrosoftDocs deleted a comment from opbld32 Aug 19, 2020
@MicrosoftDocs MicrosoftDocs deleted a comment from opbld32 Aug 19, 2020
@michael-hawker
Copy link
Collaborator

Re-opening to trigger new build.

@opbld30
Copy link

opbld30 commented Aug 19, 2020

Docs Build status updates of commit dc598de:

✅ Validation status: passed

File Status Preview URL Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@michael-hawker
Copy link
Collaborator

Think there's just the two fixes for my comments and this is ready to go!

Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
@opbld30
Copy link

opbld30 commented Aug 19, 2020

Docs Build status updates of commit 1075a12:

✅ Validation status: passed

File Status Preview URL Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld31
Copy link

opbld31 commented Aug 19, 2020

Docs Build status updates of commit 1075a12:

✅ Validation status: passed

File Status Preview URL Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld31
Copy link

opbld31 commented Aug 19, 2020

Docs Build status updates of commit d3d83a4:

✅ Validation status: passed

File Status Preview URL Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld30
Copy link

opbld30 commented Aug 29, 2020

Docs Build status updates of commit d99dbc7:

⚠️ Validation status: warnings

File Status Preview URL Details
dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeInput.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.Helpers/PrintHelper.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeElement.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazePointer.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI/AdvancedCollectionView.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/BladeItem.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/DataGrid.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Carousel.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/EyedropperToolButton.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Eyedropper.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/MasterDetailsView.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBoxItem.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml ⚠️Warning View Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeInput.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.ValueSet'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Page'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.WebHostHiddenAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.Helpers/PrintHelper.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Panel'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.

dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeElement.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.WebHostHiddenAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.

dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazePointer.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IClosable.Close'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.ValueSet'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncOperation`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IClosable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI/AdvancedCollectionView.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPosition(System.Int32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.CurrentChangingEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.CurrentChanging'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.IsCurrentBeforeFirst'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToNext'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToLast'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToFirst'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.HasMoreItems'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ISupportIncrementalLoading.HasMoreItems'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPrevious'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentTo(System.Object)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncOperation`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.LoadMoreItemsResult'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.LoadMoreItemsAsync(System.UInt32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ISupportIncrementalLoading.LoadMoreItemsAsync(System.UInt32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.VectorChangedEventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IObservableVector`1.VectorChanged'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.IsCurrentAfterLast'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IIterable`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IObservableVector`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IVector`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ISupportIncrementalLoading'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IObservableVector`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.CollectionGroups'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/BladeItem.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Visibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Visibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ContentControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/DataGrid.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionViewGroup'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ScrollBarVisibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Control'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement.OnCreateAutomationPeer'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.StyleTypedPropertyAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplateVisualStateAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionViewGroup'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionViewGroup'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Automation.Peers.AutomationPeer'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ScrollBarVisibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.RoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.IncrementalLoadingTrigger'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Carousel.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Animation.EasingFunctionBase'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Orientation'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/EyedropperToolButton.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.ButtonBase'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Eyedropper.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Control'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.ImageSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/MasterDetailsView.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplateVisualStateAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Control'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplateVisualStateAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ListViewBase'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.DataTemplateSelector'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBox'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBoxSuggestionChosenEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.IconSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBox'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBoxQuerySubmittedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBox'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBoxTextChangedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl.ItemsSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.DataTemplateSelector'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBoxItem.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.RoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.RoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ListViewItem'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.DefaultOverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource.AnimatedVisualInvalidated'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisual'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Composition.Compositor'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource.TryCreateAnimatedVisual(Windows.UI.Composition.Compositor,System.Object@)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld33
Copy link

opbld33 commented Aug 29, 2020

Docs Build status updates of commit a6b84d5:

⚠️ Validation status: warnings

File Status Preview URL Details
dotnet/xml/Microsoft.Toolkit.Uwp.Helpers/PrintHelper.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeInput.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeElement.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazePointer.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI/AdvancedCollectionView.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/BladeItem.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/DataGrid.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Carousel.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Eyedropper.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/EyedropperToolButton.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/MasterDetailsView.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBoxItem.xml ⚠️Warning View Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml ⚠️Warning View Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

dotnet/xml/Microsoft.Toolkit.Uwp.Helpers/PrintHelper.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Panel'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.

dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeInput.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Page'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.ValueSet'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TimeSpan'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.WebHostHiddenAttribute'.

dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazeElement.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.WebHostHiddenAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.

dotnet/xml/Microsoft.Toolkit.Uwp.Input.GazeInteraction/GazePointer.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncOperation`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IClosable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.EventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.ValueSet'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IClosable.Close'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI/AdvancedCollectionView.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPrevious'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.CurrentChangingEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.CurrentChanging'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToNext'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToPosition(System.Int32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.VectorChangedEventHandler`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IObservableVector`1.VectorChanged'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.IsCurrentBeforeFirst'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.IsCurrentAfterLast'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.HasMoreItems'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ISupportIncrementalLoading.HasMoreItems'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToLast'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IIterable`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IObservableVector`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IVector`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ISupportIncrementalLoading'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Collections.IObservableVector`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.CollectionGroups'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentTo(System.Object)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.MoveCurrentToFirst'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncOperation`1'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.LoadMoreItemsResult'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionView.LoadMoreItemsAsync(System.UInt32)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ISupportIncrementalLoading.LoadMoreItemsAsync(System.UInt32)'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/BladeItem.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Visibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Visibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ContentControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/DataGrid.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionViewGroup'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Automation.Peers.AutomationPeer'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.UIElement.OnCreateAutomationPeer'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ScrollBarVisibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Control'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.StyleTypedPropertyAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplateVisualStateAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ScrollBarVisibility'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.IncrementalLoadingTrigger'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.RoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionViewGroup'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Data.ICollectionViewGroup'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Carousel.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Animation.EasingFunctionBase'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Orientation'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/Eyedropper.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Control'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.ImageSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/EyedropperToolButton.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.FrameworkElement'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Input.PointerRoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.ButtonBase'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/MasterDetailsView.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplateVisualStateAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Media.Brush'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.CommandBar'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.SelectionChangedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Control'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplateVisualStateAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragCompletedEventHandler'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.Primitives.DragStartedEventHandler'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBox.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.DataTemplateSelector'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ItemsControl.ItemsSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DataTemplate'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ListViewBase'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBox'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBoxQuerySubmittedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBox'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBoxTextChangedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBox'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.AutoSuggestBoxSuggestionChosenEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.IconSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.DataTemplateSelector'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Controls/TokenizingTextBoxItem.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.RoutedEventArgs'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Style'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.Controls.ListViewItem'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.TemplatePartAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.RoutedEventArgs'.

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.DefaultOverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource.AnimatedVisualInvalidated'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisual'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Composition.Compositor'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource.TryCreateAnimatedVisual(Windows.UI.Composition.Compositor,System.Object@)'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Copy link
Contributor

@Kyaa-dost Kyaa-dost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just minor fixes 🚀

Sergio0694 and others added 2 commits December 5, 2020 00:31
Co-authored-by: Kyaa Dost <[email protected]>
Co-authored-by: Kyaa Dost <[email protected]>
@opbld32
Copy link

opbld32 commented Dec 4, 2020

Docs Build status updates of commit cb61405:

⚠️ Validation status: warnings

File Status Preview URL Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml ⚠️Warning View Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource.AnimatedVisualInvalidated'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisual'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Composition.Compositor'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource.TryCreateAnimatedVisual(Windows.UI.Composition.Compositor,System.Object@)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.DefaultOverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld33
Copy link

opbld33 commented Dec 4, 2020

Docs Build status updates of commit 30b2e23:

⚠️ Validation status: warnings

File Status Preview URL Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml ⚠️Warning View Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisual'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Composition.Compositor'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource.TryCreateAnimatedVisual(Windows.UI.Composition.Compositor,System.Object@)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource.AnimatedVisualInvalidated'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.DefaultOverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld30
Copy link

opbld30 commented Dec 4, 2020

Docs Build status updates of commit 30b2e23:

⚠️ Validation status: warnings

File Status Preview URL Details
dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml ⚠️Warning View Details
docs/developer-tools/ThrowHelper.md ✅Succeeded View
docs/toc.md ✅Succeeded View

dotnet/xml/Microsoft.Toolkit.Uwp.UI.Lottie/LottieVisualSource.xml

  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.TypedEventHandler`2'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource.AnimatedVisualInvalidated'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisual'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Composition.Compositor'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource.TryCreateAnimatedVisual(Windows.UI.Composition.Compositor,System.Object@)'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyProperty'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Uri'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IAsyncAction'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Storage.StorageFile'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.DefaultOverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.OverloadAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Microsoft.UI.Xaml.Controls.IDynamicAnimatedVisualSource'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.UI.Xaml.DependencyObject'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ActivatableAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.MarshalingBehaviorAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.StaticAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.ThreadingAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.Metadata.VersionAttribute'.
  • Line 0, Column 0: [Warning-xref-not-found] Cross reference not found: 'Windows.Foundation.IStringable.ToString'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@nmetulev nmetulev merged commit 15903a7 into MicrosoftDocs:master Feb 10, 2021
@Sergio0694 Sergio0694 deleted the feature/throw-helper-apis branch February 10, 2021 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants