-
### Another report
> This issue was submitted by the add-in's exception handler.
#### Exception:
````csharp
System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A0…
-
Game Version: 1.0.4d
Mod Version: 1.06.0
Create the following w/25 points:
Starts on a blank screen, need to click the Portrait tab to start the respec.
- Monk Scaled Fist
- Kitsune Male
- Kit…
-
**Для прочтения (basic):**
- [iOS Unit Testing and UI Testing Tutorial](https://www.raywenderlich.com/709-ios-unit-testing-and-ui-testing-tutorial)
- [Difference between stubs and mocks](https://sta…
-
### MVC
#### コンセプト
- M を分離し、M をメンタルモデルと一致させる
#### 役割
- C がユーザの操作を受け付け、M を呼び出す
- M が自身を更新する
- V が M を監視し、自身を更新する
#### 補足
- Observer パターンによる同期(オブサーバー同期)により PDS を実現
- PDS を実現した最初の GUIアーキテクチャパターン…
-
### Describe the bug
When I learn the Messenger part of CommunityToolkit.Mvvm by following the official sample from "MVVM Toolkit Sample App" software, I find that the sample code doesn't work when…
-
- [x] Apprentissage des différents types d'architecture
- [x] Choix de l'architecture
- [ ] Structure des paquets
- [ ] Explication sur les choix de l'architecture (Markdown/Wiki)
- [ ] Explicatio…
-
**Description**
I have a WPF application using WebView2 and Prism for MVVM.
I'm listening to the event _"CoreWebView2InitializationCompleted"_ on both the code-behind, and on the ViewModel (via _"pr…
-
### Describe the bug
`dotnet publish` fails when trying to use the .NET 8 win-x64 RID as suggested by this [breaking change](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-gr…
-
# Task 2 Check list
- [x] text is in C# and use .NET
- [ ] build succeeded
- [ ] all UT are green
- [x] Object model representing process data (reuse it from Task1)
- [x] layers are clearly sta…
-
MVC is the thing that everyone knows - or at least thinks they know, because most frameworks say that's how they're built. So it ends up being the default because it's been around long enough for peop…