WinFormsScraper 1.3.0

dotnet add package WinFormsScraper --version 1.3.0
                    
NuGet\Install-Package WinFormsScraper -Version 1.3.0
                    
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="WinFormsScraper" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinFormsScraper" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="WinFormsScraper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinFormsScraper --version 1.3.0
                    
#r "nuget: WinFormsScraper, 1.3.0"
                    
#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.
#:package WinFormsScraper@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WinFormsScraper&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=WinFormsScraper&version=1.3.0
                    
Install as a Cake Tool

Winforms Form Scraper

A small package to scrape some important control information from forms.

The scraper can either be called on a singular form, or an entire assembly ( Work in progress )

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-windows7.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.3.0 274 3/14/2024
1.2.1 155 3/14/2024
1.2.0 148 3/14/2024
1.1.75 145 3/13/2024
1.1.9 152 3/14/2024
1.1.8 136 3/14/2024
1.1.7 149 3/13/2024
1.1.6 151 3/13/2024
1.1.5 145 3/13/2024
1.1.4 143 3/13/2024
1.1.3 146 3/13/2024
1.1.2.2 136 3/13/2024
1.1.2.1 140 3/13/2024
1.1.2 146 3/13/2024
1.1.1 159 3/11/2024
1.1.0 160 3/11/2024
1.0.4 154 3/11/2024
1.0.3 154 3/11/2024
1.0.2 144 3/11/2024
1.0.0 151 3/11/2024

Bug Fixes