Microsoft Developer Network > 포럼 홈 > Visual Studio Code Analysis and Code Metrics > FxCop 1.36 missing DoNotConcatenateStringsInsideLoops rule
질문하기질문하기
 

답변됨FxCop 1.36 missing DoNotConcatenateStringsInsideLoops rule

답변

  • 2007년 10월 12일 금요일 오후 4:48Todd KingMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Hello,

     

    In FxCop 1.36 we have removed our data flow engine and all the associated data flow rules with it. I'm sorry to say CA1818 was one of those dataflow rules we removed. We are planning on adding those rules back in, in a future release once we have completed our work on our new data flow engine.

     

    -Todd

     

  • 2007년 10월 12일 금요일 오후 5:51David M. KeanMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

     

    In saying that though, it is likely that we will not be recovering DoNotConcatenateStringsInsideLoops - this rule lack any real context as to whether a particular problem was really going to effect the performance of an application.

     

    However, the Profiler guys are looking at recovering this analysis in the future.

모든 응답

  • 2007년 10월 12일 금요일 오후 4:48Todd KingMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Hello,

     

    In FxCop 1.36 we have removed our data flow engine and all the associated data flow rules with it. I'm sorry to say CA1818 was one of those dataflow rules we removed. We are planning on adding those rules back in, in a future release once we have completed our work on our new data flow engine.

     

    -Todd

     

  • 2007년 10월 12일 금요일 오후 5:51David M. KeanMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

     

    In saying that though, it is likely that we will not be recovering DoNotConcatenateStringsInsideLoops - this rule lack any real context as to whether a particular problem was really going to effect the performance of an application.

     

    However, the Profiler guys are looking at recovering this analysis in the future.