robv8r / resharper-annotations

Community ReSharper External Annotations
Apache License 2.0
26 stars 10 forks source link

System.Reflection.Assembly.GetEntryAssembly() can be null in ASP.Net applications #6

Closed robv8r closed 8 years ago

robv8r commented 9 years ago

In ASP.Net applications hosted by IIS Express, System.Reflection.Assembly.GetEntryAssembly() is null. The NotNull annotation for this method should be removed.