.NET-Community-Toolkit/CommunityToolkit.Mvvm.Sourc.../EmbeddedResources
Sergio Pedri 33c58e3eda Remove try/catch when awaiting tasks, ignore exceptions
This allows exceptions to remain unobserved and propagate to TaskScheduler.UnobservedTaskException. It will also be more efficient, as there is no longer an exception being thrown and handled if there's one.
2022-02-28 22:37:26 +01:00
..
INotifyPropertyChanged.cs Remove try/catch when awaiting tasks, ignore exceptions 2022-02-28 22:37:26 +01:00
NotNullAttribute.cs Fix conflicting generation of nullability attributes 2022-01-13 20:30:28 +01:00
NotNullIfNotNullAttribute.cs Fix conflicting generation of nullability attributes 2022-01-13 20:30:28 +01:00
ObservableObject.cs Remove try/catch when awaiting tasks, ignore exceptions 2022-02-28 22:37:26 +01:00
ObservableRecipient.cs Enable implementing OnActivated/OnDeactivated with [ObservableRecipient] 2021-12-31 17:58:12 +01:00