Afaik the following PR #87930 is part of .NET 8.0 preview 7, it caused a 60kb size regression for us:
preview 6: https://github.com/npgsql/npgsql/actions/runs/5930686472
preview 7: https://github.com/npgsql/npgsql/actions/runs/5931742857
Mostly due to it bringing in BigInteger (and a managed NegotiateAuthentication impl?)
Not sure what we can or want to do here.
/cc @filipnavara
