Console.Waterworks.Core is the .Net Core version of Console.Waterworks. https://www.craigoates.net/Software/project/8
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
Craig Oates 5aaaf39888 update NuGet packages and build info. 4 年前
.attachments/Images update links to git.abbether (readme). 4 年前
CW_Core_Console update assembly info. for 1.0 release. 5 年前
CW_Core_Tests update NuGet packages and build info. 4 年前
Console.Waterworks.Core update NuGet packages and build info. 4 年前
.gitattributes Initial setup. 6 年前
.gitignore Initial setup. 6 年前
Console.Waterworks.Core.sln Added testing and console demo. 6 年前
LICENSE Initial commit 6 年前
README.md update links to git.abbether (readme). 4 年前

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: