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
15 changes: 9 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -171,21 +171,24 @@
message, since descriptions ship to monitoring consoles). Also carries the jasperfx#594 patch
half (a timed-out blue/green side-effect gate re-reads progression and succeeds when the replay
had already reached the mark, plus a configurable DaemonSettings.SideEffectGateTimeout),
jasperfx#595 (BatchingChannel could deliver its trailing batch twice on shutdown) and #597. -->
<PackageVersion Include="JasperFx" Version="2.37.1" />
<PackageVersion Include="JasperFx.Events" Version="2.37.1" />
jasperfx#595 (BatchingChannel could deliver its trailing batch twice on shutdown) and #597.
JasperFx 2.37.2: compliance wave 2 (marten#5118) — four more shared suites plus the seam
members they need. Nothing outside JasperFx.Events.ComplianceTests changed; the other
packages move only because the line versions together. -->
<PackageVersion Include="JasperFx" Version="2.37.2" />
<PackageVersion Include="JasperFx.Events" Version="2.37.2" />
<!--
The shared cross-store event sourcing compliance suites (#5116). Source-only package: the
suites compile inside EventSourcingTests so JasperFx's aggregate source generator can bind
Marten's own session types. Marten.Testing needs it too because MartenComplianceFixture,
which closes the seam, lives beside the rest of the harness.
-->
<PackageVersion Include="JasperFx.Events.ComplianceTests" Version="2.37.1" />
<PackageVersion Include="JasperFx.Events.SourceGenerator" Version="2.37.1">
<PackageVersion Include="JasperFx.Events.ComplianceTests" Version="2.37.2" />
<PackageVersion Include="JasperFx.Events.SourceGenerator" Version="2.37.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="JasperFx.SourceGenerator" Version="2.37.1" />
<PackageVersion Include="JasperFx.SourceGenerator" Version="2.37.2" />
<PackageVersion Include="Jil" Version="3.0.0-alpha2" />
<PackageVersion Include="Lamar" Version="7.1.1" />
<PackageVersion Include="Lamar.Microsoft.DependencyInjection" Version="15.0.0" />
Expand Down

This file was deleted.

12 changes: 12 additions & 0 deletions src/EventSourcingTests/Compliance/marten_event_store_compliance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ public class assign_tag_where_compliance

public class async_daemon_compliance
: AsyncDaemonCompliance<MartenComplianceFixture, IDocumentOperations, IQuerySession>;

public class auto_discovered_aggregate_compliance
: AutoDiscoveredAggregateCompliance<MartenComplianceFixture, IDocumentOperations, IQuerySession>;

public class event_projection_registration_compliance
: EventProjectionRegistrationCompliance<MartenComplianceFixture, IDocumentOperations, IQuerySession>;

public class event_projection_enrichment_compliance
: EventProjectionEnrichmentCompliance<MartenComplianceFixture, IDocumentOperations, IQuerySession>;

public class rebuild_concurrency_cap_compliance
: RebuildConcurrencyCapCompliance<MartenComplianceFixture, IDocumentOperations, IQuerySession>;

This file was deleted.

Loading
Loading