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.
- Host: GitHub
- URL: https://github.com/step63r/generichostconsoleapp
- Owner: step63r
- Created: 2024-06-28T13:05:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T16:19:03.000Z (11 months ago)
- Last Synced: 2025-01-24T01:43:42.098Z (4 months ago)
- Topics: dotnet-core, generic-host, sample
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)