Nukepayload2.SourceGenerators.MyWpfExtension
1.0.2
dotnet add package Nukepayload2.SourceGenerators.MyWpfExtension --version 1.0.2
NuGet\Install-Package Nukepayload2.SourceGenerators.MyWpfExtension -Version 1.0.2
<PackageReference Include="Nukepayload2.SourceGenerators.MyWpfExtension" Version="1.0.2" />
paket add Nukepayload2.SourceGenerators.MyWpfExtension --version 1.0.2
#r "nuget: Nukepayload2.SourceGenerators.MyWpfExtension, 1.0.2"
// Install Nukepayload2.SourceGenerators.MyWpfExtension as a Cake Addin #addin nuget:?package=Nukepayload2.SourceGenerators.MyWpfExtension&version=1.0.2 // Install Nukepayload2.SourceGenerators.MyWpfExtension as a Cake Tool #tool nuget:?package=Nukepayload2.SourceGenerators.MyWpfExtension&version=1.0.2
VB "WPF My extension" generator for .NET Core 3.1 and .NET 5 or later.
Generates Visual Basic's My Namespace extension for Windows Presentation Foundation.
The generator writes the WPF specific part of My extension by default. For generating all members, please upgrade to .NET 5 or later, and use Windows Forms (Edit project file, add <UseWindowsForms>true</UseWindowsForms> to <PropertyGroup>), then reload the project.
Requirements:
- Visual Studio 16.9 or later
- .NET SDK 5.0.200 (this is the first version that supports Visual Basic 16.9)
Generated members:
- My.Application
- My.Windows
- My.Computer (.NET 5+ Windows Forms required)
- My.User (.NET 5+ Windows Forms required)
- My.Log (.NET 5+ Windows Forms required)
- My.Application.Info (.NET 5+ Windows Forms required)
Can't use generated members?
- Edit project file and add <IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation> to <PropertyGroup> .
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Ensure My.Application.MainWindow is My.Windows.MainWindow