This will dramatically reduce the size of the nuget package, since each of several targeted builds of the rust library had previously bundled their own copy of the parameters.
Alternatively to address the nupkg size problem (#235), we could download the parameters and include them as their own payload in the nupkg so that all runtime binaries can share one copy.
This will dramatically reduce the size of the nuget package, since each of several targeted builds of the rust library had previously bundled their own copy of the parameters.
Alternatively to address the nupkg size problem (#235), we could download the parameters and include them as their own payload in the nupkg so that all runtime binaries can share one copy.
Fixes #235