Replies: 1 comment 6 replies
-
The file is generated by the To get it generated you only need to install that package and have a class named If you are not planning to use feeds, you can just remove the About feeds: https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Reactive/concept.html |
Beta Was this translation helpful? Give feedback.
-
I'm analyzing this sample to use as a starting block for my own application. There is one part that I can't figure out, how is the the ReactiveViewModelMappings file generated? I can see the generated file, but when I copy the Todo solution this file is not generated any more. I've tried to search for source generators, etc, and I can see that there is a reference to the Uno.SourceGenerationTasks nuget package, but I can't find any other references to how this file is generated. Can someone please fill me in how this file is generated? It's referenced in this line:
https://github.com/unoplatform/uno.todo/blob/main/src/ToDo.UI/App.xaml.host.cs#L64
Beta Was this translation helpful? Give feedback.
All reactions