Thomas Ibel

Results 17 issues of Thomas Ibel

https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/host-standard-control-with-xaml-islands

area-Demo

Currently when you build Item & Project templates instead of looking at the project contents all of the files on disk will be included. Including some system files like `Thumbs.db`...

bug

And what about WP8 version.

How does this library compare to _Microsoft.Extensions.Hosting.Systemd_? What are the differences?

- updated package dependencies (only bugfix and minor) - fixed xunit warnings - added solution file

Check if creating and implementing `INotifyCollectionChanging` makes sense - add `INotifyCollectionChanging` interface - with `RegisterCollectionChangingWeak()` helper method - dotnet/runtime#34140 - dotnet/runtime#18087 - https://github.com/dotnet/runtime/blob/main/src/libraries/System.ObjectModel/src/System/Collections/ObjectModel/ObservableCollection.cs - https://github.com/DustinCampbell/SimpleMVVM/blob/master/Source/SimpleMVVM/Collections/BulkObservableCollection.cs

question

Evaluate source generator for `INotifyPropertyChanged`. see https://github.com/canton7/PropertyChanged.SourceGenerator

question