CodeFactory.WinVs 2.25220.0.1-PreRelease

This is a prerelease version of CodeFactory.WinVs.
dotnet add package CodeFactory.WinVs --version 2.25220.0.1-PreRelease
                    
NuGet\Install-Package CodeFactory.WinVs -Version 2.25220.0.1-PreRelease
                    
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="CodeFactory.WinVs" Version="2.25220.0.1-PreRelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeFactory.WinVs" Version="2.25220.0.1-PreRelease" />
                    
Directory.Packages.props
<PackageReference Include="CodeFactory.WinVs" />
                    
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 CodeFactory.WinVs --version 2.25220.0.1-PreRelease
                    
#r "nuget: CodeFactory.WinVs, 2.25220.0.1-PreRelease"
                    
#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 CodeFactory.WinVs@2.25220.0.1-PreRelease
                    
#: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=CodeFactory.WinVs&version=2.25220.0.1-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CodeFactory.WinVs&version=2.25220.0.1-PreRelease&prerelease
                    
Install as a Cake Tool

The CodeFactory API that supports Visual Studio - Windows

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CodeFactory.WinVs:

Package Downloads
CodeFactory.WinVs.SDK

Software development kit for building CodeFactory automation in Visual Studio - Windows.

CodeFactory.WinVs.Wpf

Library that provides custom dialog screens hosted in Visual Studio for Windows, hosted for CodeFactory automation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.25220.0.1-PreRelease 135 8/8/2025
2.25165.0.1-PreRelease 116 6/16/2025
2.24224.0.1-PreRelease 106 8/11/2024
2.23160.1-PreRelease 185 6/10/2023
2.23158.1-PreRelease 130 6/7/2023
2.23157.1-PreRelease 134 6/6/2023
2.23149.1-PreRelease 125 5/30/2023

Release Updates for 2.25220.0.1

 Recompile Release:
 When you update your automation to this version of the SDK.
 You will need to recompile your automation projects to the new version of the SDK, and make sure you have the CodeFactory runtime at least the same version or higher.

 Command External Configuration Updates:
 Deprecated the use of the CommandManager class. All command configuration is now done through the ExternalConfig class.
 ConfigParameter now supports multiple value types including string, bool, datetime and list.

 External Configuration Editor:
 All CodeFactory command projects now have an external configuration editor that handles the configuration of the commands that are hosted in a CFA file.
 The editor is triggered by right clicking on the Solution node in solution explorer and selecting [cF] Automation Configuration.

 Transaction History:
 CodeFactory now tracks the historical statics of all commands that write to files in projects and the solution.
 The following statics are tracked:
 - Name of the file updated.
 - Name of the project the file resides in or null if it is not part of a project.
 - Name of the solution the file resides.
 - Relative path of the file from the project or solution root.
 - Number of characters written to the file omitting the white space characters and line returns.
 - Number of lines written to the file, omitting the lines with no content.

 Transaction Results:
 You can now get the transaction results from any insert or replace operation. This will return the above statics for the transaction.