InlineComposition 1.1.0

dotnet add package InlineComposition --version 1.1.0
NuGet\Install-Package InlineComposition -Version 1.1.0
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="InlineComposition" Version="1.1.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InlineComposition --version 1.1.0
#r "nuget: InlineComposition, 1.1.0"
#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 InlineComposition as a Cake Addin
#addin nuget:?package=InlineComposition&version=1.1.0

// Install InlineComposition as a Cake Tool
#tool nuget:?package=InlineComposition&version=1.1.0

InlineComposition

A source generator that merges the content of other classes into one class. A simple workaround for struct inheritance or multiple inheritance.

  • Inlined members are fields, properties, events and methods (including constructor and finalizer).
  • Attributes and summaries of inlined members get also inlined.
  • Inheritance and implements declaration are also inlined.
  • Mixing classes and structs works fine (inline struct in class and vice versa).

For documentation or sourcecode see github.com/BlackWhiteYoshi/InlineComposition.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.0 132 2/4/2024
1.0.9 182 1/6/2024
1.0.8 174 1/6/2024
1.0.7 190 11/23/2023
1.0.6 128 11/16/2023
1.0.5 178 9/19/2023
1.0.4 179 7/7/2023
1.0.3 145 7/7/2023
1.0.2 156 6/26/2023
1.0.1 182 4/28/2023
1.0.0 178 4/11/2023