dotnet / Docker.DotNet

:whale: .NET (C#) Client Library for Docker API
https://www.nuget.org/packages/Docker.DotNet/
MIT License
2.23k stars 381 forks source link

feat: Update specgen configuration to Docker Engine API 24.0.7 #665

Open HofmeisterAn opened 9 months ago

HofmeisterAn commented 9 months ago

The PR updates specgen to the latest Docker Engine API version (24.0.7) and fixes some inconsistencies in the API definition. Additionally, the PR (2nd commit) removes a couple of minor code smells and warnings.