If you’ve spent any time browsing the source of ASP.NET 5
[https://github.com/aspnet] (aka vNext), you’ve surely seen the
[AssemblyNeutral]
[https://github.com/aspnet/HttpAbstractions/blob/7be9cefc4c7671caba7d8fe538ba6a0ad308fdad/src/Microsoft.AspNet.HttpFeature/AssemblyNeutralAttribute.cs]
attribute floating around. What in the hell is that?
Some Background
Right