0

今日、EventStore から NEventStore(4.1.0.0) にアップグレードしたところ、エラーが発生しました。

私のエラー -

Method 'GetFrom' in type 'NEventStore.Persistence.MongoPersistence.MongoPersistenceEngine' 
from assembly 'NEventStore.Persistence.MongoPersistence, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' 
does not have an implementation.

ここにリンクされている再現 - https://github.com/NEventStore/NEventStore/issues/285

編集:この問題が発生している理由を理解するために、先に進んで nuget パッケージを削除し、ソースをダウンロードし、NEventStore コアと MongoPersistence プロジェクトを添付し、Nservicebus がセットアップされていないことによるいくつかのエラーを除いて、すべて動作します。

公開後に修正された現在の nuget パッケージにエラーがある可能性があると思います。

EDIT2: myget ci パッケージの同じ例外

4

1 に答える 1

0

NuGet の NEventStore.Persistence.MongoPersistence 5.0.0.9 ビルドが壊れているようです。現在有効な解決策は、GitHub からソースをダウンロードして再コンパイルすることです。

https://github.com/NEventStore/NEventStore/

于 2013-12-22T09:46:18.873 に答える