JonPSmith.MultiProjPack
1.0.1
See the version list below for details.
dotnet tool install --global JonPSmith.MultiProjPack --version 1.0.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local JonPSmith.MultiProjPack --version 1.0.1
#tool dotnet:?package=JonPSmith.MultiProjPack&version=1.0.1
nuke :add-package JonPSmith.MultiProjPack --version 1.0.1
MultiProjPack
Tool
This MultiProjPack
tool is designed to turn a significant section of code from an application into NuGet package. This allows you to break up a large application into sub-application based on the Domain-Driven Design (DDD)'s bounded context approach, and turn them into NuGet packages.
This tool will scan your code to create a .nuspec file, which it will then use to create a NuGet package containing multiple projects. The tool also has a number of features than improve the development process by using a local NuGet package source.
It uses netcoreapp3.1
and it
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.
- Added symbol files to NuGet package if there (doesn't need AddSymbols to be on)
- Added copy of symbol files to NuGet cache when using the U(pdate) command.