ca1062 Questions

5

Solved

I have a class with two constructors that look like this: public MyClass(SomeOtherClass source) : this(source, source.Name) { } public MyClass(SomeOtherClass source, string name) { /* ... */ } W...
Yod asked 29/6, 2009 at 18:8

2

Solved

I have a very simple code (simplified from the original code - so I know it's not a very clever code) that when I compile in Visual Studio 2010 with Code Analysis gives me warning CA1062: Validate ...
Ideatum asked 18/5, 2010 at 20:38

3

Solved

I've recently upgraded my project to Visual Studio 2010 from Visual Studio 2008. In Visual Studio 2008, this Code Analysis rule doesn't exist. Now I'm not sure if I should use this rule or not. ...
Dissidence asked 18/5, 2010 at 11:17
1

© 2022 - 2024 — McMap. All rights reserved.