Skip to content

Commit 1b7e63d

Browse files
committed
feat: move aspire to proper directory
1 parent 5a4f555 commit 1b7e63d

7 files changed

Lines changed: 2 additions & 71 deletions

File tree

Chapter-4-applying-tactical-domain-driven-design/Directory.Build.props

Lines changed: 0 additions & 3 deletions
This file was deleted.

Chapter-4-applying-tactical-domain-driven-design/Directory.Packages.props

Lines changed: 0 additions & 10 deletions
This file was deleted.

Chapter-4-applying-tactical-domain-driven-design/Fitnet.AppHost/Fitnet.AppHost.csproj renamed to Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Fitnet.AppHost/Fitnet.AppHost.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<ProjectReference Include="..\Fitnet.Contracts\Src\Fitnet.Contracts\Fitnet.Contracts.csproj" />
1615
<ProjectReference Include="..\Fitnet\Src\Fitnet\Fitnet.csproj" />
1716
</ItemGroup>
1817

Chapter-4-applying-tactical-domain-driven-design/Fitnet.AppHost/Program.cs renamed to Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Fitnet.AppHost/Program.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,4 @@
1818
.WaitFor(postgres)
1919
.WaitFor(rabbitmq);
2020

21-
builder.AddProject<Fitnet_Contracts>("fitnet-contracts-microservice")
22-
.WithEnvironment("ASPNETCORE_ENVIRONMENT", "Development")
23-
.WithReference(fitnetDatabase, "Database__ConnectionString")
24-
.WithReference(rabbitmq, "EventBus__ConnectionString")
25-
.WaitFor(postgres)
26-
.WaitFor(rabbitmq);
27-
28-
await builder.Build().RunAsync();
21+
await builder.Build().RunAsync();

Chapter-4-applying-tactical-domain-driven-design/Fitnet.AppHost/appsettings.json renamed to Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Fitnet.AppHost/appsettings.json

File renamed without changes.

Chapter-4-applying-tactical-domain-driven-design/Fitnet/Src/Fitnet.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
<Folder Name="/Reports/Tests/">
2121
<Project Path="Reports/Tests/Fitnet.Reports.IntegrationTests/Fitnet.Reports.IntegrationTests.csproj" />
2222
</Folder>
23+
<Project Path="Fitnet.AppHost/Fitnet.AppHost.csproj" />
2324
<Project Path="Fitnet/Fitnet.csproj" />
2425
</Solution>

Chapter-4-applying-tactical-domain-driven-design/docker-compose.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)