You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching to PackageReference we are bringing in some transitive packages that are older than live-built assets. In this case, System.Runtime.CompilerServices.Unsafe.
We should audit all of our library builds to make sure we aren't doing this in additional places.
It may be possible for us to automatically do this, but it it could get a little tricky (and expensive) to do during source build, as we would need to check for every package referenced by src if we have a src project for it for the target configuration and its building live. Perhaps we can add coverage in package testing for this.