Click here to Skip to main content
15,901,505 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Reading the security log in Vista Pin
Graham Bradshaw21-Dec-08 12:35
Graham Bradshaw21-Dec-08 12:35 
GeneralRe: Reading the security log in Vista Pin
ByStorm Software21-Dec-08 12:48
ByStorm Software21-Dec-08 12:48 
GeneralRe: Reading the security log in Vista Pin
ByStorm Software21-Dec-08 14:32
ByStorm Software21-Dec-08 14:32 
GeneralRe: Reading the security log in Vista Pin
ByStorm Software22-Dec-08 16:58
ByStorm Software22-Dec-08 16:58 
QuestionFXCOP CLSCompliant Pin
#realJSOP19-Dec-08 4:52
professional#realJSOP19-Dec-08 4:52 
AnswerRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:15
Lev Danielyan19-Dec-08 5:15 
GeneralRe: FXCOP CLSCompliant Pin
#realJSOP19-Dec-08 5:25
professional#realJSOP19-Dec-08 5:25 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:34
Lev Danielyan19-Dec-08 5:34 
I think you have two options:

1. Add the [assembly:CLSCompliant(true)] attribute to the assembly, and see what are the compiler's errors/warnings

2. Or if you need to do it in code, look at the CLS compliance restrictions in the ECMA 335 standard[^] (it's got a lot of info on CLS compliance) and check for these using Microsoft.Cci (the fxcop's backend) or Mono.Cecil

Regards,
Lev

GeneralRe: FXCOP CLSCompliant Pin
#realJSOP19-Dec-08 5:41
professional#realJSOP19-Dec-08 5:41 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:42
Lev Danielyan19-Dec-08 5:42 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:49
Lev Danielyan19-Dec-08 5:49 
AnswerRe: FXCOP CLSCompliant Pin
Joe DiNatale19-Dec-08 5:37
Joe DiNatale19-Dec-08 5:37 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:41
Lev Danielyan19-Dec-08 5:41 
GeneralRe: FXCOP CLSCompliant Pin
#realJSOP19-Dec-08 5:42
professional#realJSOP19-Dec-08 5:42 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:45
Lev Danielyan19-Dec-08 5:45 
QuestionI Just Discovered FXCop Pin
#realJSOP19-Dec-08 3:28
professional#realJSOP19-Dec-08 3:28 
AnswerRe: I Just Discovered FXCop Pin
Pete O'Hanlon19-Dec-08 3:49
mvePete O'Hanlon19-Dec-08 3:49 
GeneralRe: I Just Discovered FXCop Pin
#realJSOP19-Dec-08 4:59
professional#realJSOP19-Dec-08 4:59 
GeneralRe: I Just Discovered FXCop Pin
Pete O'Hanlon19-Dec-08 8:32
mvePete O'Hanlon19-Dec-08 8:32 
GeneralRe: I Just Discovered FXCop Pin
cmk20-Dec-08 9:51
cmk20-Dec-08 9:51 
AnswerRe: I Just Discovered FXCop Pin
Wendelius19-Dec-08 4:59
mentorWendelius19-Dec-08 4:59 
GeneralRe: I Just Discovered FXCop Pin
Lev Danielyan19-Dec-08 5:17
Lev Danielyan19-Dec-08 5:17 
GeneralRe: I Just Discovered FXCop Pin
#realJSOP19-Dec-08 5:26
professional#realJSOP19-Dec-08 5:26 
GeneralRe: I Just Discovered FXCop Pin
Lev Danielyan19-Dec-08 5:39
Lev Danielyan19-Dec-08 5:39 
GeneralRe: I Just Discovered FXCop Pin
Mark Churchill22-Dec-08 18:59
Mark Churchill22-Dec-08 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.