autofac / Autofac.Extras.DynamicProxy

Interceptor and decorator support for Autofac IoC via Castle DynamicProxy
MIT License
106 stars 33 forks source link

Should document Visual Studio and C# language dependencies #16

Closed mwpowellhtx closed 7 years ago

mwpowellhtx commented 7 years ago

You should probably document the C# language dependencies, i.e. nameof operator, for starters; implied also Visual Studio along with that. Background, I've been happily tooling along on VS2013. While I did spend a little time getting acquainted with VS2015 around about the CTP, I haven't made the leap yet, much less C# 6.0. I probably should, but just haven't made it a priority yet.

tillig commented 7 years ago

You should only need this information if you're compiling from source. If you're doing that, we already have all that listed in the contributor's guide which is cross-linked from the documentation.