📖Blog: https://steven-giesel.com
👨🏻💻Github: https://github.com/linkdotnet
Just because there is STJ 9.0.1 doesn’t necessarily mean STJ 8.0.4 is outdated.
Just because there is STJ 9.0.1 doesn’t necessarily mean STJ 8.0.4 is outdated.
So even if you as a responsible dev, did you job and keep everything up to date, you would not have been done.
So even if you as a responsible dev, did you job and keep everything up to date, you would not have been done.
Maybe it is laziness. Every ide makes it somewhat easy to upgrade all your packages in one go.
Central Package Management makes this even more trivial
Maybe it is laziness. Every ide makes it somewhat easy to upgrade all your packages in one go.
Central Package Management makes this even more trivial
Personally - I don’t like that because it doesn’t lead developers to a „pit of success“
Personally - I don’t like that because it doesn’t lead developers to a „pit of success“
And I am still not sure why the issue comes in the first place. It might be worth reporting this over at the nuget repo.
I mean, given that even netstandrd2.0 would support the v9 version of the dependency
And I am still not sure why the issue comes in the first place. It might be worth reporting this over at the nuget repo.
I mean, given that even netstandrd2.0 would support the v9 version of the dependency
We faced similar issues with the System.Text.JSON - where even many MS packages didn’t update STJ to fix the CVE (even though the package itself got updated).
We faced similar issues with the System.Text.JSON - where even many MS packages didn’t update STJ to fix the CVE (even though the package itself got updated).
Thanks for the update
Thanks for the update
Yes, there is a risk that it breaks your library code, though.
Yes, there is a risk that it breaks your library code, though.
We aligned TFM with the package version, see: github.com/bUnit-dev/bU...
I also did this in some of my other smaller libraries.
For netstandard2.0, I would roll with the lowest required version - so 8.0.1 for your dep.
We aligned TFM with the package version, see: github.com/bUnit-dev/bU...
I also did this in some of my other smaller libraries.
For netstandard2.0, I would roll with the lowest required version - so 8.0.1 for your dep.