-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing configuration. Updated akka. Added PublicApi annotation…
…s. (#37)
- Loading branch information
1 parent
df25b9b
commit 4d42a24
Showing
26 changed files
with
212 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<AkkaVersion>1.5.18</AkkaVersion> | ||
<AkkaVersion>1.5.19</AkkaVersion> | ||
<EventStoreVersion>23.2.1</EventStoreVersion> | ||
<NBenchVersion>1.2.2</NBenchVersion> | ||
<XunitVersion>2.4.1</XunitVersion> | ||
<TestSdkVersion>15.9.0</TestSdkVersion> | ||
<XunitVersion>2.7.1</XunitVersion> | ||
<TestSdkVersion>17.9.0</TestSdkVersion> | ||
</PropertyGroup> | ||
<!-- Akka.NET Package Versions --> | ||
<ItemGroup> | ||
<PackageVersion Include="Akka.Hosting" Version="1.5.6.1" /> | ||
<PackageVersion Include="Akka.Persistence.Hosting" Version="1.5.18" /> | ||
<PackageVersion Include="NuGet.Frameworks" Version="6.9.1" /> | ||
<PackageVersion Include="Akka" Version="1.5.18" /> | ||
<PackageVersion Include="Akka.Persistence.Hosting" Version="$(AkkaVersion)" /> | ||
<PackageVersion Include="Akka" Version="$(AkkaVersion)" /> | ||
<PackageVersion Include="Akka.Persistence" Version="$(AkkaVersion)" /> | ||
<PackageVersion Include="Akka.Persistence.Query" Version="$(AkkaVersion)" /> | ||
</ItemGroup> | ||
<!-- EventStore Package Versions --> | ||
<ItemGroup> | ||
<PackageVersion Include="EventStore.Client.Grpc.PersistentSubscriptions" Version="$(EventStoreVersion)"/> | ||
<PackageVersion Include="EventStore.Client.Grpc.ProjectionManagement" Version="$(EventStoreVersion)"/> | ||
<PackageVersion Include="EventStore.Client.Grpc.Streams" Version="$(EventStoreVersion)"/> | ||
<PackageVersion Include="EventStore.Client.Grpc.PersistentSubscriptions" Version="$(EventStoreVersion)" /> | ||
<PackageVersion Include="EventStore.Client.Grpc.ProjectionManagement" Version="$(EventStoreVersion)" /> | ||
<PackageVersion Include="EventStore.Client.Grpc.Streams" Version="$(EventStoreVersion)" /> | ||
</ItemGroup> | ||
<!-- Testing Utilities --> | ||
<ItemGroup> | ||
<PackageVersion Include="Akka.Persistence.TCK" Version="1.5.18" /> | ||
<PackageVersion Include="Akka.Hosting.TestKit" Version="1.5.18" /> | ||
<PackageVersion Include="Akka.Persistence.TCK" Version="$(AkkaVersion)" /> | ||
<PackageVersion Include="Akka.Hosting.TestKit" Version="$(AkkaVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> | ||
<PackageVersion Include="xunit" Version="2.7.0" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" /> | ||
<PackageVersion Include="xunit" Version="$(XunitVersion)" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.8"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" /> | ||
<PackageVersion Include="Docker.DotNet" Version="3.125.15" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" /> | ||
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" /> | ||
<PackageVersion Include="NuGet.Frameworks" Version="6.9.1" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
src/Akka.Persistence.EventStore/Akka.Persistence.EventStore.nuspec
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/Akka.Persistence.EventStore/EventStorePersistenceProvider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.