回答編集履歴

1

見直しキャンペーン中

2023/07/30 04:46

投稿

TN8001
TN8001

スコア9350

test CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  [[Feature] MVVM Toolkit vNext: source generators! 🚀 · Issue #8 · CommunityToolkit/dotnet](https://github.com/CommunityToolkit/dotnet/issues/8)
5
5
 
6
- ```xaml
6
+ ```xml
7
7
  <Window
8
8
  x:Class="Q25h9y4015oa2bx.MainWindow"
9
9
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -44,7 +44,7 @@
44
44
  </Window>
45
45
  ```
46
46
 
47
- ```C#
47
+ ```cs
48
48
  using System.Collections.ObjectModel;
49
49
  using System.Windows;
50
50
  using System.Windows.Controls;
@@ -81,7 +81,7 @@
81
81
  }
82
82
  ```
83
83
 
84
- ```C#
84
+ ```cs
85
85
  using System;
86
86
  using System.Threading.Tasks;
87
87
  using CommunityToolkit.Mvvm.ComponentModel;