YoloDev / YoloDev.Expecto.TestSdk

27 stars 16 forks source link

feat: update to expecto 10 #120

Closed SimonCropp closed 1 year ago

SimonCropp commented 1 year ago

BREAKING-CHANGE: major expecto update and drops support for older .NET framework versions.

Alxandr commented 1 year ago

I'm on vacation. Hopefully I can get back to this in about a week.

Alxandr commented 1 year ago

The build fails, probably cause you've dropped support for older .NET targets, and now refer to files that does not exist. Why was support for older frameworks dropped?

SimonCropp commented 1 year ago

expecto dropped support for older frameworks

Alxandr commented 1 year ago

The build passes, but I noticed it still installed .NET 3.1 and 5. Could you update the workspace files to no longer do that as well? Then I think this update would be good. Just have to make sure it triggers a new minor (not patch) release.

SimonCropp commented 1 year ago

done

xperiandri commented 1 year ago

@Alxandr let's bump a major version of this package

Alxandr commented 1 year ago

If nothing comes up with 0.14 in about a month or so, I agree it's probably a good idea - but I do not want to release a 1.0 right after making a breaking change.

xperiandri commented 1 year ago

Why not? It is perfect reason to do that 🙂

Alxandr commented 1 year ago

Cause I want to make sure it's stable first.