Static analysis of MSIL based on the analysis-net infrastructure
Перейти к файлу
Mike Barnett 0549d5325b Changes needed to experiment with calling from the Scope compiler. 2018-02-14 13:34:54 -08:00
AnalysisClient Several changes a rollback... 2018-02-10 18:37:51 -08:00
ColumnReductionAnalysis Several changes a rollback... 2018-02-10 18:37:51 -08:00
CompareAnalysisOutput/Compare Add analysis times computation 2017-07-14 16:41:37 -07:00
ScopeProgramAnalysis Changes needed to experiment with calling from the Scope compiler. 2018-02-14 13:34:54 -08:00
ScopeRuntimeLoader Change the method FullName to GetFullName to avoid conflitcs 2018-01-27 17:11:40 -08:00
analysis-net@058dececd7 Several changes a rollback... 2018-02-10 18:37:51 -08:00
.gitattributes Fix line endings... 2016-08-31 11:43:05 -07:00
.gitignore add gitnore 2018-01-23 11:31:35 -08:00
ColumnReduction.sln Slight changes to make compile after upgrading the framework 2016-09-23 21:03:13 -03:00
LICENSE Initial commit 2016-08-09 10:19:44 -07:00
README.md Updated README.md with installation instructions for the dependence on analysis-net. 2016-09-20 08:51:34 -07:00
ScopeDependencyAnalysis.sln Move the loading of the Scope runtime into a separate project so it can be shared by both ScopeAnalyzer and ScopeProgramAnalysis. 2017-07-12 20:22:04 -07:00

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.

The solution file assumes that you have mapped that repo into a sub-folder of the Rudder root folder named "analysis-net".

We know this is not optimal and hope to move to a binary (NuGet) dependence soon.