CodeFactorySDK 1.21068.1
See the version list below for details.
dotnet add package CodeFactorySDK --version 1.21068.1
NuGet\Install-Package CodeFactorySDK -Version 1.21068.1
<PackageReference Include="CodeFactorySDK" Version="1.21068.1" />
paket add CodeFactorySDK --version 1.21068.1
#r "nuget: CodeFactorySDK, 1.21068.1"
// Install CodeFactorySDK as a Cake Addin #addin nuget:?package=CodeFactorySDK&version=1.21068.1 // Install CodeFactorySDK as a Cake Tool #tool nuget:?package=CodeFactorySDK&version=1.21068.1
Software factory automation library used with the CodeFactory for Visual Studio.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- NLog (>= 4.6.8)
- System.Collections.Immutable (>= 1.5.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on CodeFactorySDK:
Package | Downloads |
---|---|
CodeFactory.Formatting.CSharp
Extension libraries that provide formatters for code factory models to C# |
|
CodeFactory.ADK
Automation development kit that builds on top of CodeFactory to simplify common automation tasks. |
|
CommonDeliveryFramework.Net.Automation.Common
Common automation extensions used with CommonDeliveryFramework. |
|
SoftwareFactoryExtensions.Formatting.CSharp
Extension libraries that provide formatters for code factory models to C# |
|
CommonDeliveryFramework.Net.Automation.Service.Rest
Support logic to generate and update Rest services used with CommonDeliveryFramework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.23053.1 | 318 | 3/2/2023 |
1.23050.2 | 256 | 2/20/2023 |
1.23044.1 | 252 | 2/13/2023 |
1.22339.1 | 394 | 12/5/2022 |
1.22320.1 | 338 | 11/16/2022 |
1.21085.1 | 1,049 | 3/26/2021 |
1.21068.1 | 519 | 3/10/2021 |
1.0.202301 | 878 | 8/18/2020 |
1.0.202021 | 976 | 7/21/2020 |
1.0.201881 | 425 | 7/6/2020 |
1.0.201381 | 473 | 5/17/2020 |
1.0.200701 | 495 | 3/10/2020 |
0.90.200551 | 485 | 2/24/2020 |
0.90.20041 | 441 | 2/10/2020 |
The following are Enhancements requested on GitHub that have been added to this version of the SDK.
#18 Identify Framework Version
When accessing VSProject model data the user can view the target output frameworks and versions of the project.
#16 Cannot Output to the CodeFactory Visual Studio Window
Users can now directly write to the CodeFactory output window in Visual Studio. This is accessible from the VisualStudioActions.Environment from in any CodeFactory command.
#10 Body Syntax Modification
Users can now directly modify the syntax that is stored in the body of a method. In addition, they can also get and replace the expression for a method. The CsMethod model has been updated with an addition property SyntaxContent. This property will tell you if the method supports body or expression syntax.
#7 All the Get Body Method to Return an Array
Users can now get the body syntax from a method body back as a string array instead of just the string.