Skip to content

Commit

Permalink
chore: Adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jun 13, 2024
1 parent 95388cb commit 074b0e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/articles/uno-build-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ On iOS and Catalyst, calling `Dispose()` or `Dispose(bool)` on a type inheriting

Invocations to `Dispose` can cause the application to crash in `__NSObject_Disposer drain`, cause `ObjectDisposedException` exception to be thrown. More information can be found in [xamarin/xamarin-macios#19493](https://github.com/xamarin/xamarin-macios/issues/19493).

<<<<<<< HEAD
=======
### UNO0006

**Call 'InitializeComponent()' from code-behind**
Expand All @@ -140,7 +138,6 @@ Some components like `ProgressRing` and `MediaPlayerElement` requires you to ref
- For `ProgressRing`, it requires Lottie dependency. For more information about adding Lottie to your project, see [Lottie for Uno](xref:Uno.Features.Lottie).
- For `MediaPlayerElement` on WebAssembly or Gtk, it requires `Uno.WinUI.MediaPlayer.WebAssembly` or `Uno.WinUI.MediaPlayer.Skia.Gtk` NuGet package. For more information, see [MediaPlayerElement](xref:Uno.Controls.MediaPlayerElement).

>>>>>>> 722b2e8f7b (feat: Add analyzer for missing packages when using ProgressRing or MPE)
## XAML Errors

### UNOX0001
Expand Down

0 comments on commit 074b0e7

Please sign in to comment.