Browse Source
Calls to `System.Diagnostics.Debug` are removed in release builds meaning nothing was getting logged. Fixes #4901pull/4903/head
9 changed files with 30 additions and 18 deletions
@ -1,3 +1,4 @@ |
|||
Compat issues with assembly Avalonia.Base: |
|||
CannotAddAbstractMembers : Member 'protected System.IObservable<Avalonia.AvaloniaPropertyChangedEventArgs> Avalonia.AvaloniaProperty.GetChanged()' is abstract in the implementation but is missing in the contract. |
|||
Total Issues: 1 |
|||
TypesMustExist : Type 'Avalonia.Logging.DebugLogSink' does not exist in the implementation but it does exist in the contract. |
|||
Total Issues: 2 |
|||
|
|||
Loading…
Reference in new issue