зеркало из https://github.com/microsoft/rudder.git
bed09c6d02
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
AnalysisClient | ||
ColumnReductionAnalysis | ||
CompareAnalysisOutput/Compare | ||
ScopeProgramAnalysis | ||
ScopeRuntimeLoader | ||
analysis-net@0027733806 | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
ColumnReduction.sln | ||
LICENSE | ||
README.md | ||
ScopeDependencyAnalysis.sln |
README.md
rudder
Static analysis of MSIL based on the analysis-net infrastructure
Installation
Rudder has a source relationship with the infrastructure it is built on top of. The three projects, Backend, CCIProvider, and Model, are not in this repo. They are part of a project analysis-net. Currently they build against a fork branch cci-version which is located here.
You can get the last version of the analysis using: git submodule update. The framework will be placed in the folder analysis-net.
We know this is not optimal and hope to move to a binary (NuGet) dependence soon.