akkadotnet / akkadotnet/Akka.Serialization.MessagePack
Add setting to choose MsgPack mode
Open
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
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