Hi, I am having dependency issues (probably version mismatch with AutoMapper)
Attempt by method 'FastText.NetWrapper.FastTextWrapper..ctor(Microsoft.Extensions.Logging.ILoggerFactory)' to access method 'AutoMapper.MapperConfiguration..ctor(System.Action`1<AutoMapper.IMapperConfigurationExpression>)' failed.
packages:
<PackageReference Include="AutoMapper" Version="16.1.1" />
<PackageReference Include="FastText.NetWrapper" Version="1.3.1" />