C4InterFlow.Automation 0.36.0-rc

This is a prerelease version of C4InterFlow.Automation.
There is a newer version of this package available.
See the version list below for details.
dotnet add package C4InterFlow.Automation --version 0.36.0-rc
NuGet\Install-Package C4InterFlow.Automation -Version 0.36.0-rc
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="C4InterFlow.Automation" Version="0.36.0-rc" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add C4InterFlow.Automation --version 0.36.0-rc
#r "nuget: C4InterFlow.Automation, 0.36.0-rc"
#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 C4InterFlow.Automation as a Cake Addin
#addin nuget:?package=C4InterFlow.Automation&version=0.36.0-rc&prerelease

// Install C4InterFlow.Automation as a Cake Tool
#tool nuget:?package=C4InterFlow.Automation&version=0.36.0-rc&prerelease

C4InterFlow.Automation

C4InterFlow.Automation package contains implementations for some Architecture as Code (AaC) Reader/Writer Strategies.

Below is the list of the key out-of-the-box Strategies:

  • Reader Strategies in C4InterFlow.Automation.Readers namespace
    • CSharpAaCReaderStrategy: Reads AaC expressed in C#
    • YamlAaCReaderStrategy: Reads AaC expressed in YAML
  • Writer Strategies in C4InterFlow.Automation.Writers namespace
    • CSharpToCSharpAaCWriterStrategy (abstract): Must be extended by a Custom AaC Generator to interpret C# source code
      • Uses CSharpToCSharpAaCWriter
        • Extends CSharpToAnyAaCWriter, which can analyse C# code
        • Writes AaC in C#
    • CSharpToYamlAaCWriterStrategy (abstract): Must be extended by a Custom AaC Generator to interpret C# source code
      • Uses CSharpToYamlAaCWriter
        • Extends CSharpToAnyAaCWriter, which can analyse C# code
        • Writes AaC in YAML
    • CsvToCSharpAaCWriterStrategy (abstract)
      • Extended by CsvToCSharpAaCGenerator
        • Uses CsvToCSharpAaCWriter
          • Extends CsvToAnyAaCWriter, which understands CSV Architecture Catalogue
          • Writes AaC in C#
    • CsvToJObjectAaCWriterStrategy (abstract)
      • Extended by CsvToJsonAaCGenerator
        • Uses CsvToJsonAaCWriter
          • Extends CsvToAnyAaCWriter, which understands CSV Architecture Catalogue
          • Writes AaC in JSON
      • Extended by CsvToYamlAaCGenerator
        • Uses CsvToYamlAaCWriter
          • Extends CsvToAnyAaCWriter, which understands CSV Architecture Catalogue
          • Writes AaC in YAML
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 95 4/8/2024
0.36.0-rc 83 3/13/2024

Initial Release Candidate