-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update EventStore Client to latest #1059
base: develop-v1
Are you sure you want to change the base?
Update EventStore Client to latest #1059
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor comments
<ItemGroup> | ||
<None Remove="C:\Work\Picup\git\EventFlow\Source\EventFlow.EventStores.EventStore\..\..\icon-128.png" /> | ||
<None Remove="C:\Work\Picup\git\EventFlow\Source\EventFlow.EventStores.EventStore\..\..\README.md" /> | ||
</ItemGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ItemGroup> | |
<None Remove="C:\Work\Picup\git\EventFlow\Source\EventFlow.EventStores.EventStore\..\..\icon-128.png" /> | |
<None Remove="C:\Work\Picup\git\EventFlow\Source\EventFlow.EventStores.EventStore\..\..\README.md" /> | |
</ItemGroup> |
logger.LogDebug( | ||
"Wrote entity {0} with version {1} ({2},{3})", | ||
id, | ||
expectedVersion, | ||
writeResult.LogPosition.CommitPosition, | ||
writeResult.LogPosition.PreparePosition); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{1}
etc. should have proper names
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<TargetFrameworks>net8.0</TargetFrameworks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be awesome if all of them could be supported
<TargetFrameworks>net8.0</TargetFrameworks> | |
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net6.0;net8.0</TargetFrameworks> |
Hmmm, seems EventStore is being re-branded https://www.kurrent.io/blog/kurrent-re-brand-faq Would it make sense to hold off completing this until the rebrand is done? |
Here's the "correct" content (with old NuGet package references) needed
|
Update EventStore Client to EventStore.Client.Grpc.Streams v23.3.5