Skip to content

Commit

Permalink
update to Akka.NET v1.4.12 (#129)
Browse files Browse the repository at this point in the history
set `AllocatesAllPersistenceIDsPublisher => false;` so TCK specs pass
  • Loading branch information
Aaronontheweb authored Dec 15, 2020
1 parent e38d698 commit f91ce93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public AzureTablePersistenceIdsSpec(ITestOutputHelper output)

public static string TableName { get; private set; }

protected override bool AllocatesAllPersistenceIDsPublisher => false;


public static Config Config()
{
var azureConfig =
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Updates Akka version to 1.4.1</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<AkkaVersion>1.4.9</AkkaVersion>
<AkkaVersion>1.4.12</AkkaVersion>
<TestSdkVersion>16.8.3</TestSdkVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
Expand Down

0 comments on commit f91ce93

Please sign in to comment.