CodeFactory.Automation.Standard.Logic
2.23165.1-PreRelease
dotnet add package CodeFactory.Automation.Standard.Logic --version 2.23165.1-PreRelease
NuGet\Install-Package CodeFactory.Automation.Standard.Logic -Version 2.23165.1-PreRelease
<PackageReference Include="CodeFactory.Automation.Standard.Logic" Version="2.23165.1-PreRelease" />
paket add CodeFactory.Automation.Standard.Logic --version 2.23165.1-PreRelease
#r "nuget: CodeFactory.Automation.Standard.Logic, 2.23165.1-PreRelease"
// Install CodeFactory.Automation.Standard.Logic as a Cake Addin #addin nuget:?package=CodeFactory.Automation.Standard.Logic&version=2.23165.1-PreRelease&prerelease // Install CodeFactory.Automation.Standard.Logic as a Cake Tool #tool nuget:?package=CodeFactory.Automation.Standard.Logic&version=2.23165.1-PreRelease&prerelease
Standard automation logic to be used with CodeFactory commands built with Visual Studio - Windows.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- CodeFactory.WinVs.SDK (>= 2.23160.1-PreRelease)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeFactory.Automation.Standard.Logic:
Package | Downloads |
---|---|
CodeFactory.Automation.Data.Sql.EF.Logic
Entity framework SQL 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.23165.1-PreRelease | 93 | 6/14/2023 |
2.23158.1-PreRelease | 78 | 6/7/2023 |
Notes
Updates:
- Add Missing interface members.
- Added loglLevel optional prameter sets logging level when logging in methods and properties.
- added tryBlock optional parameter that sets the try,catch,finally logic for methods. If not provided will use the default built in logic.
- POCOAutomation
- Fixed type check logic error.