I have followed this article to start using MessagePack in my asp.net core 3.1 application but it's not working due to the following error message:
Severity Code Description Project File Line Suppression State Error CS1503 Argument 1: cannot convert from 'MessagePack.Resolvers.ContractlessStandardResolver' to 'MessagePack.MessagePackSerializerOptions' Gateway C:\Developments\POC\Gateway\Startup.cs 33 Active
What is another alternative or solution to fix this compile problem?