We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we rely on a plain list ObservableCollection<ProcessModel> Processes model.
ObservableCollection<ProcessModel> Processes
This is problematic in some ways.
Currently, I am thinking about declaring some sort of observable dictionary (is there such a class in BCL? if not, we could create our own).
Make sure to review and eliminate every instance of TODO[#5] in the application code.
TODO[#5]
The text was updated successfully, but these errors were encountered:
Is that implementation match to you want? https://github.com/RicoSuter/NSwag/blob/master/src/NSwag.Core/Collections/ObservableDictionary.cs
Sorry, something went wrong.
Yep, could be.
(#5) Connect TODOs with the issue
5339e8d
If you are going to stick with ReactiveUI it is possible to use SourceCache from DynamicData package.
EDIT: I mean ReactiveUI already has reference to DynamicData so no new packages are needed
No branches or pull requests
Currently, we rely on a plain list
ObservableCollection<ProcessModel> Processes
model.This is problematic in some ways.
Currently, I am thinking about declaring some sort of observable dictionary (is there such a class in BCL? if not, we could create our own).
Make sure to review and eliminate every instance of
TODO[#5]
in the application code.The text was updated successfully, but these errors were encountered: