arodus / nuke-docker

Docker CLI addon
https://nuke.build
MIT License
5 stars 2 forks source link

Docker settings do not implement abstract CustomLogger property #6

Closed totollygeek closed 5 years ago

totollygeek commented 5 years ago

The abstract property of ToolSettings CustomLogger is not implemented in the derived settings classes, therefor leading to an exception upon usage: Method 'get_CustomLogger' in type 'Nuke.Docker.DockerImagesSettings' from assembly 'Nuke.Docker, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

gliljas commented 5 years ago

Got this too. I think this package just needs to be rebuilt with the latest Nuke core.

atyminski commented 5 years ago

I've got the same error. Task:DockerBuild(); Versions: Nuke.Common 0.17.6 Nuke.Docker 0.2.2

matkoch commented 5 years ago

Resolved.

@gliljas @gevlee please star the main repo!