You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "zcsizmadia (via GitHub)" <gi...@apache.org> on 2023/02/19 13:33:47 UTC

[GitHub] [avro] zcsizmadia commented on pull request #1966: AVRO-3673: Add MSBuild AvroGenTask

zcsizmadia commented on PR #1966:
URL: https://github.com/apache/avro/pull/1966#issuecomment-1435990819

   MSBuild does not use the NuGet cache to find dependencies. This is a limitation msbuild and nuget still has. Yhis means that you need to create a "fat" package and include the dependencies for the custom msbuild. However the dependencies are Avro.dll and everything AVro.dll depends on. The Avro MSBuild task nupkg will include the common LICENSE file from the root of the csharp source tree, which is enough.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org