Skip to content

Commit e535306

Browse files
this commit introduces package metadata and package output settings to improve the debugging experience
1 parent c2d3cde commit e535306

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Artifacts/Comanda.Internal.AspNet/Source/Comanda.Internal.AspNet.csproj

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
8+
<PackageId>Comanda.Internal.AspNet</PackageId>
9+
<Product>Comanda.Internal.AspNet</Product>
10+
<Authors>Richard Garcia</Authors>
11+
<Description>internal ASP.NET SDK for shared api infrastructure in the comanda ecosystem, providing common extensions, middleware, dependency injection, authentication, observability, and reusable web application components.</Description>
12+
<PackageTags>dotnet;net9;aspnet;aspnetcore;api;web;internal;comanda</PackageTags>
13+
14+
<!-- package output configuration improving debug experience -->
15+
<IncludeSymbols>true</IncludeSymbols>
16+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
18+
<DebugType>portable</DebugType>
19+
<Deterministic>true</Deterministic>
20+
21+
<RepositoryUrl>https://github.com/https-richardy/httpsrichardy.comanda</RepositoryUrl>
22+
<RepositoryType>git</RepositoryType>
23+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
724
</PropertyGroup>
825

26+
<ItemGroup>
27+
<!-- source link configuration for debugging -->
28+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
29+
</ItemGroup>
30+
931
</Project>

0 commit comments

Comments
 (0)