We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.WindowsDesktop.App 6.0.0-preview.7.21356.1
If I do not add <DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> to project file, then WPF project cannot compile.
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
The text was updated successfully, but these errors were encountered:
You want to be aware of dotnet/sdk#18459 and implement global usings support once it is merged. I have dotnet/winforms#5183 waiting for it as well.
Possible related.
Sorry, something went wrong.
This will be disabled in WPF for Preview 7.
This has been disabled in Preview 7 and main. Thank you, @kant2002, for identifying the issue.
No branches or pull requests
Microsoft.WindowsDesktop.App 6.0.0-preview.7.21356.1
If I do not add
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
to project file, then WPF project cannot compile.The text was updated successfully, but these errors were encountered: