Deffiss / testenvironment-docker

MIT License
117 stars 30 forks source link

bumped version of concrete packages to avoid binaries incompatibilities #38

Closed Taturevich closed 4 years ago

Taturevich commented 4 years ago

Resolves #37 Between two versions of the main library, some changes in public contracts were introduced. They appear to be backward incompatible with previous versions of dependent packages (Mssql, FTP, etc.). The easiest way to solve this is to release a new version of each package. This problem might appear in the future. Each change in public contracts will cause an issue in all dependent on the core project packages. I'd recommend considering writing a script that increments the version of each child package whenever we have changed something in the core TestEnvironment.Docker project

Deffiss commented 4 years ago

Also, tests that references nuget packages (not csproj) are required.