ch-robinson / dotnet-avro

An Avro implementation for .NET
https://engineering.chrobinson.com/dotnet-avro/
MIT License
135 stars 51 forks source link

CLI doesn't work in .NET SDK 5.0 #139

Closed eshepelyuk closed 3 years ago

eshepelyuk commented 3 years ago

Hello @dstelljes

I am attaching sample project that reproduces the issue

  1. Unpack avro.net5.zip
  2. Try to build docker $ docker build -t chr/avro .
  3. Build fails with error.log

The issue is not specific to docker build or local tool installation

CLI doesn't work until one installs .NET SDK 3.x.

dstelljes commented 3 years ago

Thanks for the thorough report. This is related to #127, but I’ll keep this open so that we make sure to test this type of installation.

dstelljes commented 3 years ago

Thanks for your patience on this; the 7.1.0 release later today will add net5.0 as a CLI target framework.