Skip to content

Commit 07be9f2

Browse files
Regen scenarios.json (64 scenarios)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 03f3961 commit 07be9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/scenarios/_generated/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,5 +1471,5 @@
14711471
"rawCode": "// id: textblock-basic\r\n// intent: display a simple text label\r\n#:package Microsoft.UI.Reactor@0.0.0-local\r\n#:property Platform=ARM64\r\n\r\nusing Microsoft.UI.Reactor;\r\nusing static Microsoft.UI.Reactor.Factories;\r\n\r\nReactorApp.Run\u003CApp\u003E(\u0022TextBlock Basic\u0022, width: 400, height: 300);\r\n\r\nclass App : Component\r\n{\r\n public override Element Render()\r\n {\r\n return VStack(\r\n TextBlock(\u0022Hello from Reactor.\u0022),\r\n TextBlock(\u0022TextBlock displays read-only text content.\u0022),\r\n TextBlock(\u0022Use it for labels, hints, and short status messages.\u0022));\r\n }\r\n}\r\n"
14721472
}
14731473
],
1474-
"generatedAt": "2026-05-29T16:15:05.0370088\u002B00:00"
1474+
"generatedAt": "2026-05-29T16:19:51.9199352\u002B00:00"
14751475
}

0 commit comments

Comments
 (0)