CodeFactory.WinVs.SDK
2.25220.0.1-PreRelease
dotnet add package CodeFactory.WinVs.SDK --version 2.25220.0.1-PreRelease
NuGet\Install-Package CodeFactory.WinVs.SDK -Version 2.25220.0.1-PreRelease
<PackageReference Include="CodeFactory.WinVs.SDK" Version="2.25220.0.1-PreRelease" />
<PackageVersion Include="CodeFactory.WinVs.SDK" Version="2.25220.0.1-PreRelease" />
<PackageReference Include="CodeFactory.WinVs.SDK" />
paket add CodeFactory.WinVs.SDK --version 2.25220.0.1-PreRelease
#r "nuget: CodeFactory.WinVs.SDK, 2.25220.0.1-PreRelease"
#:package CodeFactory.WinVs.SDK@2.25220.0.1-PreRelease
#addin nuget:?package=CodeFactory.WinVs.SDK&version=2.25220.0.1-PreRelease&prerelease
#tool nuget:?package=CodeFactory.WinVs.SDK&version=2.25220.0.1-PreRelease&prerelease
Software development kit for building CodeFactory automation in Visual Studio - Windows.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- CodeFactory (>= 2.25220.0.1-PreRelease)
- CodeFactory.WinVs (>= 2.25220.0.1-PreRelease)
- CodeFactory.WinVs.Wpf (>= 2.25220.0.1-PreRelease)
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.