After installing the NuGet package into my VS 2026 solution that targets .NET 10 I tried to add a using statement in my code but get an error:
The type or namespace 'ObservableCollectionEx' could not be found (are you missing a using directive or assembly reference?)
Apparently not compatible with .NET 10????
After installing the NuGet package into my VS 2026 solution that targets .NET 10 I tried to add a using statement in my code but get an error:
The type or namespace 'ObservableCollectionEx' could not be found (are you missing a using directive or assembly reference?)
Apparently not compatible with .NET 10????