CsWinRT
CsWinRT copied to clipboard
Bug: Factory and static methods are not propagating the experimental tag
Description
When utilizing an experimental method, warnings are not shown in Visual Studio that an experimental method is used.
Steps To Reproduce
I think this repros for any experimental method. My specific scenario:
- Using
<WindowsSdkPackageVersion>10.0.26100.67-preview</WindowsSdkPackageVersion> - Usage of
Windows.AI.Actions.ActionEntityFactory.CreateContactEntitydoes not produce a warning even though it is experimental.
Expected Behavior
I would expect to see CS8305 in outputs and IntelliSense.
Version Info
CsWinRT: 2.2.0 WindowsSdkPackageVersion: 10.0.26100.67-preview
Additional Context
No response