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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nukepayload2.SourceGenerators.MyWpfExtension" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nukepayload2.SourceGenerators.MyWpfExtension --version 1.0.2
#r "nuget: Nukepayload2.SourceGenerators.MyWpfExtension, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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> .

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.0.2 531 3/20/2021
1.0.1 432 3/16/2021
1.0.0 433 3/15/2021

Ensure My.Application.MainWindow is My.Windows.MainWindow