-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementNew feature or requestNew feature or requestsample app 🖼source generator ⚙️
Description
Describe the bug
Would be nice to convert to something like:
[ToolkitSample(...)]
public sealed partial class MySample : Page
{
[ToolkitSampleNumericOption(min: 0.0, max: 1.0)]
public partial double MyRangeValue { get; set; } = 0.5;
}
This can make it clearer to see the properties in the code-behind (and use them there) as well.
Steps to reproduce
N/A
Expected behavior
N/A
Screenshots
No response
Code Platform
- UWP
- WinAppSDK / WinUI 3
- Web Assembly (WASM)
- Android
- iOS
- MacOS
- Linux / GTK
Windows Build Number
- Windows 10 1809 (Build 17763)
- Windows 10 1903 (Build 18362)
- Windows 10 1909 (Build 18363)
- Windows 10 2004 (Build 19041)
- Windows 10 20H2 (Build 19042)
- Windows 10 21H1 (Build 19043)
- Windows 11 21H2 (Build 22000)
- Other (specify)
Other Windows Build number
No response
App minimum and target SDK version
- Windows 10, version 1809 (Build 17763)
- Windows 10, version 1903 (Build 18362)
- Windows 10, version 1909 (Build 18363)
- Windows 10, version 2004 (Build 19041)
- Other (specify)
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
Yes, but only if others can assist.
Arlodotexe
Metadata
Metadata
Assignees
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementNew feature or requestNew feature or requestsample app 🖼source generator ⚙️