Hagar icon indicating copy to clipboard operation
Hagar copied to clipboard

Fast, flexible, and version-tolerant serializer for .NET

Results 16 Hagar issues
Sort by recently updated
recently updated
newest added

Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.1. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET 6.0.1 Release .NET 6.0 Release .NET 6.0 RC 2 Release .NET 6.0 RC 1 Release .NET 6.0...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Reproducing the serialization/deserialization issue for boxed enums that have a generated serializer.

How soon can we expect to get this on NuGet with a separate package to use it with Orleans? I've been putting off switching from the default one because the...

Support attaching [Immutable] to fields and properties as well as to method arguments for invokable interfaces (i.e, ones inheriting or having `[GenerateMethodSerializers]`)

Currently, Hagar will safely and predictably deserialize types where the payload contains unknown fields. It supports this by marking and otherwise ignoring the field when it encounters it in the...