Hyperion icon indicating copy to clipboard operation
Hyperion copied to clipboard

Polymorphic serialization for .NET

Results 77 Hyperion issues
Sort by recently updated
recently updated
newest added

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0. Release notes Sourced from coverlet.collector's releases. v6.0.0 Fixed -Could not write lines to file CoverletSourceRootsMapping - in use by another process coverlet-coverage/coverlet#1155 -Incorrect coverage...

dependencies

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 10.2.0 to 11.0.0. Release notes Sourced from PublicApiGenerator's releases. 11.0.0 What's Changed Remove obsolete APIs by @​sungam3r in PublicApiGenerator/PublicApiGenerator#291 Full Changelog: https://github.com/PublicApiGenerator/PublicApiGenerator/compare/10.5.0...11.0.0 10.5.0 What's Changed Rename properties...

dependencies

Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0. Release notes Sourced from System.Collections.Immutable's releases. .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 7.0 Preview...

dependencies

Bumps [ApprovalTests](https://github.com/approvals/ApprovalTests.Net) from 5.7.2 to 5.8.0. Release notes Sourced from ApprovalTests's releases. 5.8.0 As part of this release we had 150 commits which resulted in 4 issues being closed. features...

dependencies

Hi I'm using Hyperion as the serializer and I know all my types beforehand so I'm trying to use the knownType array. It seems that generic List aren't counted as...

**Version Information** Akka.NET version: 1.4.41 Akka.NET Modules: Akka.Remote & Akka.Cluster **Describe the bug** AmbiguousMatchException will be thrown during cluster running. ``` Akka.Remote.EndpointWriter AssociationError [akka.tcp://[email protected]:51991] System.Reflection.AmbiguousMatchException: Ambiguous match found. at System.RuntimeType.GetMethodImplCommon(String...

**Version Information** Relates to Hyperion 0.12.2 **Describe the bug** When roundtripping an object derived from a collection type, it seems like the object itself does not get its fields included....