Plisky.MollyCoddle 1.0.0-pre.1.8

This is a prerelease version of Plisky.MollyCoddle.
dotnet tool install --global Plisky.MollyCoddle --version 1.0.0-pre.1.8
                    
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 Plisky.MollyCoddle --version 1.0.0-pre.1.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Plisky.MollyCoddle&version=1.0.0-pre.1.8&prerelease
                    
nuke :add-package Plisky.MollyCoddle --version 1.0.0-pre.1.8
                    

🌈 Mollycoddle Command Line Linting Tool 🌈

Mollycoddle lints directory structures and code structures, it does not lint code itself but the files and directories that contain the code. It is designed to be used in a CI/CD pipeline to ensure that the code is structured correctly and that the directory structure is consistent.

The tool uses a series of rules files to configure how the structure linting should take place and the rules files can be customised to suit your needs. The default rules files enforce a simple directory structure so that the top level of the repository is consistent as well as a default structure for .net code. Alternative rules can be built or configured to suit your needs.

Documentation

See https://itsey.github.io/ for all documentation or Mollycoddle Home Page.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.0-pre.1.8 123 8/17/2025
1.0.0-pre.1.6 165 8/4/2025
0.1.4 170 2/9/2025
0.1.2 116 1/26/2025
0.0.1 261 3/16/2024

Plisky.MollyCoddle Change Log.

V1.0
 * Moved to a tool package.
 * Added multi targetted support for .net 8 and 9.
 * Restructured repository to make it simpler to find rules files.

V0.1.4
 * Added support for Nexus to replace File Stores.

V0.1.2
 * Altered default terminoligy.
 * Basic support for MollyCoddle

V0.0.1
* Initial version.

See [https://itsey.github.io/](https://itsey.github.io/) for more information on the Plisky tools.