Replies: 1 comment
-
I think you want to ask on the MAUI repo https://github.com/dotnet/maui. This repo is for a community based toolkit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using .net Maui Blazor to develop Android and IOS applications. After updating my VS 2022 with the version 17.11.4, the Visual studio does not recognize anymore some commands that did before, for example @Inject NavigationManager NavManager;, @code {
[Parameter]
public bool _isExpand { get; set; } = false;
What is happening?
Beta Was this translation helpful? Give feedback.
All reactions