Create ICommand Failed #11811
Unanswered
FlytotheMuum
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Thanks for the report. Let's discuss first here, as it seems that the behavior you're observing is appropriate, since the member really is not used. Note that the default template uses |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess Possible ways to avoid the issue (ordered in my preference):
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current behavior
Templates Used: https://www.nuget.org/packages/Uno.Templates 4.8.8#
ModelView
Xaml
Program can't build with fail CS0067
Expected behavior
Build Sucessful
How to reproduce it (as minimally and precisely as possible)
.NET CLI
Workaround
......
#pragma warning disable CS0067
public event EventHandler? CanExecuteChanged;
......
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
Visual Studio 2022
IDE version
17.6 Preview 2.0
Relevant plugins
No response
Anything else we need to know?
No response
Beta Was this translation helpful? Give feedback.
All reactions