Compilation errors with ImageResizer 3.2.1
问题 After allowing Nuget to update ImageResizer 3.1.5 to version 3.2.1 my compiles are failing with multiple errors (all same type): Error 5 Missing compiler required member 'System.Runtime.CompilerServices.ExtensionAttribute..ctor' Apparently this is the result of an assembly version mismatch. Deleting all ImageResizer references in the project allows an error-free compile. Reverting to ImageResizer 3.1.5 also allows a successful compilation. My project is a simple MVC3 application targeting