Akka.Quartz.Actor
Akka.Quartz.Actor copied to clipboard
Quartz scheduling actor
Support deserialization of job messages via `SerializerWithStringManifest` or `Serializer` when `IncludeManifest = true`. Fixes https://github.com/akkadotnet/Akka.Quartz.Actor/issues/334 ## Changes This change allows for custom serializers defined with `SerializerWithStringManifest` or `Serializer` when `IncludeManifest...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.4. Commits b9eacec v2.5.4 316c225 Latest dependencies 9d3aaa0 Latest dependencies da1033b Latest dependencies 8b76089 Remove unnecessary global.json af8f8df Sort Directory.Build.props 44114d0 Disable MSBuild transitive copies...
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.6.2. Commits f69c77d v2.6.2 9ef018a Latest dependencies dc28c5d Add -silent reporter which does not output anything 9cbad9a Unit tests for #2821 (v2) e25a79e Missing assemblies...
Bumps [Quartz](https://github.com/quartznet/quartznet) from 3.7.0 to 3.8.0. Release notes Sourced from Quartz's releases. Quartz.NET 3.8.0 This most notably tries to improve Quartz API and metadata to handle NET 8 trimming capabilities...
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 2.2.6 to 8.0.0. Release notes Sourced from Microsoft.Data.Sqlite's releases. EF Core 8 (EF8) RC 2 is available from NuGet RC 2 contains no new features over those...
**Expected behavior** I should be able to use a custom serializer defined with `SerializerWithStringManifest` or `Serializer` when `IncludeManifest = true` and have the appropriate type info passed into `FromBinary`. **Actual...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.8.0 What's Changed Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0 v17.8.0-release-23468-02 What's Changed Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 by @mthalman in...
**Version Information** `Akka 1.4.31` `Akka.Quartz.Actor `1.4.31` **Describe the bug** When using Akka custom message serializer and `QuartzPersistentActor` it fails to deserialize message from binary in `QuartzPersistentJob.Execute`, as it searches for...