1
0
Fork 0
Death Socket consists of three projects. They are a .Net Standard 2.0 library, a console program and a Test Centre. The purpose of this repository is to provide a way for people to add grids to images. https://www.craigoates.net/Software/project/13
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Craig Oates 51eb8d1508 update package information. vor 4 Jahren
.attachments/Images update links to git.abbether (readme). vor 4 Jahren
DeathSocket update package information. vor 4 Jahren
DeathSocketCLI update NuGet packages. vor 4 Jahren
TestCentre update NuGet packages. vor 4 Jahren
.gitignore update gitignore and complete the apply grid to image and save it test. vor 6 Jahren
DeathSocket.sln add Test Centre (.Net Library project). vor 6 Jahren
LICENSE Initial commit vor 6 Jahren
README.md update links to git.abbether (readme). vor 4 Jahren

README.md

repo-banner

Summary

Death Socket consists of three projects. They are a .Net Standard 2.0 library, a console program and a Test Centre. The purpose of this repository is to provide a way for people to add grids to images.

death-socket-overview

Pre-Requisites

  • Visual Studio (15.7+)
  • F# (4.5+)
  • FsCheck
  • xUnit
  • .Net Standard 2.0
  • .Net (4.7+)
  • Console.Waterworks

Death Socket (Library/NuGet Package)

This is a .Net Standard 2.0 library. I wrote it in F# and it focuses on .Net 4.7+. 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 DeathSocket -Version 1.0.0.1

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

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

For more information, please visit the project's wiki.

death-socket-overview

Death Socket CLI

This project is an F# console program, built with .Net 4.7. It uses Console.Waterworks to parse the users input/commands. I recommend you read the Console.Waterworks wiki if you want to extend this project. It would, also, help you get a better understanding of how the console program works.

If you want to use the program, I recommend the add-default command. All you need to do is specify the path of the image you want to add the grid to and its new save location.

For further information, please visit the project's wiki.

death-socket-demo

If you have no need for the source code, just the functionality, then use this on its own. It is a full .Net console program so you will need to use Mono if you are using Linux or MacOS.

Test Centre

This project holds all the tests for this repository. It uses a combination of unit tests (xUnit) and property tests (FsCheck). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify passing and failing tests with ease.

test-explorer

About the Creator

Hi, my name is Craig and I am the creator of Death Socket. Thank you checking it out and I hope you find it useful.