albacore 0.3.6 → 0.6.2.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -22
- data/.travis.yml +13 -15
- data/Gemfile +14 -13
- data/Guardfile +7 -0
- data/README.md +148 -0
- data/Rakefile +9 -25
- data/albacore.gemspec +20 -5
- data/lib/albacore.rb +3 -9
- data/lib/albacore/albacore_module.rb +53 -0
- data/lib/albacore/application.rb +32 -0
- data/lib/albacore/asmver.rb +67 -0
- data/lib/albacore/asmver/cpp.rb +20 -0
- data/lib/albacore/asmver/cs.rb +17 -0
- data/lib/albacore/asmver/engine.rb +43 -0
- data/lib/albacore/asmver/fs.rb +25 -0
- data/lib/albacore/asmver/vb.rb +17 -0
- data/lib/albacore/build.rb +203 -0
- data/lib/albacore/cmd_config.rb +55 -0
- data/lib/albacore/cross_platform_cmd.rb +177 -0
- data/lib/albacore/dsl.rb +118 -0
- data/lib/albacore/errors/unfilled_property_error.rb +14 -0
- data/lib/albacore/ext/README.md +12 -0
- data/lib/albacore/ext/teamcity.rb +64 -0
- data/lib/albacore/facts.rb +25 -0
- data/lib/albacore/logging.rb +29 -0
- data/lib/albacore/migrate.rb +175 -0
- data/lib/albacore/nugets_authentication.rb +9 -0
- data/lib/albacore/nugets_pack.rb +283 -0
- data/lib/albacore/nugets_restore.rb +131 -0
- data/lib/albacore/paths.rb +30 -0
- data/lib/albacore/project.rb +104 -0
- data/lib/albacore/restore_hint_paths.rb +112 -0
- data/lib/albacore/semver.rb +5 -0
- data/lib/albacore/tasks/README.md +16 -0
- data/lib/albacore/tasks/albasemver.rb +49 -0
- data/lib/albacore/tasks/projectlint.rb +81 -0
- data/lib/albacore/tasks/versionizer.rb +65 -0
- data/lib/albacore/test_runner.rb +39 -0
- data/lib/albacore/version.rb +3 -0
- data/spec/Rakefile +5 -0
- data/spec/albacore_spec.rb +35 -0
- data/spec/cross_platform_cmd_spec.rb +77 -0
- data/spec/ext_teamcity_spec.rb +71 -0
- data/spec/facts_spec.rb +7 -0
- data/spec/migrate_spec.rb +80 -0
- data/spec/nugets_pack_spec.rb +66 -0
- data/spec/nugets_restore_spec.rb +55 -0
- data/spec/project_spec.rb +26 -0
- data/spec/projectlint/added_but_not_on_filesystem/aproject.csproj +29 -0
- data/spec/projectlint/correct/File.cs +1 -0
- data/spec/projectlint/correct/Image.txt +1 -0
- data/spec/projectlint/correct/MyHeavy.heavy +1 -0
- data/spec/projectlint/correct/Schema.xsd +1 -0
- data/spec/projectlint/correct/SubFolder/AnotherFile.cs +1 -0
- data/spec/projectlint/correct/aproject.csproj +29 -0
- data/spec/projectlint/on_filesystem_but_not_added/File.cs +1 -0
- data/spec/projectlint/on_filesystem_but_not_added/Image.txt +1 -0
- data/spec/projectlint/on_filesystem_but_not_added/aproject.csproj +11 -0
- data/spec/projectlint_spec.rb +77 -0
- data/spec/sh_interceptor.rb +33 -0
- data/spec/smoke_spec.rb +9 -0
- data/spec/spec_helper.rb +13 -15
- data/spec/testdata/Library1.fs +4 -0
- data/spec/testdata/Project.fsproj +58 -0
- data/spec/testdata/Project/Project.sln +20 -0
- data/spec/testdata/Project/Project.v11.suo +0 -0
- data/spec/testdata/example.nuspec +14 -0
- data/spec/testdata/packages.config +6 -0
- metadata +235 -662
- data/.bundle/config +0 -2
- data/.rspec +0 -2
- data/.rvmrc +0 -1
- data/README.markdown +0 -71
- data/lib/albacore/albacoretask.rb +0 -50
- data/lib/albacore/aspnetcompiler.rb +0 -58
- data/lib/albacore/assemblyinfo.rb +0 -172
- data/lib/albacore/assemblyinfolanguages/assemblyinfoengine.rb +0 -41
- data/lib/albacore/assemblyinfolanguages/cppcliengine.rb +0 -18
- data/lib/albacore/assemblyinfolanguages/csharpengine.rb +0 -15
- data/lib/albacore/assemblyinfolanguages/fsharpengine.rb +0 -23
- data/lib/albacore/assemblyinfolanguages/vbnetengine.rb +0 -15
- data/lib/albacore/config/aspnetcompilerconfig.rb +0 -29
- data/lib/albacore/config/assemblyinfoconfig.rb +0 -20
- data/lib/albacore/config/config.rb +0 -22
- data/lib/albacore/config/cscconfig.rb +0 -28
- data/lib/albacore/config/docuconfig.rb +0 -23
- data/lib/albacore/config/execconfig.rb +0 -15
- data/lib/albacore/config/fluentmigratorrunnerconfig.rb +0 -15
- data/lib/albacore/config/ilmergeconfig.rb +0 -24
- data/lib/albacore/config/msbuildconfig.rb +0 -29
- data/lib/albacore/config/msdeployconfig.rb +0 -15
- data/lib/albacore/config/mspectestrunnerconfig.rb +0 -15
- data/lib/albacore/config/mstesttestrunnerconfig.rb +0 -15
- data/lib/albacore/config/nantconfig.rb +0 -15
- data/lib/albacore/config/nchurnconfig.rb +0 -15
- data/lib/albacore/config/ncoverconsoleconfig.rb +0 -15
- data/lib/albacore/config/ncoverreportconfig.rb +0 -15
- data/lib/albacore/config/ndependconfig.rb +0 -15
- data/lib/albacore/config/netversion.rb +0 -24
- data/lib/albacore/config/nugetpackconfig.rb +0 -19
- data/lib/albacore/config/nugetpublishconfig.rb +0 -19
- data/lib/albacore/config/nugetpushconfig.rb +0 -19
- data/lib/albacore/config/nugetupdateconfig.rb +0 -19
- data/lib/albacore/config/nunittestrunnerconfig.rb +0 -14
- data/lib/albacore/config/specflowreportconfig.rb +0 -24
- data/lib/albacore/config/sqlcmdconfig.rb +0 -15
- data/lib/albacore/config/unzipconfig.rb +0 -15
- data/lib/albacore/config/vssgetconfig.rb +0 -14
- data/lib/albacore/config/xbuildconfig.rb +0 -15
- data/lib/albacore/config/xunittestrunnerconfig.rb +0 -15
- data/lib/albacore/config/zipdirectoryconfig.rb +0 -15
- data/lib/albacore/csc.rb +0 -67
- data/lib/albacore/docu.rb +0 -41
- data/lib/albacore/exec.rb +0 -18
- data/lib/albacore/fluentmigratorrunner.rb +0 -51
- data/lib/albacore/ilmerge.rb +0 -65
- data/lib/albacore/msbuild.rb +0 -78
- data/lib/albacore/msdeploy.rb +0 -122
- data/lib/albacore/mspectestrunner.rb +0 -50
- data/lib/albacore/mstesttestrunner.rb +0 -43
- data/lib/albacore/nant.rb +0 -38
- data/lib/albacore/nchurn.rb +0 -74
- data/lib/albacore/ncoverconsole.rb +0 -68
- data/lib/albacore/ncoverreport.rb +0 -62
- data/lib/albacore/ncoverreports/assemblyfilter.rb +0 -10
- data/lib/albacore/ncoverreports/branchcoverage.rb +0 -10
- data/lib/albacore/ncoverreports/classfilter.rb +0 -9
- data/lib/albacore/ncoverreports/codecoveragebase.rb +0 -25
- data/lib/albacore/ncoverreports/cyclomaticcomplexity.rb +0 -23
- data/lib/albacore/ncoverreports/documentfilter.rb +0 -9
- data/lib/albacore/ncoverreports/fullcoveragereport.rb +0 -13
- data/lib/albacore/ncoverreports/methodcoverage.rb +0 -10
- data/lib/albacore/ncoverreports/methodfilter.rb +0 -9
- data/lib/albacore/ncoverreports/namespacefilter.rb +0 -9
- data/lib/albacore/ncoverreports/reportfilterbase.rb +0 -26
- data/lib/albacore/ncoverreports/summaryreport.rb +0 -18
- data/lib/albacore/ncoverreports/symbolcoverage.rb +0 -9
- data/lib/albacore/ndepend.rb +0 -33
- data/lib/albacore/nugetinstall.rb +0 -57
- data/lib/albacore/nugetpack.rb +0 -54
- data/lib/albacore/nugetpublish.rb +0 -47
- data/lib/albacore/nugetpush.rb +0 -46
- data/lib/albacore/nugetupdate.rb +0 -51
- data/lib/albacore/nunittestrunner.rb +0 -41
- data/lib/albacore/nuspec.rb +0 -178
- data/lib/albacore/output.rb +0 -103
- data/lib/albacore/plink.rb +0 -47
- data/lib/albacore/specflowreport.rb +0 -62
- data/lib/albacore/sqlcmd.rb +0 -82
- data/lib/albacore/support/attrmethods.rb +0 -33
- data/lib/albacore/support/createtask.rb +0 -50
- data/lib/albacore/support/failure.rb +0 -15
- data/lib/albacore/support/logging.rb +0 -38
- data/lib/albacore/support/openstruct.rb +0 -13
- data/lib/albacore/support/runcommand.rb +0 -45
- data/lib/albacore/support/supportlinux.rb +0 -21
- data/lib/albacore/support/updateattributes.rb +0 -13
- data/lib/albacore/support/yamlconfig.rb +0 -18
- data/lib/albacore/unzip.rb +0 -28
- data/lib/albacore/vssget.rb +0 -44
- data/lib/albacore/xbuild.rb +0 -54
- data/lib/albacore/xunittestrunner.rb +0 -56
- data/lib/albacore/zipdirectory.rb +0 -106
- data/lib/version.rb +0 -3
- data/samples/Rakefile +0 -154
- data/spec/README.md +0 -9
- data/spec/albacoremodel_spec.rb +0 -53
- data/spec/assemblyinfo_contexts.rb +0 -52
- data/spec/assemblyinfo_spec.rb +0 -459
- data/spec/attrmethods_spec.rb +0 -136
- data/spec/config_spec.rb +0 -34
- data/spec/createtask_spec.rb +0 -237
- data/spec/csc_spec.rb +0 -253
- data/spec/docu_spec.rb +0 -109
- data/spec/exec_spec.rb +0 -45
- data/spec/fluentmigratorrunner_spec.rb +0 -256
- data/spec/ilmerge_spec.rb +0 -93
- data/spec/msbuild_spec.rb +0 -287
- data/spec/msdeploy_spec.rb +0 -124
- data/spec/mspec_spec.rb +0 -28
- data/spec/mstesttestrunner_spec.rb +0 -144
- data/spec/nant_spec.rb +0 -110
- data/spec/nchurn_spec.rb +0 -75
- data/spec/ncoverconsole_spec.rb +0 -353
- data/spec/ncoverreport_spec.rb +0 -619
- data/spec/ndepend_spec.rb +0 -72
- data/spec/netversion_spec.rb +0 -53
- data/spec/nugetinstall_spec.rb +0 -47
- data/spec/nugetupdate_spec.rb +0 -42
- data/spec/nunittestrunner_spec.rb +0 -115
- data/spec/nuspec_spec.rb +0 -85
- data/spec/output_spec.rb +0 -149
- data/spec/patches/docu_patch.rb +0 -13
- data/spec/patches/fail_patch.rb +0 -9
- data/spec/patches/system_patch.rb +0 -20
- data/spec/plink_spec.rb +0 -62
- data/spec/runcommand_spec.rb +0 -94
- data/spec/spec.opts +0 -1
- data/spec/specflowreport_spec.rb +0 -143
- data/spec/sqlcmd_spec.rb +0 -334
- data/spec/support/AssemblyInfo/AssemblyInfo.test +0 -9
- data/spec/support/AssemblyInfo/AssemblyInfoInput.test +0 -9
- data/spec/support/AssemblyInfo/assemblyinfo.yml +0 -2
- data/spec/support/CodeCoverage/mspec/assemblies/Machine.Specifications.dll +0 -0
- data/spec/support/CodeCoverage/mspec/assemblies/TestSolution.MSpecTests.dll +0 -0
- data/spec/support/CodeCoverage/mspec/assemblies/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/mspec/assemblies/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/mstest/TestSolution.MSTestTests.NET40.dll +0 -0
- data/spec/support/CodeCoverage/mstest/TestSolution.MSTestTests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/TestSolution.Tests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/with spaces/TestSolution.Tests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/with spaces/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/with spaces/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/nunit/failing_assemblies/TestSolution.FailingTests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/failing_assemblies/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/report/coverage.xml +0 -4578
- data/spec/support/CodeCoverage/xunit/assemblies/TestSolution.XUnitTests.dll +0 -0
- data/spec/support/CodeCoverage/xunit/assemblies/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/xunit/assemblies/xunit.dll +0 -0
- data/spec/support/CodeCoverage/xunit/assemblies/xunit.xml +0 -2604
- data/spec/support/FluentMigrator/FluentMigrator.dll +0 -0
- data/spec/support/FluentMigrator/TestSolution.FluentMigrator.dll +0 -0
- data/spec/support/SpecFlow/TechTalk.SpecFlow.dll +0 -0
- data/spec/support/SpecFlow/TestSolution.SpecFlow.dll +0 -0
- data/spec/support/SpecFlow/TestSolution.SpecFlow.pdb +0 -0
- data/spec/support/SpecFlow/TestSolution.dll +0 -0
- data/spec/support/SpecFlow/TestSolution.pdb +0 -0
- data/spec/support/SpecFlow/nunit.framework.dll +0 -0
- data/spec/support/TestSolution/LocalTestRun.testrunconfig +0 -5
- data/spec/support/TestSolution/NDependProject.xml +0 -315
- data/spec/support/TestSolution/TestSolution.5.0.ReSharper.user +0 -27
- data/spec/support/TestSolution/TestSolution.FailingTests/FailingTestFixture.cs +0 -19
- data/spec/support/TestSolution/TestSolution.FailingTests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.FailingTests/TestSolution.FailingTests.csproj +0 -101
- data/spec/support/TestSolution/TestSolution.FluentMigrator/M001_SampleMigration.cs +0 -19
- data/spec/support/TestSolution/TestSolution.FluentMigrator/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.FluentMigrator/TestSolution.FluentMigrator.csproj +0 -101
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy.sln +0 -20
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx +0 -13
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx.designer.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx +0 -60
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx.designer.cs +0 -26
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx +0 -13
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx.designer.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx +0 -49
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx.designer.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx +0 -75
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx.cs +0 -32
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx.designer.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Web.config +0 -18
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx.designer.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Global.asax +0 -1
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Global.asax.cs +0 -47
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Properties/AssemblyInfo.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1-vsdoc.js +0 -8061
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1.js +0 -6111
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1.min.js +0 -167
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master +0 -51
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master.designer.cs +0 -71
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Styles/Site.css +0 -294
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/TestSolution.MSDeploy.Publish.xml +0 -2
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/TestSolution.MSDeploy.csproj +0 -163
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.Debug.config +0 -30
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.Release.config +0 -31
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.config +0 -52
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/TestSolution.MSTestTests.NET40.csproj +0 -53
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs +0 -20
- data/spec/support/TestSolution/TestSolution.MSTestTests/Properties/AssemblyInfo.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSTestTests/TestSolution.MSTestTests.csproj +0 -97
- data/spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs +0 -20
- data/spec/support/TestSolution/TestSolution.MSpecTests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.MSpecTests/SomeSpecTest.cs +0 -18
- data/spec/support/TestSolution/TestSolution.MSpecTests/TestSolution.MSpecTests.csproj +0 -110
- data/spec/support/TestSolution/TestSolution.SpecFlow/OneFeature.feature +0 -8
- data/spec/support/TestSolution/TestSolution.SpecFlow/OneFeature.feature.cs +0 -73
- data/spec/support/TestSolution/TestSolution.SpecFlow/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.SpecFlow/StepDefinition.cs +0 -30
- data/spec/support/TestSolution/TestSolution.SpecFlow/TestSolution.SpecFlow.csproj +0 -122
- data/spec/support/TestSolution/TestSolution.Tests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.Tests/SomeTestFixture.cs +0 -23
- data/spec/support/TestSolution/TestSolution.Tests/TestSolution.Tests.csproj +0 -107
- data/spec/support/TestSolution/TestSolution.XUnitTests/Class1.cs +0 -20
- data/spec/support/TestSolution/TestSolution.XUnitTests/FailingTestFixture.cs +0 -14
- data/spec/support/TestSolution/TestSolution.XUnitTests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.XUnitTests/TestSolution.XUnitTests.csproj +0 -108
- data/spec/support/TestSolution/TestSolution.build +0 -25
- data/spec/support/TestSolution/TestSolution.sln +0 -75
- data/spec/support/TestSolution/TestSolution.vsmdi +0 -6
- data/spec/support/TestSolution/TestSolution/Class1.cs +0 -17
- data/spec/support/TestSolution/TestSolution/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution/TestSolution.csproj +0 -97
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.MSBuild.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.NAnt.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Runner.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Runner.pdb +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Tests.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Tests.pdb +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.pdb +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/Migrate.exe +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/Migrate.exe.config +0 -6
- data/spec/support/Tools/FluentMigrator-0.9/Moq.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/Moq.xml +0 -3467
- data/spec/support/Tools/FluentMigrator-0.9/MySql.Data.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/NAnt.Core.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/NAnt.Core.xml +0 -14880
- data/spec/support/Tools/FluentMigrator-0.9/Oracle.DataAccess.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/System.Data.SQLite.DLL +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/log4net.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/nunit.framework.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/nunit.should.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/testscript.sql +0 -1
- data/spec/support/Tools/MSTest-2008/MSTest.exe +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.CommandLine.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Common.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.ControllerObject.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.TMI.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/MSTest.exe +0 -0
- data/spec/support/Tools/MSTest-2010/MSTest.exe.config +0 -31
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.AgentObject.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.AgentProcessManager.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CMI.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CheckinPolicies.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodeCoverage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITest.Controls.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITestPackage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CommandLine.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Common.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Controller.SpooledJob.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.ControllerObject.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.DataCollectionAgentObject.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAgent.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Linking.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTest.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll.manifest +0 -296
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto +0 -150
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon.tlb +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExec.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestUI.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.NICServices.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.NetworkEmulation.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.OperationalStore.ClientHelper.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.RecorderBar.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Resource.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Sqm.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.TMI.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.TestCaseManagement.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.TuipPackage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.WebLoadTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Vsip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WarehouseCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WebTestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WebTestPlayback.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Wizard.TestProjectWizards.dll +0 -0
- data/spec/support/Tools/MSTest-2010/mstest.reg +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll.tdnet +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.xml +0 -504
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.1.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.5.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunner.bat +0 -16
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunnerSilent.bat +0 -16
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/License.txt +0 -54
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.3.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.plugin +0 -43
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.4.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.4.5.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.5.0.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.5.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.6.0.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.6.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.Reporting.Templates.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.Reporting.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.SeleniumSupport.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.WatinSupport.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll.tdnet +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Spark.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/TestDriven.Framework.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/install.ps1 +0 -6
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-clr4.exe +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-clr4.exe.config +0 -6
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86-clr4.exe +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86-clr4.exe.config +0 -6
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86.exe +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec.exe +0 -0
- data/spec/support/Tools/NAnt-0.85/COPYING.txt +0 -340
- data/spec/support/Tools/NAnt-0.85/README.txt +0 -144
- data/spec/support/Tools/NChurn-v0.4/LICENSE.txt +0 -133
- data/spec/support/Tools/NChurn-v0.4/NChurn.exe +0 -0
- data/spec/support/Tools/NChurn-v0.4/README.md +0 -171
- data/spec/support/Tools/NChurn-v0.4/VERSION +0 -1
- data/spec/support/Tools/NChurn-v0.4/churn-0.4.0.0.txt +0 -178
- data/spec/support/Tools/NCover-v3.3/ActiproEULA.hml +0 -287
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.Shared.Wpf30.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf30.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.SyntaxEditor.Wpf30.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.Text.Net20.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/AdminBootstrapper.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/MSBuildNCoverExample.proj +0 -237
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/MSBuildReportingExample.proj +0 -224
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NAntNCoverExample.build +0 -241
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NAntReportingExample.build +0 -218
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCover.MSBuildTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCover.NAntTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCoverExplorer.MSBuildTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCoverExplorer.NAntTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/CC.Net/NCoverReporting30.xsl +0 -2313
- data/spec/support/Tools/NCover-v3.3/CC.Net/dashboard.config +0 -55
- data/spec/support/Tools/NCover-v3.3/CC.Net/excanvas.js +0 -35
- data/spec/support/Tools/NCover-v3.3/CC.Net/g.png +0 -0
- data/spec/support/Tools/NCover-v3.3/CC.Net/jquery-1.3.2.min.js +0 -19
- data/spec/support/Tools/NCover-v3.3/CC.Net/r.png +0 -0
- data/spec/support/Tools/NCover-v3.3/CC.Net/readme.txt +0 -51
- data/spec/support/Tools/NCover-v3.3/CC.Net/trends.js +0 -184
- data/spec/support/Tools/NCover-v3.3/CC.Net/y.png +0 -0
- data/spec/support/Tools/NCover-v3.3/MSVCM90.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/MSVCP90.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/MSVCR90.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Microsoft.VC90.CRT.manifest +0 -13
- data/spec/support/Tools/NCover-v3.3/Mindscape.LightSpeed.Linq.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Mindscape.LightSpeed.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Console.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Console.exe.config +0 -55
- data/spec/support/Tools/NCover-v3.3/NCover.Data.x86.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Explorer.Framework.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Explorer.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Explorer.exe.config +0 -16
- data/spec/support/Tools/NCover-v3.3/NCover.Framework.XmlSerializers.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Framework.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Interfaces.Core.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Interfaces.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Legacy.Configuration.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Lib.x86.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Registration.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Reporting.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Runner.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.UpConvert.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Utilities.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCoverEULA.pdf +0 -0
- data/spec/support/Tools/NCover-v3.3/NCoverExplorer.Console.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/ReportingExample.config +0 -213
- data/spec/support/Tools/NCover-v3.3/System.Data.SQLite.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/EULA_NDepend.txt +0 -94
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.Data.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.OfficeSkins.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.Utils.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraBars.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraEditors.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraNavBar.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/EnvDTE.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.Drawing.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.GraphViewerGdi.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.GraphViewerGdi.dll.config +0 -3
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.OLE.Interop.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.Shell.Interop.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.Shell.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Mono.Cecil.Pdb.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Mono.Cecil.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.AddIn.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Analysis.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.CQL.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Framework.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Platform.DotNet.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Skins.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.UI.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/msvcp71.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/msvcr71.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/NDepend.Console.exe +0 -0
- data/spec/support/Tools/NDepend-v2.12/NDepend.Console.exe.config +0 -8
- data/spec/support/Tools/NDepend-v2.12/QuickStartTutorial_NDepend.txt +0 -152
- data/spec/support/Tools/NDepend-v2.12/VisualNDepend.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/NUnitFitTests.html +0 -277
- data/spec/support/Tools/NUnit-v2.5/NUnitTests.config +0 -84
- data/spec/support/Tools/NUnit-v2.5/NUnitTests.nunit +0 -14
- data/spec/support/Tools/NUnit-v2.5/TestResult.xml +0 -32
- data/spec/support/Tools/NUnit-v2.5/agent.conf +0 -4
- data/spec/support/Tools/NUnit-v2.5/agent.log.conf +0 -18
- data/spec/support/Tools/NUnit-v2.5/clr.bat +0 -96
- data/spec/support/Tools/NUnit-v2.5/framework/nunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/framework/nunit.framework.xml +0 -10088
- data/spec/support/Tools/NUnit-v2.5/framework/nunit.mocks.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/framework/pnunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/launcher.log.conf +0 -18
- data/spec/support/Tools/NUnit-v2.5/lib/Failure.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Ignored.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Inconclusive.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Skipped.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Success.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/fit.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/log4net.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit-console-runner.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit-gui-runner.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.core.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.core.interfaces.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.fixtures.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.uiexception.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.uikit.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.util.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-agent.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-agent.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/nunit-console-x86.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-console-x86.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/nunit-console.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-console.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/nunit-x86.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-x86.exe.config +0 -95
- data/spec/support/Tools/NUnit-v2.5/nunit.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit.exe.config +0 -95
- data/spec/support/Tools/NUnit-v2.5/nunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit-agent.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit-agent.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/pnunit-launcher.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit-launcher.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/pnunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit.tests.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/runFile.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/runFile.exe.config +0 -43
- data/spec/support/Tools/NUnit-v2.5/runpnunit.bat +0 -2
- data/spec/support/Tools/NUnit-v2.5/test.conf +0 -24
- data/spec/support/Tools/PartCover-v2.3/Interop.PartCover.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover Browser Manual.rtf +0 -28853
- data/spec/support/Tools/PartCover-v2.3/PartCover Console Manual.rtf +0 -203
- data/spec/support/Tools/PartCover-v2.3/PartCover.Browser.Api.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.Browser.exe +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.Browser.exe.config +0 -51
- data/spec/support/Tools/PartCover-v2.3/PartCover.CorDriver.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.Framework.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.exe +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.exe.config +0 -4
- data/spec/support/Tools/PartCover-v2.3/PartViewer.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/app.ico +0 -0
- data/spec/support/Tools/PartCover-v2.3/log4net.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/xslt/Report By Assembly.xslt +0 -54
- data/spec/support/Tools/PartCover-v2.3/xslt/Report By Class.xslt +0 -52
- data/spec/support/Tools/SpecFlow/Antlr3.Runtime.dll +0 -0
- data/spec/support/Tools/SpecFlow/Interop.SHDocVw.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Generator.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Parser.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Reporting.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.VsIntegration.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.targets +0 -58
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.tasks +0 -17
- data/spec/support/Tools/SpecFlow/changelog.txt +0 -50
- data/spec/support/Tools/SpecFlow/specflow.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/EULA.txt +0 -29
- data/spec/support/Tools/XUnit-v1.9/HTML.xslt +0 -126
- data/spec/support/Tools/XUnit-v1.9/NUnitXml.xslt +0 -121
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.console.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.dll.tdnet +0 -5
- data/spec/support/Tools/XUnit-v1.9/xunit.extensions.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.extensions.xml +0 -805
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.clr4.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.clr4.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.installer.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.msbuild.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.tdnet.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.utility.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.utility.xml +0 -1212
- data/spec/support/Tools/XUnit-v1.9/xunit.xml +0 -2604
- data/spec/support/assemblyinfotester.rb +0 -52
- data/spec/support/csc/File1.cs +0 -9
- data/spec/support/csc/File2.cs +0 -9
- data/spec/support/csc/output/ignorethis.txt +0 -1
- data/spec/support/ironruby_validator.rb +0 -26
- data/spec/support/msbuildtestdata.rb +0 -32
- data/spec/support/nanttestdata.rb +0 -33
- data/spec/support/ncoverconsoletestdata.rb +0 -20
- data/spec/support/ncoverreporttestdata.rb +0 -26
- data/spec/support/nokogiri_validator.rb +0 -15
- data/spec/support/nuspec/nuspec.xsd +0 -84
- data/spec/support/outputtestdata.rb +0 -13
- data/spec/support/test.yml +0 -4
- data/spec/support/yamlconfig/msbuild.yml +0 -5
- data/spec/support/yamlconfig/yaml_autoconfig_test.yml +0 -1
- data/spec/support/zip/files/subfolder/sub file.txt +0 -1
- data/spec/support/zip/files/testfile.txt +0 -1
- data/spec/support/ziptestdata.rb +0 -13
- data/spec/unzip_spec.rb +0 -15
- data/spec/xbuild_spec.rb +0 -15
- data/spec/xunit_spec.rb +0 -200
- data/spec/yamlconfig_spec.rb +0 -49
- data/spec/zip_spec.rb +0 -160
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,213 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!-- Example configuration file to be passed to NCover.Reporting.exe using //cr switch -->
|
3
|
-
<!-- If not specified, CoverageExclusions, SatisfactoryThresholds, Filters, and Sorting come from the first coverage file loaded -->
|
4
|
-
<CoverageReportSetting xmlns="urn:schemas-ncover-com-ncover-v3">
|
5
|
-
|
6
|
-
<!-- Names of the coverage files to merge/report on. Wildcards can be used. -->
|
7
|
-
<CoverageDataPaths>
|
8
|
-
<CoverageDataPath>*.Coverage.xml</CoverageDataPath>
|
9
|
-
</CoverageDataPaths>
|
10
|
-
|
11
|
-
<!-- Coverage filters to exclude specified assemblies, namespaces, classes, etc. -->
|
12
|
-
<CoverageFilters>
|
13
|
-
<!-- filterruledata: Required. The pattern or regular expression that matches the elements to exclude/include. -->
|
14
|
-
|
15
|
-
<!--
|
16
|
-
Valid values are:
|
17
|
-
Assembly
|
18
|
-
Namespace
|
19
|
-
Class
|
20
|
-
Method
|
21
|
-
Document
|
22
|
-
-->
|
23
|
-
<!-- filtertype: What type of element the exclusion applies to. -->
|
24
|
-
<!--Default is Assembly-->
|
25
|
-
|
26
|
-
<!-- rexexrule: When true, the filterruledata is interpreted as a regular expression, otherwise the 'filterruledata'
|
27
|
-
is interpreted as a pattern. -->
|
28
|
-
<!-- Default values is false -->
|
29
|
-
|
30
|
-
<!-- include: When true the exclusion is treated as an include. i.e. elements that don't match are excluded. -->
|
31
|
-
<!-- Default value is false -->
|
32
|
-
<CoverageFilter filterruledata=".*Test"
|
33
|
-
filtertype="Class"
|
34
|
-
regexrule="true"
|
35
|
-
include="true"
|
36
|
-
/>
|
37
|
-
</CoverageFilters>
|
38
|
-
|
39
|
-
<!-- The trend file to append trend data to. If NCover.Reporting is instructed to create
|
40
|
-
merged coverage data, trends will be based on the merged data. This element must be
|
41
|
-
used for trend data to appear in a generated report. -->
|
42
|
-
<CoverageTrendPath>C:\reports\trendsforversion2.trend</CoverageTrendPath>
|
43
|
-
|
44
|
-
<!-- Filtering to be applied to the results.
|
45
|
-
Valid values are:
|
46
|
-
None
|
47
|
-
HideUnvisited
|
48
|
-
HideFullyCovered
|
49
|
-
HideThresholdCovered
|
50
|
-
-->
|
51
|
-
<!--Default is None-->
|
52
|
-
<Hide>None</Hide>
|
53
|
-
|
54
|
-
<!-- By default, when items fail one of the Minimum coverage thresholds, NCover.Reporting
|
55
|
-
will show the details of the failure on the console. MaxFailedToShow controls how many
|
56
|
-
such failures NCover.Reporting will display on the console before simply tallying the total. -->
|
57
|
-
<MaxFailedToShow>12</MaxFailedToShow>
|
58
|
-
|
59
|
-
<!-- File name for the output merged coverage.xml file if any resulting from merging the inputs. -->
|
60
|
-
<MergedCoverageDataPath>C:\MyCoverageMerged.xml</MergedCoverageDataPath>
|
61
|
-
|
62
|
-
<!-- Fails the build when modules, namespaces, classes, documents, or the entire project (view)
|
63
|
-
doesn't have the required coverage level by returning 3. More specific thresholds override more general ones. -->
|
64
|
-
<MinimumCoverage>
|
65
|
-
<!-- Thresholds identical except for the 'Percent' value are not allowed. -->
|
66
|
-
<Threshold>
|
67
|
-
<!-- Which coverage metric this threshold applies to. -->
|
68
|
-
<!--
|
69
|
-
Valid values are:
|
70
|
-
SymbolCoverage
|
71
|
-
BranchCoverage
|
72
|
-
MethodCoverage
|
73
|
-
LineCoverage
|
74
|
-
CyclomaticComplexity
|
75
|
-
-->
|
76
|
-
<!-- Default is SymbolCoverage -->
|
77
|
-
<CoverageMetric>SymbolCoverage</CoverageMetric>
|
78
|
-
|
79
|
-
<!-- If not specified, the threshold applies to every 'Type'. -->
|
80
|
-
<!-- When specified, the threshold applies only to nodes whose fully-qualified name matches the regex pattern (case-sensitive matters)-->
|
81
|
-
<!-- By default each threshold applies to every element of the type specified. -->
|
82
|
-
<Pattern></Pattern>
|
83
|
-
|
84
|
-
<!-- The type to apply the threshold to. -->
|
85
|
-
<!--
|
86
|
-
Valid values are:
|
87
|
-
View
|
88
|
-
Module
|
89
|
-
Namespace
|
90
|
-
Class
|
91
|
-
Document
|
92
|
-
-->
|
93
|
-
<!-- Default is View -->
|
94
|
-
<Type>View</Type>
|
95
|
-
|
96
|
-
<!-- The lowest coverage percentage the 'Type' can have without failing the build. -->
|
97
|
-
<!-- For the CyclomaticComplexity metric, this is the maximum CyclomaticComplexity allowed. -->
|
98
|
-
<!-- Default is "95.0" -->
|
99
|
-
<Value>95.506</Value>
|
100
|
-
</Threshold>
|
101
|
-
</MinimumCoverage>
|
102
|
-
|
103
|
-
<!-- Whether to suppress virtually all console output when running. Default is false. -->
|
104
|
-
<NoLog>true</NoLog>
|
105
|
-
|
106
|
-
<!-- Controls the number of uncovered items reported in the "Top Uncovered" reports. -->
|
107
|
-
<!-- Default is 10 -->
|
108
|
-
<NumOfTopUncoveredToReport>10</NumOfTopUncoveredToReport>
|
109
|
-
|
110
|
-
<!-- Output path for the report if wanting to generate one. -->
|
111
|
-
<OutputPath>C:\MyCoverageReport.xml</OutputPath>
|
112
|
-
|
113
|
-
<!-- Name attribute is title to appear on the report (equivalent to /project:xx). -->
|
114
|
-
<!-- Default is blank -->
|
115
|
-
<ProjectName>Example.Project</ProjectName>
|
116
|
-
|
117
|
-
<!-- The file format of the report. Option are "Xml" or "Html". "Xml" will produce a CC.NET compatable report,-->
|
118
|
-
<ReportFormat>Xml</ReportFormat>
|
119
|
-
|
120
|
-
<!-- Report to be generated by running NCover.Reporting.
|
121
|
-
Valid values are:
|
122
|
-
None
|
123
|
-
FullCoverageReport
|
124
|
-
MethodCCModuleClassCoverageTop
|
125
|
-
MethodCCModuleClassFailedCoverageTop
|
126
|
-
MethodModuleNamespaceClass
|
127
|
-
MethodModuleNamespaceClassMethod
|
128
|
-
MethodSourceCode
|
129
|
-
MethodSourceCodeClass
|
130
|
-
MethodSourceCodeClassMethod
|
131
|
-
Summary
|
132
|
-
SymbolCCModuleClassCoverageTop
|
133
|
-
SymbolCCModuleClassFailedCoverageTop
|
134
|
-
SymbolModule
|
135
|
-
SymbolModuleNamespace
|
136
|
-
SymbolModuleNamespaceClass
|
137
|
-
SymbolModuleNamespaceClassMethod
|
138
|
-
SymbolSourceCode
|
139
|
-
SymbolSourceCodeClass
|
140
|
-
SymbolSourceCodeClassMethod
|
141
|
-
UncoveredCodeSections
|
142
|
-
-->
|
143
|
-
<!--Default is None-->
|
144
|
-
<ReportType>ModuleClassSummary</ReportType>
|
145
|
-
|
146
|
-
<!-- Use the rules specified for FailBuildThresholds for SatisfactoryThresholds as well.
|
147
|
-
If SatisfactoryThreshold rules exist, the FailBuildThresholds will be merged with them. -->
|
148
|
-
<SatCoverageFromMinCoverage>true</SatCoverageFromMinCoverage>
|
149
|
-
|
150
|
-
<!-- Determines which nodes are colored 'Satisfactory', and at what percentage their coverage is 'Satisfactory'. -->
|
151
|
-
<SatisfactoryCoverage>
|
152
|
-
<!-- Thresholds identical except for the 'Percent' value are not allowed. -->
|
153
|
-
<Threshold>
|
154
|
-
<!-- Which coverage metric this threshold applies to. -->
|
155
|
-
<!--
|
156
|
-
Values are:
|
157
|
-
SymbolCoverage
|
158
|
-
BranchCoverage
|
159
|
-
MethodCoverage
|
160
|
-
LineCoverage
|
161
|
-
CyclomaticComplexity
|
162
|
-
-->
|
163
|
-
<!-- Default is SymbolCoverage -->
|
164
|
-
<CoverageMetric>SymbolCoverage</CoverageMetric>
|
165
|
-
|
166
|
-
<!-- If not specified, the threshold applies to every 'Type'. -->
|
167
|
-
<!-- When specified, the threshold applies only to nodes whose fully-qualified name matches the regex pattern (case-sensitive matters)-->
|
168
|
-
<!-- By default each threshold applies to every element of the type specified. -->
|
169
|
-
<Pattern></Pattern>
|
170
|
-
|
171
|
-
<!-- The level at which to apply the threshold. -->
|
172
|
-
<!--
|
173
|
-
Valid Values are:
|
174
|
-
View
|
175
|
-
Module
|
176
|
-
Namespace
|
177
|
-
Class
|
178
|
-
Document
|
179
|
-
-->
|
180
|
-
<!-- Default is View -->
|
181
|
-
<Type>View</Type>
|
182
|
-
|
183
|
-
<!-- The lowest coverage percentage the 'Type' can have and remain satisfactory. -->
|
184
|
-
<!-- For the CyclomaticComplexity metric, this is the maximum CyclomaticComplexity allowed. -->
|
185
|
-
<!-- Default is "95.0" -->
|
186
|
-
<Value>95.506</Value>
|
187
|
-
</Threshold>
|
188
|
-
</SatisfactoryCoverage>
|
189
|
-
|
190
|
-
<!-- Sorting to be applied to the results.
|
191
|
-
Valid Values are:
|
192
|
-
Name
|
193
|
-
ClassLine
|
194
|
-
CoveragePercentageAscending
|
195
|
-
CoveragePercentageDescending
|
196
|
-
FunctionCoverageAscending
|
197
|
-
FunctionCoverageDescending
|
198
|
-
UnvisitedSequencePointsAscending
|
199
|
-
UnvisitedSequencePointsDescending
|
200
|
-
VisitCountAscending
|
201
|
-
VisitCountDescending
|
202
|
-
-->
|
203
|
-
<!-- Default is Name -->
|
204
|
-
<SortBy>Name</SortBy>
|
205
|
-
|
206
|
-
<!-- Whether to show the excluded elements in the footer of the output report if being generated. Default is false. -->
|
207
|
-
<ShowExcludedFooter>true</ShowExcludedFooter>
|
208
|
-
|
209
|
-
<!-- Sets the base path for the XmlReportFileName, HTMLReportFileName, MergedCoverageDataPath, the CoverageTrendPath, and the CoverageDataPaths-->
|
210
|
-
<!-- Default is the executing directory -->
|
211
|
-
<WorkingDirectory>C:\project\reports</WorkingDirectory>
|
212
|
-
|
213
|
-
</CoverageReportSetting>
|
Binary file
|
@@ -1,94 +0,0 @@
|
|
1
|
-
|
2
|
-
EULA � NDepend / VisualNDepend / CQL
|
3
|
-
SMACCHIA.COM SARL
|
4
|
-
Copyright (C) 2004-2007 SMACCHIA.COM SARL.
|
5
|
-
|
6
|
-
END-USER LICENSE AGREEMENT
|
7
|
-
FOR ALL SOFTWARE PRODUCT(S)
|
8
|
-
|
9
|
-
IMPORTANT- READ CAREFULLY: This SMACCHIA.COM SARL ("SMACCHIA.COM") End-User License Agreement ("EULA") is a legal agreement between you, a developer of software applications, ("Developer End User") and SMACCHIA.COM for all SMACCHIA.COM products, controls, source code, demos, intermediate files, media, printed materials, and "online" or electronic documentation ("SOFTWARE PRODUCT(S)") contained in this installation file.
|
10
|
-
|
11
|
-
SMACCHIA.COM grants to you as an individual, a personal, nonexclusive license to install and use the SOFTWARE PRODUCT(S) for the sole purposes of designing, developing, testing, and deploying application programs which you create. By installing, copying, or otherwise using the SOFTWARE PRODUCT(S), you agree to be bound by the terms of this EULA. If you do not agree to any part of the terms of this EULA, DO NOT INSTALL, USE, OR EVALUATE, ANY PART, FILE OR PORTION OF THE SOFTWARE PRODUCT(S).
|
12
|
-
|
13
|
-
All SOFTWARE PRODUCT(S) is licensed, not sold. If you are an individual, you must acquire an individual license for the SOFTWARE PRODUCT(S) from SMACCHIA.COM or its authorized resellers. If you are an entity, you must acquire an individual license for each Developer End User within your organization from SMACCHIA.COM or its authorized resellers.
|
14
|
-
|
15
|
-
If the SOFTWARE PRODUCT(S) you have obtained is marked as a "TRIAL" or you may install one copy of the SOFTWARE PRODUCT(S) for testing purposes for a period of 15 calendar days from the date of installation ("Evaluation Period"). Upon expiration of the Evaluation Period, the SOFTWARE PRODUCT(S) must be uninstalled and all copies destroyed. You can use SOFTWARE PRODUCT(S) marked as a "TRIAL" on Open Source or Academic (Student Research) project without time limit.
|
16
|
-
|
17
|
-
RIGOROUS ENFORCEMENT OF INTELLECTUAL PROPERTY RIGHTS. If the licensed right of use for this SOFTWARE PRODUCT(S) is purchased by you with any intent to reverse engineer, decompile, create derivative works, and the exploitation or unauthorized transfer of, any SMACCHIA.COM intellectual property and trade secrets, to include any exposed methods or source code where provided, no licensed right of use shall exist, and any PRODUCT(s) created as a result shall be judged illegal by definition of all applicable law. Any sale or resale of intellectual property or created derivatives so obtained will be prosecuted to the fullest extent of all local, federal and international law.
|
18
|
-
|
19
|
-
1. GRANT OF LICENSE.
|
20
|
-
|
21
|
-
This EULA, if legally executed as defined herein, licenses and so grants the single individual Developer End User the following rights:
|
22
|
-
|
23
|
-
SOFTWARE PRODUCT(S) - Developer End User may install and use the SOFTWARE PRODUCT(S) on a single computer. Developer End User may also install and use the SOFTWARE PRODUCT(S) on a portable computer.
|
24
|
-
|
25
|
-
2. LIMITATIONS ON REVERSE ENGINEERING, DECOMPILATION, AND DISASSEMBLY.
|
26
|
-
|
27
|
-
You may not reverse engineer, decompile, create derivative works, translate, or disassemble the SOFTWARE PRODUCT(S), and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation. You agree to take all reasonable, legal and appropriate measures to prohibit the illegal dissemination of the SOFTWARE PRODUCT(S) or any of its constituent parts and redistributables to the fullest extent of all applicable local, US Codes and International Laws and Treaties regarding anti-circumvention, including but not limited to, the Geneva and Berne World Intellectual Property Organization (WIPO) Diplomatic Conferences.
|
28
|
-
|
29
|
-
3. SEPARATION OF COMPONENTS.
|
30
|
-
|
31
|
-
The SOFTWARE PRODUCT(S) is licensed as a single PRODUCT(s). The SOFTWARE PRODUCT(S) and its constituent parts may not be reverse engineered, decompiled, disassembled or separated for use on more than one computer, nor placed for distribution, sale, or resale as individual creations by Developer End User. The provision of source code, if included with the SOFTWARE PRODUCT(S), does not constitute transfer of any legal rights to such code, and resale or distribution of all or any portion of all source code and intellectual property will be prosecuted to the fullest extent of all applicable local, federal and international laws.
|
32
|
-
|
33
|
-
4. RENTAL.
|
34
|
-
|
35
|
-
You may not rent, lease, or lend the SOFTWARE PRODUCT(S).
|
36
|
-
|
37
|
-
5. TRANSFER.
|
38
|
-
|
39
|
-
You may NOT permanently or temporarily transfer ANY of your rights under this EULA to any individual or entity without prior written approval from SMACCHIA.COM. Only you as the licensed Developer End User have the right to use the SOFTWARE PRODUCT(S) (or any portions thereof). You may not reproduce or distribute any SMACCHIA.COM documentation without SMACCHIA.COM's explicit permission.
|
40
|
-
|
41
|
-
6. REDISTRIBUTION.
|
42
|
-
|
43
|
-
You are not authorized to redistribute any portion of the SOFTWARE PRODUCT(S). AT NO TIME MAY DEVELOPER END USER CREATE ANY TOOL, REDISTRIBUTABLE, OR SOFTWARE PRODUCT(S) THAT DIRECTLY OR INDIRECTLY COMPETES WITH SMACCHIA.COM SOFTWARE PRODUCT(S) WHICH UTILIZES ALL OR ANY PORTION OF THE SOFTWARE PRODUCT(S) contained within this installation.
|
44
|
-
|
45
|
-
7. UPGRADES.
|
46
|
-
|
47
|
-
If the SOFTWARE PRODUCT(S) is labelled as an upgrade, you must be properly licensed to use the SOFTWARE PRODUCT(S) identified by SMACCHIA.COM as being eligible for the upgrade. A SOFTWARE PRODUCT(S) labelled as an upgrade replaces and/or supplements the SOFTWARE PRODUCT(S) that formed the basis for your eligibility for the upgrade, and together constitutes a single PRODUCT(S). You may use the resulting upgraded PRODUCT(S) only in accordance with all the terms of this EULA.
|
48
|
-
|
49
|
-
8. COPYRIGHT.
|
50
|
-
|
51
|
-
All title and copyrights in and to the SOFTWARE PRODUCT(S) (including but not limited to any copywritten images, demos, source code, intermediate files, packages, photographs, animations, video, audio, music, text, and "applets" incorporated into the SOFTWARE PRODUCT(S) the accompanying printed materials, and any copies of the SOFTWARE PRODUCT(S)) are owned by SMACCHIA.COM or its subsidiaries. The SOFTWARE PRODUCT(S) is protected by copyright laws and international treaty provisions and therefore, you must treat the SOFTWARE PRODUCT(S) like any other copyrighted material except that you may install the SOFTWARE PRODUCT(S) as described in this EULA.
|
52
|
-
|
53
|
-
9. DUAL-MEDIA SOFTWARE PRODUCT(S).
|
54
|
-
|
55
|
-
You may receive the SOFTWARE PRODUCT(S) in more than one medium. Regardless of the medium, you may use only one medium that is appropriate for your single computer. You may not loan, sell, rent, lease, or otherwise transfer in any manner the other medium to another user or entity.
|
56
|
-
|
57
|
-
10. U.S. GOVERNMENT RESTRICTED RIGHTS.
|
58
|
-
|
59
|
-
The Licensed Software is Commercial Computer Software provided with RESTRICTED RIGHTS under Federal Acquisition Regulations and agency supplements to them. Use, duplication or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFAR 255.227-7013 et. seq. or 252.211-7015, or subparagraphs (a) through (d) of the Commercial Computer Software Restricted Rights at FAR 52.227-19, as applicable, or similar clauses in the NASA FAR Supplement. Contractor-manufacturer is SMACCHIA.COM SARL Il�t Rey Serrurier B�t D 06300 NICE FRANCE.
|
60
|
-
|
61
|
-
11. DISCLAIMER OF WARRANTY.
|
62
|
-
|
63
|
-
SMACCHIA.COM expressly disclaims any warranty for the SOFTWARE PRODUCT(S). THE SOFTWARE PRODUCT(S) AND ANY RELATED DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. SMACCHIA.COM DOES NOT WARRANT, GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE USE, OR THE RESULTS OF THE USE, OF THE SOFTWARE PRODUCT(S) IN TERMS OF CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE PRODUCT(S) REMAINS WITH YOU. No oral or written information or advice given by SMACCHIA.COM or its employees shall create a warranty or in any way increase the scope of this warranty.
|
64
|
-
|
65
|
-
12. LIMITATIONS ON LIABILITY.
|
66
|
-
|
67
|
-
To the maximum extent permitted by applicable law, in no event shall SMACCHIA.COM be liable for any special, incidental, indirect, or consequential damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use the SOFTWARE PRODUCT(S) or the provision of or failure to provide Support Services, even if SMACCHIA.COM has been advised of the possibility of such damages.
|
68
|
-
|
69
|
-
Developer End User understands that the SOFTWARE PRODUCT(S) may produce inaccurate results because of a failure or fault within the SOFTWARE PRODUCT(S) or failure by Developer End User to properly use and or deploy the SOFTWARE PRODUCT(S). Developer End User assumes full and sole responsibility for any use of the SOFTWARE PRODUCT(S), and bears the entire risk for failures or faults within the SOFTWARE PRODUCT(S). You agree that regardless of the cause of failure or fault or the form of any claim, YOUR SOLE REMEDY AND SMACCHIA.COM'S SOLE OBLIGATION SHALL BE GOVERNED BY THIS AGREEMENT AND IN NO EVENT SHALL SMACCHIA.COM'S LIABILITY EXCEED THE PRICE PAID TO SMACCHIA.COM FOR THE SOFTWARE PRODUCT(S). This Limited Warranty is void if failure of the SOFTWARE PRODUCT(S) has resulted from accident, abuse, alteration, unauthorized use or misapplication of the SOFTWARE PRODUCT(S).
|
70
|
-
|
71
|
-
13. SUPPORT SERVICES.
|
72
|
-
|
73
|
-
SMACCHIA.COM may provide you with support services related to the SOFTWARE PRODUCT(S) ("Support Services"). Use of Support Services is governed by SMACCHIA.COM policies and programs described in the user manual, in "on line" documentation and/or other SMACCHIA.COM provided materials. Any supplemental SOFTWARE PRODUCT(S) provided to you as part of the Support Services shall be considered part of the SOFTWARE PRODUCT(S) and subject to the terms and conditions of this EULA. With respect to technical information you provide to SMACCHIA.COM as part of the Support Services, SMACCHIA.COM may use such information for its business purposes, including for SOFTWARE PRODUCT(s) support and development. SMACCHIA.COM will not utilize such technical information in a form that personally identifies you.
|
74
|
-
|
75
|
-
14. TAX.
|
76
|
-
|
77
|
-
All prices for SOFTWARE PRODUCT(S) on the NDepend website are shown without any indirect taxes. Unless stipulated separately by this Agreement, SMACCHIA.COM SARL, shall not charge the Developer End User any taxes excluding the value added tax (V.A.T.). Where applicable, SMACCHIA.COM SARL, shall charge any Developer End User residing in the European Union (European Economic Community), the value added tax under the legislation of the France. The value added tax sum shall be added to the final invoice sum issued by SMACCHIA.COM SARL at the moment of purchase and shall be considered obligatory for any EU resident user.
|
78
|
-
|
79
|
-
Except in the above cases, the Developer End User shall independently pay all taxes and duties, including value added taxes, sales taxes, and any other taxes or duties as required by any jurisdiction or country of their residence as a result of this licence which is granted to the Developer End User to use any of the Image(s), according to this Agreement
|
80
|
-
|
81
|
-
15. MISCELLANEOUS.
|
82
|
-
|
83
|
-
This EULA shall be construed, interpreted and governed by the laws of France. This EULA gives you specific legal rights; you may have others that from country to country.
|
84
|
-
|
85
|
-
This EULA may only be modified in writing signed by you and an authorized officer of SMACCHIA.COM SARL. If any provision of this EULA is found void or unenforceable, the remainder will remain valid and enforceable according to its terms. If any remedy provided is determined to have failed for its essential purpose, all limitations of liability and exclusions of damages set forth in the Limited Warranty shall remain in effect.
|
86
|
-
|
87
|
-
SMACCHIA.COM reserves all rights not specifically granted in this EULA.
|
88
|
-
|
89
|
-
ACKNOWLEDGEMENTS. Developer End User acknowledges that he or she has read this Agreement, understands it, and agrees to be bound by its terms and conditions.
|
90
|
-
|
91
|
-
Should you have any questions concerning this EULA, or if you desire to contact SMACCHIA.COM for any reason, please contact us directly at: SMACCHIA.COM SARL Il�t Rey Serrurier B�t D 06300 NICE FRANCE or at support@ndepend.com
|
92
|
-
|
93
|
-
|
94
|
-
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,152 +0,0 @@
|
|
1
|
-
More information available at:
|
2
|
-
http://www.NDepend.com
|
3
|
-
http://www.ndepend.com/GettingStarted.aspx
|
4
|
-
|
5
|
-
Instead of reading this tutorial, you might prefer seeing
|
6
|
-
the 2mn Getting Started online demo available at:
|
7
|
-
http://s3.amazonaws.com/NDependOnlineDemos/GettingStarted_viewlet_swf.html
|
8
|
-
|
9
|
-
|
10
|
-
How do I analyse my .NET applications using NDepend?
|
11
|
-
---------------------------------------------------------
|
12
|
-
|
13
|
-
1) Run VisualNDepend.exe
|
14
|
-
|
15
|
-
2) Select the option: Select assemblies to analyse
|
16
|
-
|
17
|
-
3) Populate the data grid with your assemblies by using the browse button or by using drag&drop.
|
18
|
-
|
19
|
-
4) Click OK.
|
20
|
-
It will trigger the analysis of your assemblies and code source by NDepend.Console.exe.
|
21
|
-
This analysis will take a few seconds to a few minutes depending on the size of the assemblies.
|
22
|
-
Once done, the result is displayed in the VisualNDepend.exe UI.
|
23
|
-
|
24
|
-
5) In order to make the most of the VisualNDepend UI, see online demos on page
|
25
|
-
http://www.ndepend.com/GettingStarted.aspx
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
What does the NDepend report tell me about my code?
|
31
|
-
----------------------------------------------------
|
32
|
-
|
33
|
-
|
34
|
-
Application Metric:
|
35
|
-
This section gives you an idea of the topology of your application.
|
36
|
-
|
37
|
-
|
38
|
-
Assembly Metric:
|
39
|
-
This section gives you an idea of the size of each assembly within your
|
40
|
-
application in terms of #IL instructions and others metrics.
|
41
|
-
|
42
|
-
|
43
|
-
VisualNDepend View:
|
44
|
-
This section illustrates the size of your assemblies, namespaces, types
|
45
|
-
and methods in terms of #IL instructions. You can browse this view
|
46
|
-
dynamically by clicking the 'Launch Visual NDepend on this Project' icon
|
47
|
-
in the NDepend.Project UI.
|
48
|
-
|
49
|
-
|
50
|
-
Assembly Abstracness vs. Instability:
|
51
|
-
This section illustrate the Abstracness/Instability principle.
|
52
|
-
More on this subject here http://www.NDepend.com/AsmMetrics.aspx
|
53
|
-
|
54
|
-
|
55
|
-
Assembly Dependencies:
|
56
|
-
This section shows all dependencies between assemblies of your
|
57
|
-
application in a table.
|
58
|
-
|
59
|
-
|
60
|
-
Assembly Dependency Diagram:
|
61
|
-
This section shows all dependencies between assemblies of your
|
62
|
-
application in a diagram
|
63
|
-
|
64
|
-
|
65
|
-
Assembly build order:
|
66
|
-
This section gives you one of the possible build order for your assemblies.
|
67
|
-
If a cycle exists in your assemblies dependencies graph, this section
|
68
|
-
will report it.
|
69
|
-
|
70
|
-
|
71
|
-
NDepend information and warnings:
|
72
|
-
This sections gives you advices about your code:
|
73
|
-
--> It warns you on assemblies versioning issues.
|
74
|
-
--> It warns you when an assembly depends on a less stable assembly than itself.
|
75
|
-
--> It warns you when the visibility of a type or of a member is not optimal
|
76
|
-
(in the context of the analysed application).
|
77
|
-
--> It warns you when a type or a member is not used
|
78
|
-
(in the context of the analysed application).
|
79
|
-
|
80
|
-
|
81
|
-
CQL Queries and Constraints:
|
82
|
-
This section reports default CQL constraints which have been violated.
|
83
|
-
More about the CQL language and CQL constraints here: http://www.NDepend.com/CQL.htm
|
84
|
-
You can build your own CQL constraints with VisualNDepend.exe. Click the
|
85
|
-
'Launch Visual NDepend on this Project' icon in the NDepend.Project UI.
|
86
|
-
|
87
|
-
|
88
|
-
Type Metrics:
|
89
|
-
This section recaps type metrics in a table. A link to the documentation
|
90
|
-
is provided for each metric.
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
I want to go further to have a better control over my code:
|
95
|
-
-----------------------------------------------------------
|
96
|
-
|
97
|
-
|
98
|
-
See online demos quoted on http://NDepend.com home page.
|
99
|
-
|
100
|
-
|
101
|
-
Understand metrics yielded by NDepend. Documentation is available here:
|
102
|
-
http://www.NDepend.com/Metrics.htm
|
103
|
-
|
104
|
-
|
105
|
-
Get a new understanding of your code by playing with the VisualNDepend
|
106
|
-
views. Modify the view with the 'Level' and 'Metric' combo boxes.
|
107
|
-
|
108
|
-
|
109
|
-
Tune your report thanks to the 'Output' panel in the 'NDepend.Project' UI.
|
110
|
-
|
111
|
-
|
112
|
-
Learn CQL (Code Query Language) and create custom CQL constraints with
|
113
|
-
VisualNDepend.
|
114
|
-
You'll find it useful mainly to create:
|
115
|
-
--> Naming constraints (for example: I want the static fields of these assemblies ...
|
116
|
-
to be named like that).
|
117
|
-
--> Code quality constraints (for example: I don't want methods with more
|
118
|
-
than 200 IL instructions, except for generated methods which are ...).
|
119
|
-
--> Encapsulation constraints (for example: I don't want that the constructors of
|
120
|
-
these classes ... are called outside this namespace).
|
121
|
-
|
122
|
-
|
123
|
-
Integrate the NDepend report in your daily build process. Facilities are provided
|
124
|
-
for MSBuild, NAnt and CruiseControl.NET technologies. Read the ReadMe.txt files
|
125
|
-
contained in the '.\MSBuild\' and '.\NAnt\' folders.
|
126
|
-
|
127
|
-
|
128
|
-
Use the FxCop tool:
|
129
|
-
http://www.gotdotnet.com/Team/FxCop/
|
130
|
-
FxCop is a Microsoft freeware code analysis tool that checks .NET managed
|
131
|
-
code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.
|
132
|
-
|
133
|
-
|
134
|
-
Use the promising NStatic tool (not released yet):
|
135
|
-
http://nstatic.com/
|
136
|
-
|
137
|
-
|
138
|
-
Read the book 'Practical .NET2 and C#2' to have a better knowledge of .NET2 and C#2.
|
139
|
-
--> http://www.PracticalDOT.NET
|
140
|
-
--> http://www.amazon.com/gp/product/0976613220
|
141
|
-
--> List of .NET2.0 new features covered by the book is available here:
|
142
|
-
http://www.codeproject.com/books/net2_cs2_newfeatures.asp
|
143
|
-
--> Sample chapters are available here:
|
144
|
-
http://www.practicaldot.net/en2/Sample.htm
|
145
|
-
|
146
|
-
|
147
|
-
Read the book 'Framework Design Guidelines' to write better code:
|
148
|
-
http://www.amazon.com/gp/product/0321246756
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|