An open API service indexing awesome lists of open source software.

https://github.com/step63r/generichostconsoleapp

Sample console app with .NET generic host.
https://github.com/step63r/generichostconsoleapp

dotnet-core generic-host sample

Last synced: 3 months ago
JSON representation

Sample console app with .NET generic host.

Awesome Lists containing this project

README

        

# GenericHostConsoleApp

## Description

Sample console app with .NET generic host.

## Requirement

- Windows 11 Pro 23H2+
- .NET 8.0

## Usage

Open the repository with Visual Studio Code and build.

```
PS> dotnet publish -r win-x64 -o dist
```

## Install

Fork and clone this repository.

```
$ git clone [email protected]:yourname/GenericHostConsoleApp.git
```

## Contribution

1. Fork this repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create new Pull Request

## License

No license

## Author

[minato](https://blog.minatoproject.com/)