Skip to content

gm7/csharp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Quality Gate Status FOSSA Status Known Vulnerabilities

C# cli test application

This is a simple C# Command Line Interface test application that is being used to test circleci pipelines

Docker build

FOSSA Status

Here is a simple build command (execute from the project root) to build the application and create the docker container:

docker build . -t csharp-cli:test

Simple docker run

Here is a simple docker run to execute the app hosted in the container (built above):

docker run --rm -v "$PWD":/data csharp-cli:test /data/test36m.txt

License

FOSSA Status

About

Simple C# CLI project repo for testing circleci build pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published