So, we keep seeing issues on different projects with the error:
Could not load file or assembly ‘System.Buffers, Version=4.0.x.x
The error can sometimes seem intermittent, or just plain baffling. If you then examine the /BIN directory, and look at the properties (right click on the dll, and look at the file properties) of System.Buffers, you’ll find that it’s a wrong version; it’s not what is referenced in web.config (remembering that you may have an Assembly binding redirect in place) at all.
I’m tired of digging out details for myself/my colleagues, so here’s what’s happening…
Continue reading “System.Buffers references in Sitecore Nuget Packages”