Skip to content

Commit c2d3cde

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

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Artifacts/Comanda.Internal.Contracts/Source/Comanda.Internal.Contracts.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,31 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
8+
<PackageId>Comanda.Internal.Contracts</PackageId>
9+
<Product>Comanda.Internal.Contracts</Product>
10+
<Authors>Richard Garcia</Authors>
11+
<Description>internal SDK for service-to-service communication in the comanda ecosystem, providing http clients, contracts and integration abstractions for distributed boundaries.</Description>
12+
<PackageTags>dotnet;net9;utilities;internal;contracts;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

926
<ItemGroup>
1027
<PackageReference Include="HttpsRichardy.Dispatcher" Version="1.0.2" />
1128
<PackageReference Include="HttpsRichardy.Internal.Essentials" Version="1.0.2" />
29+
30+
<!-- source link configuration for debugging -->
31+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
1232
</ItemGroup>
1333

1434
</Project>

0 commit comments

Comments
 (0)