dotnet / dotnet/winforms

Windows Forms VB project template should have implicit imports instead of explict

Open
#1,678 9 comments 0 reactions 1 assignee Claimed by @KlausLoeffelmann View on GitHub
area-Templates area-VisualBasic priority-3
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
20h 23m
Merged PRs (30d)
103

Description

* .NET Core Version: (e.g. 3.0 Preview1, or daily build number, use `dotnet --info`)
* Have you experienced this same bug with .NET Framework?: Yes/No

**Problem description:**

Unlike the VB Console App and WPF App, the Windows Forms template has some (but not all) "explicit" imports. These should be moved to the Windows Desktop SDK similar to the rest of the imports to keep the project file small by default.

``` XML


WinExe
netcoreapp3.0
WindowsFormsApp3
WindowsFormsApp3.Form1
true





```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.