Skip to content

Commit

Permalink
start aspire
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Dec 3, 2024
1 parent 73f7178 commit c5bd3cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 2025/Net9WhatsNew/code/EFCoreConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
//dotnet ef dbcontext optimize
//read https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/whatsnew#msbuild-integration
//NOT In this demo: AOT
//https://learn.microsoft.com/en-us/ef/core/performance/nativeaot-and-precompiled-queries
//https://learn.microsoft.com/en-us/ef/core/performance/nativeaot-and-precompiled-queries


3 changes: 3 additions & 0 deletions 2025/Net9WhatsNew/code/Whta.AppHost/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
var builder = DistributedApplication.CreateBuilder(args);

builder.AddProject<Projects.WhatsAspNet>("whatsaspnet");
builder.AddProject<Projects.EFCoreConsole>("efcoreconsole");
builder.AddProject<Projects.WhtaCSharp13>("csharp13");


builder.Build().Run();
3 changes: 3 additions & 0 deletions 2025/Net9WhatsNew/code/Whta.AppHost/Whta.AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EFCoreConsole\EFCoreConsole.csproj" />
<ProjectReference Include="..\WhatsAspNet\WhatsAspNet.csproj" />
<ProjectReference Include="..\WhtaCSharp13\WhtaCSharp13.csproj" />
<ProjectReference Include="..\Whta\Whta.csproj" />
</ItemGroup>

</Project>

0 comments on commit c5bd3cf

Please # to comment.