CodeFactory.WinVs.SDK 2.23160.1-PreRelease

This is a prerelease version of CodeFactory.WinVs.SDK.
dotnet add package CodeFactory.WinVs.SDK --version 2.23160.1-PreRelease
NuGet\Install-Package CodeFactory.WinVs.SDK -Version 2.23160.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.23160.1-PreRelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeFactory.WinVs.SDK --version 2.23160.1-PreRelease
#r "nuget: CodeFactory.WinVs.SDK, 2.23160.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.
// Install CodeFactory.WinVs.SDK as a Cake Addin
#addin nuget:?package=CodeFactory.WinVs.SDK&version=2.23160.1-PreRelease&prerelease

// Install CodeFactory.WinVs.SDK as a Cake Tool
#tool nuget:?package=CodeFactory.WinVs.SDK&version=2.23160.1-PreRelease&prerelease

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.Logic

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

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.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.23160.1-PreRelease 114 6/10/2023
2.23158.1-PreRelease 68 6/7/2023
2.23157.1-PreRelease 67 6/6/2023
2.23149.1-PreRelease 65 5/30/2023

Notes
Daily build focused on bug fixes.

PropertyBuilderStandard Fixes
- Extra ; added to the end of property generation removed.

MethodBuilderStandard Fixes
- Fixed generation logic to correctly inject bounds check logic when found.
- Fixed formatting of try catch finally logic to correctly indent at the right level.