Set up solution scaffolding: Infrastructure & Tests projects, shared build settings
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 68/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- csharp
- Domain
- build-system, testing
Research direction
Start with AzStorage.slnx and the existing Domain and Application project files to understand the current layout and target settings. Add the named Infrastructure and xUnit test projects, root Directory.Build.props, and .editorconfig, then verify the acceptance criteria with dotnet build and dotnet test.
Written by the indexing model from the issue text.
Description
Goal
Establish the base Clean Architecture skeleton so that Domain, Application, Infrastructure and test projects build consistently.
Why
Currently the solution only has empty Domain and Application projects targeting net10.0. Before implementing any storage functionality we need a consistent project layout, shared build settings and code style so future PRs stay consistent.
Tasks
- Add
src/AzStorage.Infrastructure/AzStorage.Infrastructure.csproj(referencing Domain & Application) for concrete implementations (Azure SDK, file system, etc.). - Add
tests/AzStorage.UnitTestsandtests/AzStorage.IntegrationTestsprojects (xUnit) referencing the correspondingsrcprojects. - Add all new projects to
AzStorage.slnx. - Add a
Directory.Build.propsat repo root to centralize shared properties (TargetFramework,ImplicitUsings,Nullable,LangVersion, analyzers) instead of duplicating them per csproj. - Add an
.editorconfigwith basic C# formatting/naming rules.
Acceptance Criteria
dotnet buildsucceeds for the whole solution.dotnet testruns (even with zero tests) without errors.- No project duplicates
TargetFramework/Nullable/ImplicitUsingssettings that are already defined inDirectory.Build.props.
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from hunterlan/AzStorage
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
All issues in hunterlan/AzStorage
Similar issues
-
untriaged
Difficulty 1/5 Under an hour Newbie friendliness 88/100
dotnet/dotnet-api-docs#13095 ·
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
newrelic/newrelic-dotnet-agent#3850 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
LuckyPennySoftware/AutoMapper#4660 ·