Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Compono.Bogus/Compono.Bogus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<TargetFrameworks>net10.0;net11.0</TargetFrameworks>
<Title>Compono — Bogus Integration</Title>
<Description>Bogus integration for Compono - a conservative member-name-convention semantic provider, plus explicit member-level and whole-object Faker sugar. See docs/adr/0026-deterministic-seed-derivation-for-providers.md and docs/adr/0027-compono-bogus-package-design.md.</Description>
<Description>Bogus integration for Compono - a conservative member-name-convention semantic provider, plus explicit member-level and whole-object Faker sugar.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Compono.NSubstitute/Compono.NSubstitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<TargetFrameworks>net10.0;net11.0</TargetFrameworks>
<Title>Compono — NSubstitute Integration</Title>
<Description>NSubstitute integration for Compono - a test-double provider composing interface, delegate, and (optionally) abstract-class parameters as real NSubstitute substitutes. See docs/adr/0024-public-provider-extensibility-model.md and docs/adr/0025-compono-nsubstitute-package-design.md.</Description>
<Description>NSubstitute integration for Compono - a test-double provider composing interface, delegate, and (optionally) abstract-class parameters as real NSubstitute substitutes.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Compono.XunitV3/Compono.XunitV3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<TargetFrameworks>net10.0;net11.0</TargetFrameworks>
<Title>Compono — xUnit v3 Integration</Title>
<Description>xUnit v3 integration for Compono - [Compose]/[Compose&lt;TProfile&gt;] theory data attributes and [Shared] parameter sharing. See docs/adr/0022-compono-xunit-package-design.md and docs/adr/0023-rename-compono-xunit-to-compono-xunitv3.md.</Description>
<Description>xUnit v3 integration for Compono - [Compose]/[Compose&lt;TProfile&gt;] theory data attributes and [Shared] parameter sharing.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Compono/Compono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<TargetFrameworks>net10.0;net11.0</TargetFrameworks>
<Title>Compono — Core Composition Engine</Title>
<Description>Core composition engine for Compono, a modern, source-generated test composition framework for .NET - CompositionContext, the provider resolution pipeline, and the built-in source generator. No dependency on any test framework, mocking framework, or Bogus - see docs/manifesto.md's "Modular by design" and design-decisions.md rule 3.</Description>
<Description>Core composition engine for Compono, a modern, source-generated test composition framework for .NET - CompositionContext, the provider resolution pipeline, and the built-in source generator. No dependency on any test framework, mocking framework, or Bogus - those integrations are separate, optional packages.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down