alexvaluyskiy/Akka.Persistence.Azure

NuGet package for 0.2.0-beta contains 0.1.0 dll

Opened this issue · 0 comments

Szer commented

Problem with manifests deserialization still in place :)

Reproduce:

  1. download this
    https://www.nuget.org/api/v2/package/Akka.Persistence.AzureTable/0.2.0-beta
    or simple

dotnet add package Akka.Persistence.AzureTable --version 0.2.0-beta

  1. unzip nupkg file
    check version of dll
    image

OR decompile dll and check the code:
image
last argument in JournalEntry ctor should be: message.Payload.GetType().TypeQualifiedNameForManifest()