CommunityToolkit / CommunityToolkit/Labs-Windows
Adjust folder structure of AppServices experiment
- Dominant language
- C#
- Stars
- 482
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug
> **Note**: partially blocked by https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/62.
This issue tracks fixing the folder structure of the AppServices experiment:
- [ ] The AppServices project should be under some subfolder under `\src`
- [ ] The source generator project should be under another `\src` folder
- [ ] The source generator unit tests should be under a centralized `\tests` subfolder
I mean ideally I'd imagine something like:
- `src`
- `CommunityToolkit.AppServices`
- `CommunityToolkit.AppServices.SourceGenerator`
- `tests`
- `CommunityToolkit.AppServices.Tests`
- `CommunityToolkit.AppServices.SourceGenerator.Tests`
Contributor guide
Assessment
This issue has not been assessed yet.