About 13,900,000 results
Open links in new tab
  1. How do I run code analysis for .NET application using Microsoft ...

    Oct 22, 2021 · How do I run code analysis for .NET application using Microsoft.CodeAnalysis.NetAnalyzers from a command line interface Asked 4 years, 1 month …

  2. What is Dynamic Code Analysis? - Stack Overflow

    Sep 8, 2008 · From Wikipedia's definition of dynamic program analysis: Dynamic program analysis is the analysis of computer software that is performed with executing programs built …

  3. java - Perform code analysis in IntelliJ IDEA - Stack Overflow

    I checked the option 'Perform code analysis'. If I press commit, the code analysis starts, and when its finished i get the following dialog to view the results of the analysis: If I press the review …

  4. How do I specify a custom code analysis ruleset for multiple …

    Sep 12, 2019 · 9 I've got a custom code analysis ruleset that I want to apply to all configurations of multiple projects in my solution but can't see how I can do it. To be clear, I'm looking for a …

  5. VS 2022: High RAM and CPU issue with Roslyn Code Analysis

    Jun 15, 2022 · We have a huge solution (ASP.NET MVC, C#) in Visual Studio 2022 (v.17.2.2 64bit). Roslyn Code Analysis is always using high CPU and RAM. Is there a way to prevent …

  6. visual studio - The difference between new VS code analysis …

    Aug 10, 2022 · 4 I have just installed the latest update 17.3 for Visual Studio 2022 and noticed that code analysis settings changed. Now there are two options for code analysis scope: …

  7. c# - How to get list of zero-reference/unreferenced code in Visual ...

    Dec 27, 2022 · To this effect, I created a new code analysis ruleset file (Via File->New->File, making sure General in the left pane was selected and scrolling down to find Code Analysis …

  8. How do I disable all Roslyn Code Analyzers? - Stack Overflow

    This option does not disable code analysis at all. It controls where the code analysis is done. If it is enabled then the analysis will be done in another 64-bit process and the results will be …

  9. How to identify duplicate code in Visual Studio 2022

    Sep 15, 2023 · 7 When I do code merge between branches sometimes the auto merge in Visual Studio 2022 may result in duplicated code segments or duplicated methods. So in such a …

  10. What static analysis tools are available for C#? [closed]

    Sep 2, 2008 · What tools are there available for static analysis against C# code? I know about FxCop and StyleCop. Are there others? I've run across NStatic before but it's been in …