{{Quickfixn}} QuickFIX/n does not work on NET 5.0 on Linux

Artur Pietrzyk apietrzyk at coinapi.io
Wed Jun 9 05:41:51 PDT 2021


Hi Team,

We have perfectly working code on
  <TargetFramework>netcoreapp3.1</TargetFramework>
that is compiled using
  FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
and run using
  FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine AS base
in docker container.

But when we upgrade the framework to
  <TargetFramework>net5.0</TargetFramework>
compile using
  FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
and run using
  FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine AS base

Then there is no exception visible but initiator does not start session.

This is a known issue, we have very limited possibility to debug this at
the moment, but does not see any GitHub issue on that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20210609/9887f167/attachment.html>


More information about the Quickfixn mailing list