Sign 'MonoDetection.exe' with a strong name key.
Parameter
'args' of 'Program.Main(string[])' is never used. Remove the parameter or use it in the method body.
Assemblies should have valid strong names
Either the assembly has no strong name, an invalid one, or the strong name is valid only because of the computer
configuration. The assembly should not be deployed in this state. The most common causes of this are: 1) The assembly's contents
were modified after it was signed. 2) The signing process failed. 3) The assembly was delay-signed. 4) A registry key existed that
allowed the check to pass (where it would not have otherwise).
Sign {0} with a strong name key.
http://msdn2.microsoft.com/ms182127(VS.90).aspx
[none]
CriticalError
Review unused parameters
Review parameters in non-virtual methods that are not used in the method body to ensure no correctness exists around
failure to access them. Unused parameters incur maintenance and performance costs. Sometimes a violation of this rule can point to
an implementation bug in the method (i.e. the parameter should actually have been used in the method body). Exclude warnings of this
rule if the parameter has to exist because of backward compatibility.
Parameter {0} of {1} is never used. Remove the parameter or use it in the method body.
http://msdn2.microsoft.com/ms182268(VS.90).aspx
[none]
Warning
Category
Certainty
Collapse All
Check Id
Error
error(s)
Expand All
Help
Line
message(s)
[Location not stored in Pdb]
Project
Resolution
Rule
Rule File
Rule Description
Source
Status
Target
Warning
warning(s)
Code Analysis Report