AvoidUncalledPrivateCode

this warning is in the events of the global.asax file
Can you help me

Detail:

Target : Session_Start(System.Object,System.EventArgs):System.Void (IntrospectionTargetMethodBase)

Location : file:///C:/Documents%20and%20Settings/Myrna.Saldana/Mis%20documentos/C%23net/demo/ServiciosWeb/Global.asax.cs<32> (String)

Resolution : "'Global.Session_Start(Object, EventArgs):Void'

appears to have no upstream public or protected callers."

Help : http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.32&url=/Performance/AvoidUncalledPrivateCode.html (String)

Category : Microsoft.Performance (String)

CheckId : CA1811 (String)

RuleFile : Performance Rules (String)

Info : "There is uncalled code that is not externally visible

and is not a known runtime entry point. If this violation

fires in error, please send a problem report to the

FxCop team."



Answer this question

AvoidUncalledPrivateCode

  • DanWoerner

    Thanks for posting this. I will make sure it gets looked at before our next update.



  • AvoidUncalledPrivateCode