CodeFactory.WinVs.SDK 2.25220.0.1-PreRelease

This is a prerelease version of CodeFactory.WinVs.SDK.
dotnet add package CodeFactory.WinVs.SDK --version 2.25220.0.1-PreRelease
                    
NuGet\Install-Package CodeFactory.WinVs.SDK -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.SDK" 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.SDK" Version="2.25220.0.1-PreRelease" />
                    
Directory.Packages.props
<PackageReference Include="CodeFactory.WinVs.SDK" />
                    
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.SDK --version 2.25220.0.1-PreRelease
                    
#r "nuget: CodeFactory.WinVs.SDK, 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.SDK@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.SDK&version=2.25220.0.1-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CodeFactory.WinVs.SDK&version=2.25220.0.1-PreRelease&prerelease
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

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

Package Downloads
CodeFactory.Automation.Standard.NDF.Logic

Standard automation logic to be used with CodeFactory commands built with Visual Studio - Windows.

CodeFactory.Automation.Data.Sql.EF.Logic

Entity framework SQL automation logic to be used with CodeFactory commands built with Visual Studio - Windows.

CodeFactory.Automation.Standard.Logic

Standard automation logic to be used with CodeFactory commands built with Visual Studio - Windows.

CodeFactory.Automation.Testing.MStest.Logic

MSTest integration test automation logic to be used with CodeFactory commands built with Visual Studio - Windows.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.25220.0.1-PreRelease 134 8/8/2025
2.25165.0.1-PreRelease 119 6/16/2025
2.24224.0.1-PreRelease 107 8/11/2024
2.23160.1-PreRelease 197 6/10/2023
2.23158.1-PreRelease 130 6/7/2023
2.23157.1-PreRelease 140 6/6/2023
2.23149.1-PreRelease 131 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.