Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there any reason to leave ref to System.Runtime.CompilerServices in AssemblyInfo.cs?

I just started using resharper and it barks at this generated assemblyinfo.cs file.

Reason/Logic tells me I'm fine to take the line out because it's the latest version of resharper and it's a popular tool.

My worry is something along the lines of my limited understanding w.s.t. interactions of newer c# features like extension methods in combination with taking a "using" out that appears to not be "used".

Hope that made some sense.

Here's the screen shot for clarity's sake.

enter image description here

like image 322
Aaron Anodide Avatar asked Mar 17 '11 20:03

Aaron Anodide


1 Answers

It has nothing to do with newer C# features, you can safely remove it.

like image 197
Snowbear Avatar answered Sep 17 '22 18:09

Snowbear