Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Service-Bibliothek sollte Collection im Root haben #65

Closed
kurmann opened this issue Apr 26, 2024 · 0 comments · Fixed by #69
Closed

Service-Bibliothek sollte Collection im Root haben #65

kurmann opened this issue Apr 26, 2024 · 0 comments · Fixed by #69

Comments

@kurmann
Copy link
Owner

kurmann commented Apr 26, 2024

Aktuell:

IhrProjektName/
├── .devcontainer/
│   └── devcontainer.json
├── .github/
│   ├── release-drafter-config.yml
│   └── workflows/
│       ├── draft_release.yml
│       ├── publish_package.yml
├── .vscode/
│   ├── launch.json
│   └── tasks.json
├── src/
│   ├── Application/
│   │   ├── Program.cs
│   │   └── Application.csproj
│   └── Services/
│       ├── Commands/
│       │   ├── ICommand.cs
│       │   └── SampleModule.cs
│       ├── Queries/
│       │   ├── IQueryService.cs
│       │   └── SampleQuery.cs
│       └── Services/
│           ├── SampleHostedService.cs
│           └── ServiceCollection.cs
├── .gitignore
├── LICENSE
├── PackageIcon.png
├── README.md
└── IhrProjektName.sln
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant