akkadotnet / akkadotnet/Akka.Serialization.MessagePack

Add setting to choose MsgPack mode

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
15
Forks
8
PR merge metrics
No merged PRs in 30d

Description

```C#
internal enum MsgPackMode
{
Contract = 1, //StandardResolver
Contractless = 2, //ContractlessStandardResolver
Typeless = 3 // TypelessContractlessStandardResolver
}
```
I don't know how to do it right now, becaus I have to call `CompositeResolver.RegisterAndSetAsDefault` in a static constructor

Contributor guide

Open the contributing guide

Research direction

Start by examining the static constructor and its call to CompositeResolver.RegisterAndSetAsDefault. Determine how the requested MsgPackMode setting should select Contract, Contractless, or Typeless behavior, and consider how completion can be verified for each mode.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.