Skip to content
New issue

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

Update implicit global namespace support for WPF #4963

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

ryalanms
Copy link
Member

@ryalanms ryalanms commented Jul 30, 2021

Remove System.IO and System.Net.Http from the list of generated global usings and enable implicit global namespaces.

These are the global usings that will be included in the generated file when compiling a WPF application:

// <autogenerated />
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ryalanms ryalanms requested a review from a team as a code owner July 30, 2021 21:20
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jul 30, 2021
@ghost ghost requested review from fabiant3 and SamBent July 30, 2021 21:20
@ryalanms ryalanms merged commit 1e17fc9 into main Jul 30, 2021
@vishalmsft vishalmsft deleted the implicit.namespace.imports branch February 10, 2022 06:04
@ghost ghost locked as resolved and limited conversation to collaborators Apr 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants