CodeFactory.Formatting.CSharp 0.90.202171

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeFactory.Formatting.CSharp --version 0.90.202171
                    
NuGet\Install-Package CodeFactory.Formatting.CSharp -Version 0.90.202171
                    
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.Formatting.CSharp" Version="0.90.202171" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeFactory.Formatting.CSharp" Version="0.90.202171" />
                    
Directory.Packages.props
<PackageReference Include="CodeFactory.Formatting.CSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeFactory.Formatting.CSharp --version 0.90.202171
                    
#r "nuget: CodeFactory.Formatting.CSharp, 0.90.202171"
                    
#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.
#:package CodeFactory.Formatting.CSharp@0.90.202171
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CodeFactory.Formatting.CSharp&version=0.90.202171
                    
Install as a Cake Addin
#tool nuget:?package=CodeFactory.Formatting.CSharp&version=0.90.202171
                    
Install as a Cake Tool

Extension libraries that provide formatters for code factory models to C#

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on CodeFactory.Formatting.CSharp:

Package Downloads
CommonDeliveryFramework.Net.Automation.Common

Common automation extensions used with CommonDeliveryFramework.

CommonDeliveryFramework.Net.Automation.Service.Rest

Support logic to generate and update Rest services used with CommonDeliveryFramework.

CommonDeliveryFramework.Net.Automation.Service.Grpc

Support logic to generate and update Grpc services used with CommonDeliveryFramework.

CommonDeliveryFramework.Net.Automation.Data.Sql

SQL repository automation extensions used with CommonDeliveryFramework.

CommonDeliveryFramework.Net.Automation.Delivery

Service generation and repository automation example used with CommonDeliveryFramework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.21068.1 1,381 3/15/2021
0.90.202401 621 8/27/2020
0.90.202181 682 8/5/2020
0.90.202171 630 8/4/2020
0.75.202032 702 7/21/2020
0.75.202031 621 7/21/2020

Updated release to clean up namespace manager usage and to extend source formatter to support custom indenting.