Console.Waterworks.Core is the .Net Core version of Console.Waterworks. https://www.craigoates.net/Software/project/8
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Craig Oates 868cf02556 update links to git.abbether (readme). 4 years ago
.attachments/Images update links to git.abbether (readme). 4 years ago
CW_Core_Console update assembly info. for 1.0 release. 5 years ago
CW_Core_Tests update nuget packages for solution. 5 years ago
Console.Waterworks.Core update lib. assembly/nuget info. 5 years ago
.gitattributes Initial setup. 6 years ago
.gitignore Initial setup. 6 years ago
Console.Waterworks.Core.sln Added testing and console demo. 6 years ago
LICENSE Initial commit 7 years ago
README.md update links to git.abbether (readme). 4 years ago

README.md

Summary

Console.Waterworks.Core is the .Net Core version of Console.Waterworks. Both projects are NuGet packages and their main purpose is to help you write extendable command-based console programs. If you want to write a console program using the full .Net Framework, use Console.Waterworks. The link for that is as follows:

Pre-Requisites

To use Console.Waterworks.Core, I recommend you meet the following pre-requisites:

Console.Waterworks.Core (Library/NuGet Package)

This is a .Net Core 2.0 library and I wrote it in C#. This is what you will add to your project when you want to add the features of this codebase into yours. To add it to your project, use the following command in your Package-Manager console (assuming Visual Studio),

// Make sure you change the version number to match the one you want.
Install-Package Console.Waterworks.Core -Version 1.0.0.1

If you are using the .Net CLI, use the following command,

// Again, make sure you change the version number to the one you want.
dotnet add package Console.Waterworks.Core --version 1.0.0.1

For more information, please use the following links:

CW_Core_Console

This is a .Net Core console program which provides a working example of how Console.Waterworks.Core works. You can use this as a reference to help you familiarise yourself with how to add/use Console.Waterworks to/with your project. This is written in C#.

CW_Core_Tests

This is a .Net Core library which houses the solution's unit tests. This is written in C# and uses xUnit as its testing framework/library/situation/whatever-you-want-to-call-it.

About the Creator

Hi, my name is Craig and I'm the creator of Console.Waterworks.Core. Thanks for checking it out.

A Note about Console.Waterworks.Core Wiki

This repository's wiki focuses on how-to use Console.Waterworks.Core. This is because the architecture and concepts between this and its sister project (Console.Waterworks) are the same. And, it felt unnecessary to repeat what I wrote in the wiki for Console.Waterworks here. So, if you want information on how Console.Waterworks(.Core) is built, I recommend you glance over the wiki here and then head over to the main wiki at Console.Waterworks. The link for both is as follows: