-
_Note: To add multiple packages, open a separate issue for each package._
**Details of the package(s) you want to add**
- Name of the package: my_own_mvvm_with_dependency_injection_blackjack_and…
-
### Description of the new feature / enhancement
Currently the UI/UX lives in a prototype project (Microsoft.CmdPal.UI.POC) and when the project is built, this UI is what is being leveraged.
We n…
-
### Description
Why don't .NET MAUI 9 compiled bindings support source-generated properties?
When I tried to use the MVVM Toolkit feature for a source-generated property from a backing field and bou…
-
### Describe the bug
i always use ObservableRecipient and its IsActive property, now it seems that does not support AOT/Trim.
Solution:
i created a new property for this:
[ObservableProperty]
public…
-
-
-
### Describe the bug
Created new Avalonia Project in .net 9, created new IServiceCollection, but no .AddMvvmNavigation() extension method. While building error CS0759: For the implementing declaratio…
-
### Description
Currently app code is not well designed, and no architecture implemented, we need to redesign the source to separate the business logic from UI thread to background. MVVM must be impl…
-
### Which component should be improved?
UI/UX
### Describe your feature suggestion in more detail
I had switched to linux a while back and was trying to use the Undertale Mod Tool in the wine compa…
-
# これから使用するアーキテクチャ:MVVMアーキテクチャ
### そもそもMVVMアーキテクチャって何?
↓この記事を参照した
いまさら人に聞けないMVVMの概要
https://qiita.com/naoi/items/05c2b1bba9b0fa4b0700
今までのアーキテクチャはView, Activityの二つに分かれていた。しかしプロジェクトが大きくなるにつれActiv…