BlackBytesBox.Distributed 0.1.20251.15430

dotnet tool install --global BlackBytesBox.Distributed --version 0.1.20251.15430
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local BlackBytesBox.Distributed --version 0.1.20251.15430
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=BlackBytesBox.Distributed&version=0.1.20251.15430
                    
nuke :add-package BlackBytesBox.Distributed --version 0.1.20251.15430
                    

BlackBytesBox.Distributed

BlackBytesBox.Distributed is a multi-purpose command-line .NET tool containing a suite of helper functionalities designed for application development, CI/CD processes, and NuGet package management.

Prerequisites

  • .NET SDK: Ensure you have the .NET SDK installed on your machine. If not, download and install it from the official .NET website.

Installing the Tool

Install/Update/Reinstall as a Global Tool

dotnet tool install -g BlackBytesBox.Distributed
Usage (Global Installation)
bbdist -h
bbdist dump osversion
bbdist dump envars

Install/Update/Reinstall as a Local Tool

dotnet tool install BlackBytesBox.Distributed
Usage (Local Installation)
dotnet bbdist -h
dotnet bbdist dump osversion
dotnet bbdist dump envars

Commands Examples

SlnCommand

The SlnCommand retrieves csproj file paths from a solution file. For example, you can invoke it as follows:

bbdist sln -f "C:\Projects\MySolution.sln" -m Information -i
  • -f "C:\Projects\MySolution.sln" specifies the solution file path.
  • -m Information sets the minimum log level to Information.
  • -i enables the ignore errors flag, ensuring the command returns 0 even if errors occur.

CsProjCommand

The CsProjCommand retrieves a specified project property from a project file. An example invocation is:

bbdist csproj -f "C:\Projects\MyProject.csproj" --property IsPublishable --elementscope InnerElement -m Warning -i
  • -f "C:\Projects\MyProject.csproj" specifies the project file path.
  • --property IsPublishable indicates the project property to retrieve.
  • --elementscope InnerElement specifies the element scope (the default is InnerElement).
  • -m Warning sets the minimum log level to Warning.
  • -i enables the ignore errors flag.

General BlackBytesBox Naming Conventions


  • BlackBytesBox.Manifested (PowerShell module)

  • BlackBytesBox.Unified (NET Standard library)

  • BlackBytesBox.Distributed (Dotnet tool)

  • BlackBytesBox.Composed (NET library)

  • BlackBytesBox.Dosed (NET-Windows library)

  • BlackBytesBox.Routed (ASP.NET library)

  • BlackBytesBox.Sliced (ASP.NET Razor library)

  • BlackBytesBox.Depreacted (old .NET Framework 4.0 library)

  • BlackBytesBox.Seeded (template project)

  • BlackBytesBox.[Adjective].[Qualifier] (for further clarity when needed)

  • BlackBytesBox.Manifested.Base (PowerShell module)

  • BlackBytesBox.Distributed.Core (Dotnet tool)

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 is compatible.  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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.1.20251.15430 256 3/1/2025
0.1.20251.14501 128 3/1/2025
0.1.20251.12567 94 2/27/2025
0.1.20251.10512 97 2/26/2025
0.1.20251.9976 100 2/25/2025

Release Notes – 0.2.* (2025-02-18)
===================================

Status: Early Development Phase
--------------------------------
This release continues the foundational development of the software.
As progress towards version 1.0, the focus remains on refining core
functionalities, improving stability, and integrating key features.
Users should expect frequent updates, iterative refinements, and
potential changes as the project matures.

What's New & Improved?
----------------------
- Active core development with ongoing refinements.
- Initial groundwork for future stable releases.

Third-Party Notices
--------------------
Third-party dependencies and their respective licenses are documented
in the `THIRD-PARTY-NOTICES.txt` file, located in the root of the
repository. Please review this file to ensure compliance with any
relevant licensing terms.