diff --git a/.gitignore b/.gitignore index 94420dc..d99218f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,48 +4,22 @@ # User-specific files *.suo *.user -*.userosscache *.sln.docstates -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - # Build results + [Dd]ebug/ -[Dd]ebugPublic/ [Rr]elease/ -[Rr]eleases/ x64/ -x86/ -bld/ -[Bb]in/ [Oo]bj/ - -# Visual Studio 2015 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ +[Bb]in/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# DNX -project.lock.json -artifacts/ - *_i.c *_p.c -*_i.h *.ilk *.meta *.obj @@ -65,17 +39,13 @@ artifacts/ *.vssscc .builds *.pidb -*.svclog +*.log *.scc -# Chutzpah Test files -_Chutzpah* - # Visual C++ cache files ipch/ *.aps *.ncb -*.opendb *.opensdf *.sdf *.cachefile @@ -84,10 +54,6 @@ ipch/ *.psess *.vsp *.vspx -*.sap - -# TFS 2012 Local Workspace -$tf/ # Guidance Automation Toolkit *.gpState @@ -95,10 +61,6 @@ $tf/ # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding add-in -.JustCode # TeamCity is a build add-in _TeamCity* @@ -107,16 +69,8 @@ _TeamCity* *.dotCover # NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ -# Web workbench (sass) -.sass-cache/ +.*crunch*.local.xml # Installshield output folder [Ee]xpress/ @@ -135,102 +89,103 @@ DocProject/Help/html publish/ # Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj +*.Publish.xml -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config -# NuGet v3's project.json files produces more ignoreable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +packages/ -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Microsoft Azure ApplicationInsights config file -ApplicationInsights.config +# Windows Azure Build Output +csx +*.build.csdef # Windows Store app package directory AppPackages/ -BundleArtifacts/ - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!*.[Cc]ache/ # Others +sql/ +*.Cache ClientBin/ +[Ss]tyle[Cc]op.* ~$* *~ *.dbmdl -*.dbproj.schemaview +*.[Pp]ublish.xml *.pfx *.publishsettings -node_modules/ -orleans.codegen.cs # RIA/Silverlight projects Generated_Code/ -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files -*.mdf -*.ldf +App_Data/*.mdf +App_Data/*.ldf -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -# Microsoft Fakes -FakesAssemblies/ +#LightSwitch generated files +GeneratedArtifacts/ +_Pvt_Extensions/ +ModelManifest.xml -# GhostDoc plugin setting file -*.GhostDoc.xml +# ========================= +# Windows detritus +# ========================= -# Node.js Tools for Visual Studio -.ntvs_analysis.dat +# Some stackdump file that sometimes appears +us.stackdump -# Visual Studio 6 build log -*.plg +# Windows image file caches +Thumbs.db +ehthumbs.db -# Visual Studio 6 workspace options file -*.opt +# Folder config file +Desktop.ini -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions +# Recycle Bin used on file shares +$RECYCLE.BIN/ -# Paket dependency manager -.paket/paket.exe +# Mac desktop service store files +.DS_Store +Package/Lib +*.nupkg -# FAKE - F# Make -.fake/ +# Temporary files created when merging +*.orig +*.LOCAL.*.xml +*.REMOTE.*.xml +*.BASE.*.xml +*.BACKUP.*.xml + +# Symbolic links and other files created by ConfigureSolutions +Output/* + +#Visual Studio 2015 files +**/*.sln.ide/** +_NCrunch_FluentAssemblyScanner/ +Artifacts/** +*.v3.ncrunchsolution +*.ncrunchsolution +*.ncrunchproject + +# User-specific stuff: +.idea +.vs + +# Cake related +Build/** +!Build/packages.config +Tools/** +/.vs +*.dg +*.config +*.ncrunchproject + +/.dotnet +/.vscode diff --git a/FluentAssemblyScanner.sln b/FluentAssemblyScanner.sln index 9a9e9ee..e6d7ad6 100644 --- a/FluentAssemblyScanner.sln +++ b/FluentAssemblyScanner.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2005 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2BF35C86-651F-484A-89CD-DCFFF32646E6}" EndProject @@ -9,21 +9,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9D48C45B-6 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6287E8A4-87EB-4A5D-927E-61EDDADFAFB9}" ProjectSection(SolutionItems) = preProject - global.json = global.json + .gitignore = .gitignore + appveyor.yml = appveyor.yml + build.cake = build.cake + build.ps1 = build.ps1 + LICENCE = LICENCE + nuget.config = nuget.config + README.md = README.md EndProjectSection EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner", "src\FluentAssemblyScanner\FluentAssemblyScanner.xproj", "{0F21FEF4-CFFC-47F9-ADD5-D9BEA0EC3CBB}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "additionalassemlies", "additionalassemlies", "{20AB6590-16BA-485C-9933-1087FE8ABF40}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner", "src\FluentAssemblyScanner\FluentAssemblyScanner.csproj", "{0F21FEF4-CFFC-47F9-ADD5-D9BEA0EC3CBB}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner.Tests", "test\FluentAssemblyScanner.Tests\FluentAssemblyScanner.Tests.xproj", "{10BAA169-2579-4416-BBC9-7A1FF350F4D9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner.Tests", "test\FluentAssemblyScanner.Tests\FluentAssemblyScanner.Tests.csproj", "{10BAA169-2579-4416-BBC9-7A1FF350F4D9}" ProjectSection(ProjectDependencies) = postProject {30446811-1745-40E3-B141-FD15278A5E24} = {30446811-1745-40E3-B141-FD15278A5E24} EndProjectSection EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner.Tests.AdditionalAssembly", "test\FluentAssemblyScanner.Tests.AdditionalAssembly\FluentAssemblyScanner.Tests.AdditionalAssembly.xproj", "{2865A2C3-F4F8-453F-B39B-91487F2DF836}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "additionalassemlies", "additionalassemlies", "{20AB6590-16BA-485C-9933-1087FE8ABF40}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner.Test.AdditionalAssembly", "test\FluentAssemblyScanner.Test.AdditionalAssembly\FluentAssemblyScanner.Test.AdditionalAssembly.csproj", "{2865A2C3-F4F8-453F-B39B-91487F2DF836}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner.Test.SecondAdditionalAssembly", "test\FluentAssemblyScanner.Test.SecondAdditionalAssembly\FluentAssemblyScanner.Test.SecondAdditionalAssembly.xproj", "{30446811-1745-40E3-B141-FD15278A5E24}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner.Test.SecondAdditionalAssembly", "test\FluentAssemblyScanner.Test.SecondAdditionalAssembly\FluentAssemblyScanner.Test.SecondAdditionalAssembly.csproj", "{30446811-1745-40E3-B141-FD15278A5E24}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -52,10 +58,13 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution + {20AB6590-16BA-485C-9933-1087FE8ABF40} = {9D48C45B-64C7-4631-A217-116B83E76107} {0F21FEF4-CFFC-47F9-ADD5-D9BEA0EC3CBB} = {2BF35C86-651F-484A-89CD-DCFFF32646E6} {10BAA169-2579-4416-BBC9-7A1FF350F4D9} = {9D48C45B-64C7-4631-A217-116B83E76107} {2865A2C3-F4F8-453F-B39B-91487F2DF836} = {20AB6590-16BA-485C-9933-1087FE8ABF40} - {20AB6590-16BA-485C-9933-1087FE8ABF40} = {9D48C45B-64C7-4631-A217-116B83E76107} {30446811-1745-40E3-B141-FD15278A5E24} = {20AB6590-16BA-485C-9933-1087FE8ABF40} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3302D602-74A6-4B6C-BC82-1C1AA80FEA91} + EndGlobalSection EndGlobal diff --git a/FluentAssemblyScanner.v3.ncrunchsolution b/FluentAssemblyScanner.v3.ncrunchsolution new file mode 100644 index 0000000..10420ac --- /dev/null +++ b/FluentAssemblyScanner.v3.ncrunchsolution @@ -0,0 +1,6 @@ + + + True + True + + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 329160d..54ef9c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,42 +1,10 @@ version: 1.0.{build} -pull_requests: +configuration: Release +image: Visual Studio 2017 +pull_requests: do_not_increment_build_number: true -assembly_info: - patch: true - file: '**\AssemblyInfo.*' - assembly_version: '{version}' - assembly_file_version: '{version}' - assembly_informational_version: '{version}' -environment: - nuget_user: oguzhansoykan@outlook.com - nuget_password: - secure: w73Xs1Is7iK/DtAOf0XTHg== - COVERALLS_REPO_TOKEN: - secure: dVMQAKOiU3HuWBAVVTrML0OS5fiGriqI9 -before_build: -- cmd: dotnet.exe restore -test: - assemblies: test\FluentAssemblyScanner.Tests\bin\Debug\net461\win7-x64\FluentAssemblyScanner.Tests.dll -after_test: - - tools\coverage\opencover\OpenCover.Console.exe -register:user -target:"tools\xunitrunner\xunit.console.x86.exe" -targetdir:"test\FluentAssemblyScanner.Tests\bin\Debug\net461\win7-x64" -targetargs:"FluentAssemblyScanner.Tests.dll" -filter:"+[FluentAssemblyScanner*]* -[FluentAssemblyScanner.T*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -output:xunit_opencovertests.xml -coverbytest:*.Tests.dll - - tools\coverage\coveralls.net\csmacnz.Coveralls.exe --opencover -i xunit_opencovertests.xml --repoToken %COVERALLS_REPO_TOKEN% --commitBranch %APPVEYOR_REPO_BRANCH% -nuget: - disable_publish_on_pr: true - account_feed: true - project_feed: true -build: - publish_nuget: true - publish_nuget_symbols: true - include_nuget_references: true - verbosity: minimal -after_build: - cmd: dotnet pack "src\FluentAssemblyScanner" -c "Release" -o "nupkg/" -artifacts: -- path: '**\*.nupkg' -deploy: -- provider: NuGet - on: - branch: master - api_key: - secure: liSTqN52OJQy9fZJk6gubSgYBAy4EXcEPCDSCLJ/3T9cZufzpTwvBlGPLX+iP2n9 - artifact: /.*\.nupkg/ + +build_script: +- ps: .\build.ps1 -experimental + +test: off \ No newline at end of file diff --git a/build.cake b/build.cake new file mode 100644 index 0000000..3ddb987 --- /dev/null +++ b/build.cake @@ -0,0 +1,131 @@ +#tool "nuget:?package=xunit.runner.console&version=2.3.0-beta4-build3742" + +#addin "nuget:?package=NuGet.Core" +#addin "nuget:?package=Cake.ExtendedNuGet" + +////////////////////////////////////////////////////////////////////// +// ARGUMENTS +////////////////////////////////////////////////////////////////////// + +var projectName = "FluentAssemblyScanner"; +var solution = "./" + projectName + ".sln"; + +var target = Argument("target", "Default"); +var configuration = Argument("configuration", "Release"); +var toolpath = Argument("toolpath", @"tools"); +var branch = Argument("branch", EnvironmentVariable("APPVEYOR_REPO_BRANCH")); +var nugetApiKey = EnvironmentVariable("nugetApiKey"); +var isRelease = EnvironmentVariable("APPVEYOR_REPO_TAG") == "true"; + +var testProjects = new List> + { + new Tuple("FluentAssemblyScanner.Tests", new[] { "net461" }) + }; + + +var nupkgPath = "nupkg"; +var nupkgRegex = $"**/{projectName}*.nupkg"; +var nugetPath = toolpath + "/nuget.exe"; +var nugetQueryUrl = "https://www.nuget.org/api/v2/"; +var nugetPushUrl = "https://www.nuget.org/api/v2/package"; +var NUGET_PUSH_SETTINGS = new NuGetPushSettings + { + ToolPath = File(nugetPath), + Source = nugetPushUrl, + ApiKey = nugetApiKey + }; + +////////////////////////////////////////////////////////////////////// +// TASKS +////////////////////////////////////////////////////////////////////// + +Task("Clean") + .Does(() => + { + Information("Current Branch is:" + EnvironmentVariable("APPVEYOR_REPO_BRANCH")); + Information($"IsRelase: {isRelease}"); + CleanDirectories("./src/**/bin"); + CleanDirectories("./src/**/obj"); + CleanDirectory(nupkgPath); + }); + +Task("Restore-NuGet-Packages") + .IsDependentOn("Clean") + .Does(() => + { + DotNetCoreRestore(solution); + }); + +Task("Build") + .IsDependentOn("Restore-NuGet-Packages") + .Does(() => + { + MSBuild(solution, new MSBuildSettings(){Configuration = configuration} + .WithProperty("SourceLinkCreate","true")); + }); + +Task("Run-Unit-Tests") + .IsDependentOn("Build") + .Does(() => + { + foreach (Tuple testProject in testProjects) + { + foreach (string targetFramework in testProject.Item2) + { + if(targetFramework == "net461") + { + var testFile = GetFiles($"**/bin/{configuration}/{targetFramework}/{testProject.Item1}*.dll").First(); + Information(testFile); + XUnit2(testFile.ToString(), new XUnit2Settings { }); + } + else + { + var testProj = GetFiles($"./test/**/*{testProject.Item1}.csproj").First(); + DotNetCoreTest(testProj.FullPath, new DotNetCoreTestSettings { Configuration = "Release", Framework = targetFramework }); + } + } + } + }); + +Task("Pack") + .IsDependentOn("Run-Unit-Tests") + .Does(() => + { + var nupkgFiles = GetFiles(nupkgRegex); + MoveFiles(nupkgFiles, nupkgPath); + }); + +Task("NugetPublish") + .IsDependentOn("Pack") + .WithCriteria(() => branch == "master") + .Does(()=> + { + foreach(var nupkgFile in GetFiles(nupkgRegex)) + { + if(!IsNuGetPublished(nupkgFile, nugetQueryUrl)) + { + Information("Publishing... " + nupkgFile); + NuGetPush(nupkgFile, NUGET_PUSH_SETTINGS); + } + else + { + Information("Already published, skipping... " + nupkgFile); + } + } + }); + +////////////////////////////////////////////////////////////////////// +// TASK TARGETS +////////////////////////////////////////////////////////////////////// + +Task("Default") + .IsDependentOn("Build") + .IsDependentOn("Run-Unit-Tests") + .IsDependentOn("Pack") + .IsDependentOn("NugetPublish"); + +////////////////////////////////////////////////////////////////////// +// EXECUTION +////////////////////////////////////////////////////////////////////// + +RunTarget(target); \ No newline at end of file diff --git a/build.ps1 b/build.ps1 new file mode 100644 index 0000000..4a58a4c --- /dev/null +++ b/build.ps1 @@ -0,0 +1,133 @@ +<# +.SYNOPSIS +This is a Powershell script to bootstrap a Cake build. +.DESCRIPTION +This Powershell script will download NuGet if missing, restore NuGet tools (including Cake) +and execute your Cake build script with the parameters you provide. +.PARAMETER Target +The build script target to run. +.PARAMETER Configuration +The build configuration to use. +.PARAMETER Verbosity +Specifies the amount of information to be displayed. +.PARAMETER WhatIf +Performs a dry run of the build script. +No tasks will be executed. +.PARAMETER ScriptArgs +Remaining arguments are added here. +.LINK +https://cakebuild.net +#> + +[CmdletBinding()] +Param( + [string]$Target = "Default", + [ValidateSet("Release", "Debug")] + [string]$Configuration = "Release", + [ValidateSet("Quiet", "Minimal", "Normal", "Verbose", "Diagnostic")] + [string]$Verbosity = "Verbose", + [switch]$WhatIf, + [Parameter(Position=0,Mandatory=$false,ValueFromRemainingArguments=$true)] + [string[]]$ScriptArgs +) + +$CakeVersion = "0.23.0" +$DotNetChannel = "Current"; +$DotNetVersion = "2.0.2"; +$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1"; +$NugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" + +# Temporarily skip verification and opt-in to new in-proc NuGet +$ENV:CAKE_NUGET_USEINPROCESSCLIENT='true' + +# Make sure tools folder exists +$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent +$ToolPath = Join-Path $PSScriptRoot "tools" +if (!(Test-Path $ToolPath)) { + Write-Verbose "Creating tools directory..." + New-Item -Path $ToolPath -Type directory | out-null +} + +########################################################################### +# INSTALL .NET CORE CLI +########################################################################### + +Function Remove-PathVariable([string]$VariableToRemove) +{ + $path = [Environment]::GetEnvironmentVariable("PATH", "User") + if ($path -ne $null) + { + $newItems = $path.Split(';', [StringSplitOptions]::RemoveEmptyEntries) | Where-Object { "$($_)" -inotlike $VariableToRemove } + [Environment]::SetEnvironmentVariable("PATH", [System.String]::Join(';', $newItems), "User") + } + + $path = [Environment]::GetEnvironmentVariable("PATH", "Process") + if ($path -ne $null) + { + $newItems = $path.Split(';', [StringSplitOptions]::RemoveEmptyEntries) | Where-Object { "$($_)" -inotlike $VariableToRemove } + [Environment]::SetEnvironmentVariable("PATH", [System.String]::Join(';', $newItems), "Process") + } +} + +# Get .NET Core CLI path if installed. +$FoundDotNetCliVersion = $null; +if (Get-Command dotnet -ErrorAction SilentlyContinue) { + $FoundDotNetCliVersion = dotnet --version; +} + +if($FoundDotNetCliVersion -ne $DotNetVersion) { + $InstallPath = Join-Path $PSScriptRoot ".dotnet" + if (!(Test-Path $InstallPath)) { + mkdir -Force $InstallPath | Out-Null; + } + (New-Object System.Net.WebClient).DownloadFile($DotNetInstallerUri, "$InstallPath\dotnet-install.ps1"); + & $InstallPath\dotnet-install.ps1 -Channel $DotNetChannel -Version $DotNetVersion -InstallDir $InstallPath; + + Remove-PathVariable "$InstallPath" + $env:PATH = "$InstallPath;$env:PATH" +} + +$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 +$env:DOTNET_CLI_TELEMETRY_OPTOUT=1 + +########################################################################### +# INSTALL NUGET +########################################################################### + +# Make sure nuget.exe exists. +$NugetPath = Join-Path $ToolPath "nuget.exe" +if (!(Test-Path $NugetPath)) { + Write-Host "Downloading NuGet.exe..." + (New-Object System.Net.WebClient).DownloadFile($NugetUrl, $NugetPath); +} + +########################################################################### +# INSTALL CAKE +########################################################################### + +# Make sure Cake has been installed. +$CakePath = Join-Path $ToolPath "Cake.$CakeVersion/Cake.exe" +if (!(Test-Path $CakePath)) { + Write-Host "Installing Cake..." + Invoke-Expression "&`"$NugetPath`" install Cake -Version $CakeVersion -OutputDirectory `"$ToolPath`"" | Out-Null; + if ($LASTEXITCODE -ne 0) { + Throw "An error occurred while restoring Cake from NuGet." + } +} + +########################################################################### +# RUN BUILD SCRIPT +########################################################################### + +# Build the argument list. +$Arguments = @{ + target=$Target; + configuration=$Configuration; + verbosity=$Verbosity; + dryrun=$WhatIf; +}.GetEnumerator() | %{"--{0}=`"{1}`"" -f $_.key, $_.value }; + +# Start Cake +Write-Host "Running build script..." +Invoke-Expression "& `"$CakePath`" `"build.cake`" $Arguments $ScriptArgs" +exit $LASTEXITCODE diff --git a/global.json b/global.json deleted file mode 100644 index 9d09ab5..0000000 --- a/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "projects": [ "src", "test" ], - "sdk": { - "version": "1.0.0-preview2-003131" - } -} diff --git a/nuget.config b/nuget.config index bf823d0..2b62800 100644 --- a/nuget.config +++ b/nuget.config @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/nupkg/pack.bat b/nupkg/pack.bat deleted file mode 100644 index 5382a0a..0000000 --- a/nupkg/pack.bat +++ /dev/null @@ -1,8 +0,0 @@ -REM "..\tools\gitlink\GitLink.exe" ..\ -u https://github.com/osoykan/FluentAssemblyScanner -c release - -REM @ECHO OFF -REM SET /P VERSION_SUFFIX=Please enter version-suffix (can be left empty): - -dotnet "pack" "..\src\FluentAssemblyScanner" -c "Release" -o "." - -pause diff --git a/src/FluentAssemblyScanner/FluentAssemblyScanner.csproj b/src/FluentAssemblyScanner/FluentAssemblyScanner.csproj new file mode 100644 index 0000000..c16de76 --- /dev/null +++ b/src/FluentAssemblyScanner/FluentAssemblyScanner.csproj @@ -0,0 +1,21 @@ + + + + 2.0.0 + netstandard2.0 + FluentAssemblyScanner + FluentAssemblyScanner + netstandard;netcore;assemblyscanner;fluent + https://github.com/osoykan/FluentAssemblyScanner + https://github.com/osoykan/FluentAssemblyScanner/blob/master/LICENCE + git + https://github.com/osoykan/FluentAssemblyScanner + false + false + false + Oguzhan Soykan + Assembly and type scanner for .net + True + + + diff --git a/src/FluentAssemblyScanner/FluentAssemblyScanner.xproj b/src/FluentAssemblyScanner/FluentAssemblyScanner.xproj deleted file mode 100644 index 2c4c371..0000000 --- a/src/FluentAssemblyScanner/FluentAssemblyScanner.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - 0f21fef4-cffc-47f9-add5-d9bea0ec3cbb - FluentAssemblyScanner - .\obj - .\bin\ - v4.5.2 - - - - 2.0 - - - diff --git a/src/FluentAssemblyScanner/project.json b/src/FluentAssemblyScanner/project.json deleted file mode 100644 index d37ea75..0000000 --- a/src/FluentAssemblyScanner/project.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version" : "1.0.7-*", - - "dependencies" : {}, - "frameworks" : { - "net452" : {} - }, - - "packOptions" : { - "summary" : "Fluent assembly and type scanner for .Net", - "tags" : ["asp.net", "asp.net mvc", "framework", "library", "assembly", "scanner"], - "owners" : ["Oğuzhan Soykan"], - "authors" : ["Oğuzhan Soykan"], - "iconUrl" : "", - "projectUrl" : "https://github.com/osoykan/FluentAssemblyScanner", - "licenseUrl" : "https://github.com/osoykan/FluentAssemblyScanner/blob/master/LICENCE", - "requireLicenseAcceptance" : false, - "files" : { - "lib/net452" : "bin/Release/net452/FluentAssemblyScanner.pdb" - }, - "repository" : { - "type" : "git", - "url" : "https://github.com/osoykan/FluentAssemblyScanner" - } - } -} \ No newline at end of file diff --git a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/AdditionalAssemblyService.cs b/test/FluentAssemblyScanner.Test.AdditionalAssembly/AdditionalAssemblyService.cs similarity index 69% rename from test/FluentAssemblyScanner.Tests.AdditionalAssembly/AdditionalAssemblyService.cs rename to test/FluentAssemblyScanner.Test.AdditionalAssembly/AdditionalAssemblyService.cs index a88d4fa..85c4c3f 100644 --- a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/AdditionalAssemblyService.cs +++ b/test/FluentAssemblyScanner.Test.AdditionalAssembly/AdditionalAssemblyService.cs @@ -1,4 +1,4 @@ -namespace FluentAssemblyScanner.Tests.AdditionalAssembly +namespace FluentAssemblyScanner.Test.AdditionalAssembly { public class AdditionalAssemblyService : IAdditionalAssemblyService { diff --git a/test/FluentAssemblyScanner.Test.AdditionalAssembly/FluentAssemblyScanner.Test.AdditionalAssembly.csproj b/test/FluentAssemblyScanner.Test.AdditionalAssembly/FluentAssemblyScanner.Test.AdditionalAssembly.csproj new file mode 100644 index 0000000..85add8c --- /dev/null +++ b/test/FluentAssemblyScanner.Test.AdditionalAssembly/FluentAssemblyScanner.Test.AdditionalAssembly.csproj @@ -0,0 +1,18 @@ + + + + net461 + FluentAssemblyScanner.Test.AdditionalAssembly + FluentAssemblyScanner.Tests.AdditionalAssembly + false + false + false + FluentAssemblyScanner.Test.AdditionalAssembly + + + + + + + + diff --git a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/IAdditionalAssemblyService.cs b/test/FluentAssemblyScanner.Test.AdditionalAssembly/IAdditionalAssemblyService.cs similarity index 58% rename from test/FluentAssemblyScanner.Tests.AdditionalAssembly/IAdditionalAssemblyService.cs rename to test/FluentAssemblyScanner.Test.AdditionalAssembly/IAdditionalAssemblyService.cs index 406955c..fac7169 100644 --- a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/IAdditionalAssemblyService.cs +++ b/test/FluentAssemblyScanner.Test.AdditionalAssembly/IAdditionalAssemblyService.cs @@ -1,4 +1,4 @@ -namespace FluentAssemblyScanner.Tests.AdditionalAssembly +namespace FluentAssemblyScanner.Test.AdditionalAssembly { public interface IAdditionalAssemblyService { diff --git a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/Properties/AssemblyInfo.cs b/test/FluentAssemblyScanner.Test.AdditionalAssembly/Properties/AssemblyInfo.cs similarity index 100% rename from test/FluentAssemblyScanner.Tests.AdditionalAssembly/Properties/AssemblyInfo.cs rename to test/FluentAssemblyScanner.Test.AdditionalAssembly/Properties/AssemblyInfo.cs diff --git a/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.csproj b/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.csproj new file mode 100644 index 0000000..1bbf510 --- /dev/null +++ b/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.csproj @@ -0,0 +1,23 @@ + + + + net461 + FluentAssemblyScanner.Test.SecondAdditionalAssembly + FluentAssemblyScanner.Test.SecondAdditionalAssembly + false + false + false + + + + + + + + + + + + + + diff --git a/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.v3.ncrunchproject b/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.v3.ncrunchproject new file mode 100644 index 0000000..6e11486 --- /dev/null +++ b/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.v3.ncrunchproject @@ -0,0 +1,9 @@ + + + + PostBuildEventDisabled + + True + True + + \ No newline at end of file diff --git a/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.xproj b/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.xproj deleted file mode 100644 index ad96ca8..0000000 --- a/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/FluentAssemblyScanner.Test.SecondAdditionalAssembly.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - 30446811-1745-40e3-b141-fd15278a5e24 - FluentAssemblyScanner.Test.SecondAdditionalAssembly - .\obj - .\bin\ - v4.6.1 - - - - 2.0 - - - diff --git a/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/project.json b/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/project.json deleted file mode 100644 index a214344..0000000 --- a/test/FluentAssemblyScanner.Test.SecondAdditionalAssembly/project.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "1.0.0-*", - - "dependencies": { - - }, - "scripts": { - "postcompile": [ - //"cmd /c echo FirstPath: \" %project:Directory%/bin/Debug/net461/ \"", - //"cmd /c echo SecondPath: \" %project:Directory%/../test/FluentAssemblyScanner.Tests/bin/Debug/net461/win7-x64/ \"", - //"cmd /c echo command: xcopy /f /y \" %project:Directory%/bin/Debug/net461/*.* \" \" %project:Directory%\\..\\/FluentAssemblyScanner.Tests/bin/Debug/net461/win7-x64/ \"", - "xcopy /f /y \"%project:Directory%/bin/Debug/net461/*.* \" \"%project:Directory%\\..\\/FluentAssemblyScanner.Tests/bin/Debug/net461/win7-x64/ \"" - ] - }, - - "frameworks": { - "net461": { - - } - } -} diff --git a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/FluentAssemblyScanner.Tests.AdditionalAssembly.xproj b/test/FluentAssemblyScanner.Tests.AdditionalAssembly/FluentAssemblyScanner.Tests.AdditionalAssembly.xproj deleted file mode 100644 index d7bd78e..0000000 --- a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/FluentAssemblyScanner.Tests.AdditionalAssembly.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - 2865a2c3-f4f8-453f-b39b-91487f2df836 - FluentAssemblyScanner.Tests.AdditionalAssembly - .\obj - .\bin\ - v4.6.1 - - - - 2.0 - - - diff --git a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/project.json b/test/FluentAssemblyScanner.Tests.AdditionalAssembly/project.json deleted file mode 100644 index 81a38db..0000000 --- a/test/FluentAssemblyScanner.Tests.AdditionalAssembly/project.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version" : "1.0.0-*", - - "dependencies" : { - - }, - - "frameworks" : { - "net461" : { - - } - } -} diff --git a/test/FluentAssemblyScanner.Tests/ExcludeAssemblyContaining_Tests.cs b/test/FluentAssemblyScanner.Tests/ExcludeAssemblyContaining_Tests.cs index 6ba3634..15b0346 100644 --- a/test/FluentAssemblyScanner.Tests/ExcludeAssemblyContaining_Tests.cs +++ b/test/FluentAssemblyScanner.Tests/ExcludeAssemblyContaining_Tests.cs @@ -1,6 +1,6 @@ using System.Linq; -using FluentAssemblyScanner.Tests.AdditionalAssembly; +using FluentAssemblyScanner.Test.AdditionalAssembly; using FluentAssemblyScanner.Tests.SpecClasses; using FluentAssertions; @@ -167,7 +167,7 @@ public void should_not_find_any_type_from_excluded_assembly_with_full_named() //----------------------------------------------------------------------------------------------------------- // Assert //----------------------------------------------------------------------------------------------------------- - instance.ExcludeAssemblyFullNamed("FluentAssemblyScanner.Tests.AdditionalAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null") + instance.ExcludeAssemblyFullNamed("FluentAssemblyScanner.Test.AdditionalAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null") .BasedOn() .Filter() .Scan() @@ -191,7 +191,7 @@ public void should_not_find_any_type_from_excluded_assembly_with_name_starts_wit //----------------------------------------------------------------------------------------------------------- // Assert //----------------------------------------------------------------------------------------------------------- - instance.ExcludeAssemblyNameStartsWith("FluentAssemblyScanner.Tests.Ad") + instance.ExcludeAssemblyNameStartsWith("FluentAssemblyScanner.Test.Ad") .BasedOn() .Filter() .Scan() @@ -239,7 +239,7 @@ public void should_not_find_any_type_from_excluded_assembly_with_name() //----------------------------------------------------------------------------------------------------------- // Assert //----------------------------------------------------------------------------------------------------------- - instance.ExcludeAssemblyNamed("FluentAssemblyScanner.Tests.AdditionalAssembly") + instance.ExcludeAssemblyNamed("FluentAssemblyScanner.Test.AdditionalAssembly") .BasedOn() .Filter() .Scan() diff --git a/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.csproj b/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.csproj new file mode 100644 index 0000000..72c69fb --- /dev/null +++ b/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.csproj @@ -0,0 +1,29 @@ + + + + net461 + FluentAssemblyScanner.Tests + FluentAssemblyScanner.Tests + true + false + false + false + + + + + + + + + + + + + + + + + + + diff --git a/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.v3.ncrunchproject b/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.v3.ncrunchproject new file mode 100644 index 0000000..101c806 --- /dev/null +++ b/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.v3.ncrunchproject @@ -0,0 +1,8 @@ + + + + AbnormalReferenceResolution + + True + + \ No newline at end of file diff --git a/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.xproj b/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.xproj deleted file mode 100644 index b4a40e3..0000000 --- a/test/FluentAssemblyScanner.Tests/FluentAssemblyScanner.Tests.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - 10baa169-2579-4416-bbc9-7a1ff350f4d9 - FluentAssemblyScanner.Tests - .\obj - .\bin\ - v4.6.1 - - - - 2.0 - - - diff --git a/test/FluentAssemblyScanner.Tests/FromAssemblyDefinerBase_Tests.cs b/test/FluentAssemblyScanner.Tests/FromAssemblyDefinerBase_Tests.cs index 1641d92..e9326b4 100644 --- a/test/FluentAssemblyScanner.Tests/FromAssemblyDefinerBase_Tests.cs +++ b/test/FluentAssemblyScanner.Tests/FromAssemblyDefinerBase_Tests.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; -using FluentAssemblyScanner.Tests.AdditionalAssembly; +using FluentAssemblyScanner.Test.AdditionalAssembly; using FluentAssemblyScanner.Tests.SpecClasses; using FluentAssemblyScanner.Tests.SpecClasses.subPaymentMethodNamespace; @@ -83,7 +83,7 @@ public void when_sub_namespace_search_option_is_active_then_the_sub_namespaced_t //----------------------------------------------------------------------------------------------------------- // Arrange //----------------------------------------------------------------------------------------------------------- - + // None. //----------------------------------------------------------------------------------------------------------- @@ -112,7 +112,7 @@ public void when_use_with_based_ons_and_classes_filter_should_work() //----------------------------------------------------------------------------------------------------------- // Act //----------------------------------------------------------------------------------------------------------- - FromAssemblyDefiner instance = AssemblyScanner.FromAssemblyInThisApplicationDirectory(); + FromAssemblyDefiner instance = AssemblyScanner.FromAssemblyInThisApplication(); //----------------------------------------------------------------------------------------------------------- // Assert @@ -137,7 +137,7 @@ public void when_use_with_based_ons_and_filter_should_work_and_returns_also_inte //----------------------------------------------------------------------------------------------------------- // Act //----------------------------------------------------------------------------------------------------------- - FromAssemblyDefiner instance = AssemblyScanner.FromAssemblyInThisApplicationDirectory(); + FromAssemblyDefiner instance = AssemblyScanner.FromAssemblyInThisApplication(); //----------------------------------------------------------------------------------------------------------- // Assert diff --git a/test/FluentAssemblyScanner.Tests/project.json b/test/FluentAssemblyScanner.Tests/project.json deleted file mode 100644 index add759c..0000000 --- a/test/FluentAssemblyScanner.Tests/project.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "version": "1.0.0-*", - - "testRunner": "xunit", - - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FluentAssemblyScanner": "1.0.7-*", - "FluentAssemblyScanner.Tests.AdditionalAssembly": "1.0.0-*", - "FluentAssertions": "4.19.0", - "xunit": "2.2.0-rc2-build3523" - }, - - "frameworks": { - "net461": { - - } - } -} diff --git a/tools/coverage/coveralls.net/BCLExtensions.dll b/tools/coverage/coveralls.net/BCLExtensions.dll deleted file mode 100644 index 80877f0..0000000 Binary files a/tools/coverage/coveralls.net/BCLExtensions.dll and /dev/null differ diff --git a/tools/coverage/coveralls.net/Beefeater.dll b/tools/coverage/coveralls.net/Beefeater.dll deleted file mode 100644 index 20b0341..0000000 Binary files a/tools/coverage/coveralls.net/Beefeater.dll and /dev/null differ diff --git a/tools/coverage/coveralls.net/DocoptNet.dll b/tools/coverage/coveralls.net/DocoptNet.dll deleted file mode 100644 index 329e25a..0000000 Binary files a/tools/coverage/coveralls.net/DocoptNet.dll and /dev/null differ diff --git a/tools/coverage/coveralls.net/Newtonsoft.Json.dll b/tools/coverage/coveralls.net/Newtonsoft.Json.dll deleted file mode 100644 index d4c9037..0000000 Binary files a/tools/coverage/coveralls.net/Newtonsoft.Json.dll and /dev/null differ diff --git a/tools/coverage/coveralls.net/System.Net.Http.Extensions.dll b/tools/coverage/coveralls.net/System.Net.Http.Extensions.dll deleted file mode 100644 index a0ada0f..0000000 Binary files a/tools/coverage/coveralls.net/System.Net.Http.Extensions.dll and /dev/null differ diff --git a/tools/coverage/coveralls.net/System.Net.Http.Primitives.dll b/tools/coverage/coveralls.net/System.Net.Http.Primitives.dll deleted file mode 100644 index 4f391a3..0000000 Binary files a/tools/coverage/coveralls.net/System.Net.Http.Primitives.dll and /dev/null differ diff --git a/tools/coverage/coveralls.net/csmacnz.Coveralls.exe b/tools/coverage/coveralls.net/csmacnz.Coveralls.exe deleted file mode 100644 index cf28a53..0000000 Binary files a/tools/coverage/coveralls.net/csmacnz.Coveralls.exe and /dev/null differ diff --git a/tools/coverage/coveralls.net/csmacnz.Coveralls.exe.config b/tools/coverage/coveralls.net/csmacnz.Coveralls.exe.config deleted file mode 100644 index d7073de..0000000 --- a/tools/coverage/coveralls.net/csmacnz.Coveralls.exe.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/coverage/opencover/Autofac.Configuration.dll b/tools/coverage/opencover/Autofac.Configuration.dll deleted file mode 100644 index 230786a..0000000 Binary files a/tools/coverage/opencover/Autofac.Configuration.dll and /dev/null differ diff --git a/tools/coverage/opencover/Autofac.dll b/tools/coverage/opencover/Autofac.dll deleted file mode 100644 index e4a596a..0000000 Binary files a/tools/coverage/opencover/Autofac.dll and /dev/null differ diff --git a/tools/coverage/opencover/CrashReporter.NET.dll b/tools/coverage/opencover/CrashReporter.NET.dll deleted file mode 100644 index f2d05ec..0000000 Binary files a/tools/coverage/opencover/CrashReporter.NET.dll and /dev/null differ diff --git a/tools/coverage/opencover/Gendarme.Framework.dll b/tools/coverage/opencover/Gendarme.Framework.dll deleted file mode 100644 index 7a14873..0000000 Binary files a/tools/coverage/opencover/Gendarme.Framework.dll and /dev/null differ diff --git a/tools/coverage/opencover/Gendarme.Rules.Maintainability.dll b/tools/coverage/opencover/Gendarme.Rules.Maintainability.dll deleted file mode 100644 index 755cacb..0000000 Binary files a/tools/coverage/opencover/Gendarme.Rules.Maintainability.dll and /dev/null differ diff --git a/tools/coverage/opencover/Mono.Cecil.Mdb.dll b/tools/coverage/opencover/Mono.Cecil.Mdb.dll deleted file mode 100644 index fe7874d..0000000 Binary files a/tools/coverage/opencover/Mono.Cecil.Mdb.dll and /dev/null differ diff --git a/tools/coverage/opencover/Mono.Cecil.Pdb.dll b/tools/coverage/opencover/Mono.Cecil.Pdb.dll deleted file mode 100644 index 78897c0..0000000 Binary files a/tools/coverage/opencover/Mono.Cecil.Pdb.dll and /dev/null differ diff --git a/tools/coverage/opencover/Mono.Cecil.dll b/tools/coverage/opencover/Mono.Cecil.dll deleted file mode 100644 index bf3acf1..0000000 Binary files a/tools/coverage/opencover/Mono.Cecil.dll and /dev/null differ diff --git a/tools/coverage/opencover/OpenCover.Console.exe b/tools/coverage/opencover/OpenCover.Console.exe deleted file mode 100644 index b1c416d..0000000 Binary files a/tools/coverage/opencover/OpenCover.Console.exe and /dev/null differ diff --git a/tools/coverage/opencover/OpenCover.Console.exe.config b/tools/coverage/opencover/OpenCover.Console.exe.config deleted file mode 100644 index d65cb4c..0000000 --- a/tools/coverage/opencover/OpenCover.Console.exe.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/coverage/opencover/OpenCover.Console.pdb b/tools/coverage/opencover/OpenCover.Console.pdb deleted file mode 100644 index 10f29f4..0000000 Binary files a/tools/coverage/opencover/OpenCover.Console.pdb and /dev/null differ diff --git a/tools/coverage/opencover/OpenCover.Extensions.dll b/tools/coverage/opencover/OpenCover.Extensions.dll deleted file mode 100644 index cb69137..0000000 Binary files a/tools/coverage/opencover/OpenCover.Extensions.dll and /dev/null differ diff --git a/tools/coverage/opencover/OpenCover.Extensions.pdb b/tools/coverage/opencover/OpenCover.Extensions.pdb deleted file mode 100644 index d0e0a0a..0000000 Binary files a/tools/coverage/opencover/OpenCover.Extensions.pdb and /dev/null differ diff --git a/tools/coverage/opencover/OpenCover.Framework.dll b/tools/coverage/opencover/OpenCover.Framework.dll deleted file mode 100644 index 1accffc..0000000 Binary files a/tools/coverage/opencover/OpenCover.Framework.dll and /dev/null differ diff --git a/tools/coverage/opencover/OpenCover.Framework.pdb b/tools/coverage/opencover/OpenCover.Framework.pdb deleted file mode 100644 index 1b76efb..0000000 Binary files a/tools/coverage/opencover/OpenCover.Framework.pdb and /dev/null differ diff --git a/tools/coverage/opencover/log4net.config b/tools/coverage/opencover/log4net.config deleted file mode 100644 index d6c61f7..0000000 --- a/tools/coverage/opencover/log4net.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/coverage/opencover/log4net.dll b/tools/coverage/opencover/log4net.dll deleted file mode 100644 index 47cd9ad..0000000 Binary files a/tools/coverage/opencover/log4net.dll and /dev/null differ diff --git a/tools/coverage/opencover/x64/OpenCover.Profiler.dll b/tools/coverage/opencover/x64/OpenCover.Profiler.dll deleted file mode 100644 index b082512..0000000 Binary files a/tools/coverage/opencover/x64/OpenCover.Profiler.dll and /dev/null differ diff --git a/tools/coverage/opencover/x86/OpenCover.Profiler.dll b/tools/coverage/opencover/x86/OpenCover.Profiler.dll deleted file mode 100644 index 12e257b..0000000 Binary files a/tools/coverage/opencover/x86/OpenCover.Profiler.dll and /dev/null differ diff --git a/tools/coverage/opencover/xunit_opencovertests.xml b/tools/coverage/opencover/xunit_opencovertests.xml deleted file mode 100644 index b7a40ba..0000000 --- a/tools/coverage/opencover/xunit_opencovertests.xml +++ /dev/null @@ -1,13195 +0,0 @@ - - - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll - 2016-07-16T11:44:20.6085999Z - mscorlib - - - - D:\srcs\GitProjects\FluentAssemblyScanner\tools\xunitrunner\xunit.console.x86.exe - 2017-02-13T08:06:36Z - xunit.console.x86 - - - - D:\srcs\GitProjects\FluentAssemblyScanner\tools\xunitrunner\xunit.runner.utility.net452.dll - 2017-02-13T08:06:36Z - xunit.runner.utility.net452 - - - - D:\srcs\GitProjects\FluentAssemblyScanner\tools\xunitrunner\xunit.abstractions.dll - 2017-02-13T08:06:36Z - xunit.abstractions - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll - 2016-07-16T11:43:57.1711464Z - System.Core - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll - 2016-07-16T11:44:19.4211026Z - System.Web - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll - 2016-07-16T11:43:55.5461496Z - System - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll - 2016-07-16T11:43:57.0930219Z - System.Xml.Linq - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll - 2016-07-16T11:43:55.4992744Z - System.Xml - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll - 2016-07-16T11:43:53.9992781Z - System.Configuration - - - - C:\Users\OSOYKAN\AppData\Local\Temp\24f1ef74-716e-4391-aa5f-a2e8d59505a6\24f1ef74-716e-4391-aa5f-a2e8d59505a6\assembly\dl3\09c6dae0\000ea018_d085d201\xunit.runner.utility.net452.dll - 2017-02-13T21:37:39.1090711Z - xunit.runner.utility.net452 - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll - 2016-07-16T11:43:57.1711464Z - System.Core - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll - 2016-07-16T11:43:55.5461496Z - System - - - - RefEmit_InMemoryManifestModule - 0001-01-01T00:00:00 - Anonymously Hosted DynamicMethods Assembly - - - - D:\srcs\GitProjects\FluentAssemblyScanner\test\FluentAssemblyScanner.Tests\bin\Debug\net461\win7-x64\FluentAssemblyScanner.Tests.dll - 2017-02-13T20:36:48.313979Z - FluentAssemblyScanner.Tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - D:\srcs\GitProjects\FluentAssemblyScanner\tools\xunitrunner\xunit.runner.utility.net452.dll - 2017-02-13T08:06:36Z - xunit.runner.utility.net452 - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\9ffc8aba\000ea018_d085d201\xunit.execution.desktop.dll - 2017-02-13T21:37:39.4513114Z - xunit.execution.desktop - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\11077d7f\003f6c2f_00f2d101\xunit.abstractions.dll - 2017-02-13T21:37:39.4693523Z - xunit.abstractions - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll - 2016-07-16T11:43:55.5461496Z - System - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\150b6c13\ce180ee6_3886d201\FluentAssemblyScanner.Tests.dll - 2017-02-13T21:37:39.5098827Z - FluentAssemblyScanner.Tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - D:\srcs\GitProjects\FluentAssemblyScanner\tools\xunitrunner\xunit.console.x86.exe - 2017-02-13T08:06:36Z - xunit.console.x86 - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll - 2016-07-16T11:43:57.1711464Z - System.Core - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\591df113\000ea018_d085d201\xunit.core.dll - 2017-02-13T21:37:39.5864346Z - xunit.core - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.dll - 2016-07-16T11:43:55.5773993Z - System.Runtime - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Threading.Tasks\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Threading.Tasks.dll - 2016-07-16T11:43:53.8586529Z - System.Threading.Tasks - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Collections\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Collections.dll - 2016-07-16T11:43:57.3273959Z - System.Collections - - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\5edbaa1f\bf4d2ae5_3886d201\FluentAssemblyScanner.dll - 2017-02-13T21:37:40.1828561Z - FluentAssemblyScanner - - - - - - - - - - - - - - - - - - - - - - - <Module> - - - - - JetBrains.Annotations.CanBeNullAttribute - - - - 100663297 - System.Void JetBrains.Annotations.CanBeNullAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.NotNullAttribute - - - - 100663298 - System.Void JetBrains.Annotations.NotNullAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.ItemNotNullAttribute - - - - 100663299 - System.Void JetBrains.Annotations.ItemNotNullAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.ItemCanBeNullAttribute - - - - 100663300 - System.Void JetBrains.Annotations.ItemCanBeNullAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.StringFormatMethodAttribute - - - - 100663302 - System.String JetBrains.Annotations.StringFormatMethodAttribute::get_FormatParameterName() - - - - - - - - - - 100663303 - System.Void JetBrains.Annotations.StringFormatMethodAttribute::set_FormatParameterName(System.String) - - - - - - - - - - 100663301 - System.Void JetBrains.Annotations.StringFormatMethodAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.ValueProviderAttribute - - - - 100663305 - System.String JetBrains.Annotations.ValueProviderAttribute::get_Name() - - - - - - - - - - 100663306 - System.Void JetBrains.Annotations.ValueProviderAttribute::set_Name(System.String) - - - - - - - - - - 100663304 - System.Void JetBrains.Annotations.ValueProviderAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.InvokerParameterNameAttribute - - - - 100663307 - System.Void JetBrains.Annotations.InvokerParameterNameAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.NotifyPropertyChangedInvocatorAttribute - - - - 100663310 - System.String JetBrains.Annotations.NotifyPropertyChangedInvocatorAttribute::get_ParameterName() - - - - - - - - - - 100663311 - System.Void JetBrains.Annotations.NotifyPropertyChangedInvocatorAttribute::set_ParameterName(System.String) - - - - - - - - - - 100663308 - System.Void JetBrains.Annotations.NotifyPropertyChangedInvocatorAttribute::.ctor() - - - - - - - - - - - - 100663309 - System.Void JetBrains.Annotations.NotifyPropertyChangedInvocatorAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.ContractAnnotationAttribute - - - - 100663314 - System.String JetBrains.Annotations.ContractAnnotationAttribute::get_Contract() - - - - - - - - - - 100663315 - System.Void JetBrains.Annotations.ContractAnnotationAttribute::set_Contract(System.String) - - - - - - - - - - 100663316 - System.Boolean JetBrains.Annotations.ContractAnnotationAttribute::get_ForceFullStates() - - - - - - - - - - 100663317 - System.Void JetBrains.Annotations.ContractAnnotationAttribute::set_ForceFullStates(System.Boolean) - - - - - - - - - - 100663312 - System.Void JetBrains.Annotations.ContractAnnotationAttribute::.ctor(System.String) - - - - - - - - - - - - 100663313 - System.Void JetBrains.Annotations.ContractAnnotationAttribute::.ctor(System.String,System.Boolean) - - - - - - - - - - - - - - - - JetBrains.Annotations.LocalizationRequiredAttribute - - - - 100663320 - System.Boolean JetBrains.Annotations.LocalizationRequiredAttribute::get_Required() - - - - - - - - - - 100663321 - System.Void JetBrains.Annotations.LocalizationRequiredAttribute::set_Required(System.Boolean) - - - - - - - - - - 100663318 - System.Void JetBrains.Annotations.LocalizationRequiredAttribute::.ctor() - - - - - - - - - - - - 100663319 - System.Void JetBrains.Annotations.LocalizationRequiredAttribute::.ctor(System.Boolean) - - - - - - - - - - - - - - - JetBrains.Annotations.CannotApplyEqualityOperatorAttribute - - - - 100663322 - System.Void JetBrains.Annotations.CannotApplyEqualityOperatorAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.BaseTypeRequiredAttribute - - - - 100663324 - System.Type JetBrains.Annotations.BaseTypeRequiredAttribute::get_BaseType() - - - - - - - - - - 100663325 - System.Void JetBrains.Annotations.BaseTypeRequiredAttribute::set_BaseType(System.Type) - - - - - - - - - - 100663323 - System.Void JetBrains.Annotations.BaseTypeRequiredAttribute::.ctor(System.Type) - - - - - - - - - - - - - - - JetBrains.Annotations.UsedImplicitlyAttribute - - - - 100663330 - JetBrains.Annotations.ImplicitUseKindFlags JetBrains.Annotations.UsedImplicitlyAttribute::get_UseKindFlags() - - - - - - - - - - 100663331 - System.Void JetBrains.Annotations.UsedImplicitlyAttribute::set_UseKindFlags(JetBrains.Annotations.ImplicitUseKindFlags) - - - - - - - - - - 100663332 - JetBrains.Annotations.ImplicitUseTargetFlags JetBrains.Annotations.UsedImplicitlyAttribute::get_TargetFlags() - - - - - - - - - - 100663333 - System.Void JetBrains.Annotations.UsedImplicitlyAttribute::set_TargetFlags(JetBrains.Annotations.ImplicitUseTargetFlags) - - - - - - - - - - 100663326 - System.Void JetBrains.Annotations.UsedImplicitlyAttribute::.ctor() - - - - - - - - - - - - 100663327 - System.Void JetBrains.Annotations.UsedImplicitlyAttribute::.ctor(JetBrains.Annotations.ImplicitUseKindFlags) - - - - - - - - - - - - 100663328 - System.Void JetBrains.Annotations.UsedImplicitlyAttribute::.ctor(JetBrains.Annotations.ImplicitUseTargetFlags) - - - - - - - - - - - - 100663329 - System.Void JetBrains.Annotations.UsedImplicitlyAttribute::.ctor(JetBrains.Annotations.ImplicitUseKindFlags,JetBrains.Annotations.ImplicitUseTargetFlags) - - - - - - - - - - - - - - - - JetBrains.Annotations.MeansImplicitUseAttribute - - - - 100663338 - JetBrains.Annotations.ImplicitUseKindFlags JetBrains.Annotations.MeansImplicitUseAttribute::get_UseKindFlags() - - - - - - - - - - 100663339 - System.Void JetBrains.Annotations.MeansImplicitUseAttribute::set_UseKindFlags(JetBrains.Annotations.ImplicitUseKindFlags) - - - - - - - - - - 100663340 - JetBrains.Annotations.ImplicitUseTargetFlags JetBrains.Annotations.MeansImplicitUseAttribute::get_TargetFlags() - - - - - - - - - - 100663341 - System.Void JetBrains.Annotations.MeansImplicitUseAttribute::set_TargetFlags(JetBrains.Annotations.ImplicitUseTargetFlags) - - - - - - - - - - 100663334 - System.Void JetBrains.Annotations.MeansImplicitUseAttribute::.ctor() - - - - - - - - - - - - 100663335 - System.Void JetBrains.Annotations.MeansImplicitUseAttribute::.ctor(JetBrains.Annotations.ImplicitUseKindFlags) - - - - - - - - - - - - 100663336 - System.Void JetBrains.Annotations.MeansImplicitUseAttribute::.ctor(JetBrains.Annotations.ImplicitUseTargetFlags) - - - - - - - - - - - - 100663337 - System.Void JetBrains.Annotations.MeansImplicitUseAttribute::.ctor(JetBrains.Annotations.ImplicitUseKindFlags,JetBrains.Annotations.ImplicitUseTargetFlags) - - - - - - - - - - - - - - - - JetBrains.Annotations.PublicAPIAttribute - - - - 100663344 - System.String JetBrains.Annotations.PublicAPIAttribute::get_Comment() - - - - - - - - - - 100663345 - System.Void JetBrains.Annotations.PublicAPIAttribute::set_Comment(System.String) - - - - - - - - - - 100663342 - System.Void JetBrains.Annotations.PublicAPIAttribute::.ctor() - - - - - - - - - - - - 100663343 - System.Void JetBrains.Annotations.PublicAPIAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.InstantHandleAttribute - - - - 100663346 - System.Void JetBrains.Annotations.InstantHandleAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.PureAttribute - - - - 100663347 - System.Void JetBrains.Annotations.PureAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.MustUseReturnValueAttribute - - - - 100663350 - System.String JetBrains.Annotations.MustUseReturnValueAttribute::get_Justification() - - - - - - - - - - 100663351 - System.Void JetBrains.Annotations.MustUseReturnValueAttribute::set_Justification(System.String) - - - - - - - - - - 100663348 - System.Void JetBrains.Annotations.MustUseReturnValueAttribute::.ctor() - - - - - - - - - - - - 100663349 - System.Void JetBrains.Annotations.MustUseReturnValueAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.ProvidesContextAttribute - - - - 100663352 - System.Void JetBrains.Annotations.ProvidesContextAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.PathReferenceAttribute - - - - 100663355 - System.String JetBrains.Annotations.PathReferenceAttribute::get_BasePath() - - - - - - - - - - 100663356 - System.Void JetBrains.Annotations.PathReferenceAttribute::set_BasePath(System.String) - - - - - - - - - - 100663353 - System.Void JetBrains.Annotations.PathReferenceAttribute::.ctor() - - - - - - - - - - - - 100663354 - System.Void JetBrains.Annotations.PathReferenceAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.SourceTemplateAttribute - - - - 100663357 - System.Void JetBrains.Annotations.SourceTemplateAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.MacroAttribute - - - - 100663358 - System.String JetBrains.Annotations.MacroAttribute::get_Expression() - - - - - - - - - - 100663359 - System.Void JetBrains.Annotations.MacroAttribute::set_Expression(System.String) - - - - - - - - - - 100663360 - System.Int32 JetBrains.Annotations.MacroAttribute::get_Editable() - - - - - - - - - - 100663361 - System.Void JetBrains.Annotations.MacroAttribute::set_Editable(System.Int32) - - - - - - - - - - 100663362 - System.String JetBrains.Annotations.MacroAttribute::get_Target() - - - - - - - - - - 100663363 - System.Void JetBrains.Annotations.MacroAttribute::set_Target(System.String) - - - - - - - - - - 100663364 - System.Void JetBrains.Annotations.MacroAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute - - - - 100663366 - System.String JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute::get_Format() - - - - - - - - - - 100663367 - System.Void JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute::set_Format(System.String) - - - - - - - - - - 100663365 - System.Void JetBrains.Annotations.AspMvcAreaMasterLocationFormatAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute - - - - 100663369 - System.String JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute::get_Format() - - - - - - - - - - 100663370 - System.Void JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute::set_Format(System.String) - - - - - - - - - - 100663368 - System.Void JetBrains.Annotations.AspMvcAreaPartialViewLocationFormatAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute - - - - 100663372 - System.String JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute::get_Format() - - - - - - - - - - 100663373 - System.Void JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute::set_Format(System.String) - - - - - - - - - - 100663371 - System.Void JetBrains.Annotations.AspMvcAreaViewLocationFormatAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcMasterLocationFormatAttribute - - - - 100663375 - System.String JetBrains.Annotations.AspMvcMasterLocationFormatAttribute::get_Format() - - - - - - - - - - 100663376 - System.Void JetBrains.Annotations.AspMvcMasterLocationFormatAttribute::set_Format(System.String) - - - - - - - - - - 100663374 - System.Void JetBrains.Annotations.AspMvcMasterLocationFormatAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcPartialViewLocationFormatAttribute - - - - 100663378 - System.String JetBrains.Annotations.AspMvcPartialViewLocationFormatAttribute::get_Format() - - - - - - - - - - 100663379 - System.Void JetBrains.Annotations.AspMvcPartialViewLocationFormatAttribute::set_Format(System.String) - - - - - - - - - - 100663377 - System.Void JetBrains.Annotations.AspMvcPartialViewLocationFormatAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcViewLocationFormatAttribute - - - - 100663381 - System.String JetBrains.Annotations.AspMvcViewLocationFormatAttribute::get_Format() - - - - - - - - - - 100663382 - System.Void JetBrains.Annotations.AspMvcViewLocationFormatAttribute::set_Format(System.String) - - - - - - - - - - 100663380 - System.Void JetBrains.Annotations.AspMvcViewLocationFormatAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcActionAttribute - - - - 100663385 - System.String JetBrains.Annotations.AspMvcActionAttribute::get_AnonymousProperty() - - - - - - - - - - 100663386 - System.Void JetBrains.Annotations.AspMvcActionAttribute::set_AnonymousProperty(System.String) - - - - - - - - - - 100663383 - System.Void JetBrains.Annotations.AspMvcActionAttribute::.ctor() - - - - - - - - - - - - 100663384 - System.Void JetBrains.Annotations.AspMvcActionAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcAreaAttribute - - - - 100663389 - System.String JetBrains.Annotations.AspMvcAreaAttribute::get_AnonymousProperty() - - - - - - - - - - 100663390 - System.Void JetBrains.Annotations.AspMvcAreaAttribute::set_AnonymousProperty(System.String) - - - - - - - - - - 100663387 - System.Void JetBrains.Annotations.AspMvcAreaAttribute::.ctor() - - - - - - - - - - - - 100663388 - System.Void JetBrains.Annotations.AspMvcAreaAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcControllerAttribute - - - - 100663393 - System.String JetBrains.Annotations.AspMvcControllerAttribute::get_AnonymousProperty() - - - - - - - - - - 100663394 - System.Void JetBrains.Annotations.AspMvcControllerAttribute::set_AnonymousProperty(System.String) - - - - - - - - - - 100663391 - System.Void JetBrains.Annotations.AspMvcControllerAttribute::.ctor() - - - - - - - - - - - - 100663392 - System.Void JetBrains.Annotations.AspMvcControllerAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspMvcMasterAttribute - - - - 100663395 - System.Void JetBrains.Annotations.AspMvcMasterAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcModelTypeAttribute - - - - 100663396 - System.Void JetBrains.Annotations.AspMvcModelTypeAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcPartialViewAttribute - - - - 100663397 - System.Void JetBrains.Annotations.AspMvcPartialViewAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcSuppressViewErrorAttribute - - - - 100663398 - System.Void JetBrains.Annotations.AspMvcSuppressViewErrorAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcDisplayTemplateAttribute - - - - 100663399 - System.Void JetBrains.Annotations.AspMvcDisplayTemplateAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcEditorTemplateAttribute - - - - 100663400 - System.Void JetBrains.Annotations.AspMvcEditorTemplateAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcTemplateAttribute - - - - 100663401 - System.Void JetBrains.Annotations.AspMvcTemplateAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcViewAttribute - - - - 100663402 - System.Void JetBrains.Annotations.AspMvcViewAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcViewComponentAttribute - - - - 100663403 - System.Void JetBrains.Annotations.AspMvcViewComponentAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcViewComponentViewAttribute - - - - 100663404 - System.Void JetBrains.Annotations.AspMvcViewComponentViewAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMvcActionSelectorAttribute - - - - 100663405 - System.Void JetBrains.Annotations.AspMvcActionSelectorAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.HtmlElementAttributesAttribute - - - - 100663408 - System.String JetBrains.Annotations.HtmlElementAttributesAttribute::get_Name() - - - - - - - - - - 100663409 - System.Void JetBrains.Annotations.HtmlElementAttributesAttribute::set_Name(System.String) - - - - - - - - - - 100663406 - System.Void JetBrains.Annotations.HtmlElementAttributesAttribute::.ctor() - - - - - - - - - - - - 100663407 - System.Void JetBrains.Annotations.HtmlElementAttributesAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.HtmlAttributeValueAttribute - - - - 100663411 - System.String JetBrains.Annotations.HtmlAttributeValueAttribute::get_Name() - - - - - - - - - - 100663412 - System.Void JetBrains.Annotations.HtmlAttributeValueAttribute::set_Name(System.String) - - - - - - - - - - 100663410 - System.Void JetBrains.Annotations.HtmlAttributeValueAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.RazorSectionAttribute - - - - 100663413 - System.Void JetBrains.Annotations.RazorSectionAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.CollectionAccessAttribute - - - - 100663415 - JetBrains.Annotations.CollectionAccessType JetBrains.Annotations.CollectionAccessAttribute::get_CollectionAccessType() - - - - - - - - - - 100663416 - System.Void JetBrains.Annotations.CollectionAccessAttribute::set_CollectionAccessType(JetBrains.Annotations.CollectionAccessType) - - - - - - - - - - 100663414 - System.Void JetBrains.Annotations.CollectionAccessAttribute::.ctor(JetBrains.Annotations.CollectionAccessType) - - - - - - - - - - - - - - - JetBrains.Annotations.AssertionMethodAttribute - - - - 100663417 - System.Void JetBrains.Annotations.AssertionMethodAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AssertionConditionAttribute - - - - 100663419 - JetBrains.Annotations.AssertionConditionType JetBrains.Annotations.AssertionConditionAttribute::get_ConditionType() - - - - - - - - - - 100663420 - System.Void JetBrains.Annotations.AssertionConditionAttribute::set_ConditionType(JetBrains.Annotations.AssertionConditionType) - - - - - - - - - - 100663418 - System.Void JetBrains.Annotations.AssertionConditionAttribute::.ctor(JetBrains.Annotations.AssertionConditionType) - - - - - - - - - - - - - - - JetBrains.Annotations.TerminatesProgramAttribute - - - - 100663421 - System.Void JetBrains.Annotations.TerminatesProgramAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.LinqTunnelAttribute - - - - 100663422 - System.Void JetBrains.Annotations.LinqTunnelAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.NoEnumerationAttribute - - - - 100663423 - System.Void JetBrains.Annotations.NoEnumerationAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.RegexPatternAttribute - - - - 100663424 - System.Void JetBrains.Annotations.RegexPatternAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.NoReorderAttribute - - - - 100663425 - System.Void JetBrains.Annotations.NoReorderAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.XamlItemsControlAttribute - - - - 100663426 - System.Void JetBrains.Annotations.XamlItemsControlAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.XamlItemBindingOfItemsControlAttribute - - - - 100663427 - System.Void JetBrains.Annotations.XamlItemBindingOfItemsControlAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspChildControlTypeAttribute - - - - 100663429 - System.String JetBrains.Annotations.AspChildControlTypeAttribute::get_TagName() - - - - - - - - - - 100663430 - System.Void JetBrains.Annotations.AspChildControlTypeAttribute::set_TagName(System.String) - - - - - - - - - - 100663431 - System.Type JetBrains.Annotations.AspChildControlTypeAttribute::get_ControlType() - - - - - - - - - - 100663432 - System.Void JetBrains.Annotations.AspChildControlTypeAttribute::set_ControlType(System.Type) - - - - - - - - - - 100663428 - System.Void JetBrains.Annotations.AspChildControlTypeAttribute::.ctor(System.String,System.Type) - - - - - - - - - - - - - - - - JetBrains.Annotations.AspDataFieldAttribute - - - - 100663433 - System.Void JetBrains.Annotations.AspDataFieldAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspDataFieldsAttribute - - - - 100663434 - System.Void JetBrains.Annotations.AspDataFieldsAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspMethodPropertyAttribute - - - - 100663435 - System.Void JetBrains.Annotations.AspMethodPropertyAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.AspRequiredAttributeAttribute - - - - 100663437 - System.String JetBrains.Annotations.AspRequiredAttributeAttribute::get_Attribute() - - - - - - - - - - 100663438 - System.Void JetBrains.Annotations.AspRequiredAttributeAttribute::set_Attribute(System.String) - - - - - - - - - - 100663436 - System.Void JetBrains.Annotations.AspRequiredAttributeAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.AspTypePropertyAttribute - - - - 100663439 - System.Boolean JetBrains.Annotations.AspTypePropertyAttribute::get_CreateConstructorReferences() - - - - - - - - - - 100663440 - System.Void JetBrains.Annotations.AspTypePropertyAttribute::set_CreateConstructorReferences(System.Boolean) - - - - - - - - - - 100663441 - System.Void JetBrains.Annotations.AspTypePropertyAttribute::.ctor(System.Boolean) - - - - - - - - - - - - - - - JetBrains.Annotations.RazorImportNamespaceAttribute - - - - 100663443 - System.String JetBrains.Annotations.RazorImportNamespaceAttribute::get_Name() - - - - - - - - - - 100663444 - System.Void JetBrains.Annotations.RazorImportNamespaceAttribute::set_Name(System.String) - - - - - - - - - - 100663442 - System.Void JetBrains.Annotations.RazorImportNamespaceAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.RazorInjectionAttribute - - - - 100663446 - System.String JetBrains.Annotations.RazorInjectionAttribute::get_Type() - - - - - - - - - - 100663447 - System.Void JetBrains.Annotations.RazorInjectionAttribute::set_Type(System.String) - - - - - - - - - - 100663448 - System.String JetBrains.Annotations.RazorInjectionAttribute::get_FieldName() - - - - - - - - - - 100663449 - System.Void JetBrains.Annotations.RazorInjectionAttribute::set_FieldName(System.String) - - - - - - - - - - 100663445 - System.Void JetBrains.Annotations.RazorInjectionAttribute::.ctor(System.String,System.String) - - - - - - - - - - - - - - - - JetBrains.Annotations.RazorDirectiveAttribute - - - - 100663451 - System.String JetBrains.Annotations.RazorDirectiveAttribute::get_Directive() - - - - - - - - - - 100663452 - System.Void JetBrains.Annotations.RazorDirectiveAttribute::set_Directive(System.String) - - - - - - - - - - 100663450 - System.Void JetBrains.Annotations.RazorDirectiveAttribute::.ctor(System.String) - - - - - - - - - - - - - - - JetBrains.Annotations.RazorHelperCommonAttribute - - - - 100663453 - System.Void JetBrains.Annotations.RazorHelperCommonAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.RazorLayoutAttribute - - - - 100663454 - System.Void JetBrains.Annotations.RazorLayoutAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.RazorWriteLiteralMethodAttribute - - - - 100663455 - System.Void JetBrains.Annotations.RazorWriteLiteralMethodAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.RazorWriteMethodAttribute - - - - 100663456 - System.Void JetBrains.Annotations.RazorWriteMethodAttribute::.ctor() - - - - - - - - - JetBrains.Annotations.RazorWriteMethodParameterAttribute - - - - 100663457 - System.Void JetBrains.Annotations.RazorWriteMethodParameterAttribute::.ctor() - - - - - - - - - FluentAssemblyScanner.AppDomainExtensions - - - - 100663458 - System.String FluentAssemblyScanner.AppDomainExtensions::GetActualDomainPath(System.AppDomain) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.AssemblyFilter - - - - 100663459 - System.Void FluentAssemblyScanner.AssemblyFilter::.ctor(System.String,System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663460 - System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly> FluentAssemblyScanner.AssemblyFilter::GetAssemblies() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663461 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::FilterByAssembly(System.Predicate`1<System.Reflection.Assembly>) - - - - - - - - - - - - - - 100663462 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::FilterByName(System.Predicate`1<System.Reflection.AssemblyName>) - - - - - - - - - - - - - - 100663463 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::WithKeyToken(System.String) - - - - - - - - - - - - 100663464 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::WithKeyToken(System.Byte[]) - - - - - - - - - - - - - 100663465 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::WithKeyToken(System.Type) - - - - - - - - - - - - 100663466 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::WithKeyToken() - - - - - - - - - - - - 100663467 - FluentAssemblyScanner.AssemblyFilter FluentAssemblyScanner.AssemblyFilter::WithKeyToken(System.Reflection.Assembly) - - - - - - - - - - - - 100663468 - System.String FluentAssemblyScanner.AssemblyFilter::GetFullPath(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663469 - System.Boolean FluentAssemblyScanner.AssemblyFilter::IsTokenEqual(System.Byte[],System.Byte[]) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663470 - System.Byte[] FluentAssemblyScanner.AssemblyFilter::ExtractKeyToken(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663471 - System.Collections.Generic.IEnumerable`1<System.String> FluentAssemblyScanner.AssemblyFilter::GetFiles() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663472 - System.Reflection.Assembly FluentAssemblyScanner.AssemblyFilter::LoadAssemblyIgnoringErrors(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5 - - - - 100663586 - System.Reflection.Assembly FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::System.Collections.Generic.IEnumerator<System.Reflection.Assembly>.get_Current() - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663588 - System.Object FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::System.Collections.IEnumerator.get_Current() - - - - - - - 100663582 - System.Void FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::.ctor(System.Int32) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663583 - System.Void FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::System.IDisposable.Dispose() - - - - - - - - - - - - - - - - - - - - 100663584 - System.Boolean FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::MoveNext() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663585 - System.Void FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::<>m__Finally1() - - - - - - - - - - - - - - - - - - - - 100663587 - System.Void FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::System.Collections.IEnumerator.Reset() - - - - - - - 100663589 - System.Collections.Generic.IEnumerator`1<System.Reflection.Assembly> FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::System.Collections.Generic.IEnumerable<System.Reflection.Assembly>.GetEnumerator() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663590 - System.Collections.IEnumerator FluentAssemblyScanner.AssemblyFilter/<GetAssemblies>d__5::System.Collections.IEnumerable.GetEnumerator() - - - - - - - - - FluentAssemblyScanner.AssemblyFilter/<>c__DisplayClass9_0 - - - - 100663591 - System.Void FluentAssemblyScanner.AssemblyFilter/<>c__DisplayClass9_0::.ctor() - - - - - - - 100663592 - System.Boolean FluentAssemblyScanner.AssemblyFilter/<>c__DisplayClass9_0::<WithKeyToken>b__0(System.Reflection.AssemblyName) - - - - - - - - - - - - FluentAssemblyScanner.AssemblyScanner - - - - 100663473 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssembly(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663474 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyContaining(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663475 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyContaining() - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663476 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyInDirectory(FluentAssemblyScanner.AssemblyFilter) - - - - - - - - - - - - - - 100663477 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyInThisApplication() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663478 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyInThisApplicationDirectory() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663479 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyMatchingNamed(System.String,FluentAssemblyScanner.AssemblyFilter) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663480 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblyNamed(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663481 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromAssemblies(System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663482 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.AssemblyScanner::FromThisAssembly() - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663483 - System.Void FluentAssemblyScanner.AssemblyScanner::.ctor() - - - - - - - - - FluentAssemblyScanner.BasedOnDefiner - - - - 100663484 - System.Void FluentAssemblyScanner.BasedOnDefiner::.ctor(System.Collections.Generic.IEnumerable`1<System.Type>,FluentAssemblyScanner.FromAssemblyDefinerBase) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663485 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.BasedOnDefiner::Filter() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663486 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::HasAttribute() - - - - - - - - - - - - - 100663487 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::HasAttribute(System.Type) - - - - - - - - - - - - - 100663488 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::InNamespace(System.String) - - - - - - - - - - - - 100663489 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::InNamespace(System.String,System.Boolean) - - - - - - - - - - - - 100663490 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::InSameNamespaceOf(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663491 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::InSameNamespaceOf(System.Type,System.Boolean) - - - - - - - - - - - - 100663492 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::InSameNamespaceOf() - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663493 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::InSameNamespaceOf(System.Boolean) - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663494 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::OrBasedOn(System.Type) - - - - - - - - - - - - - 100663495 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::OrBasedOn() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663496 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.BasedOnDefiner::Where(System.Predicate`1<System.Type>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663497 - System.Boolean FluentAssemblyScanner.BasedOnDefiner::<Filter>b__2_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663498 - System.Boolean FluentAssemblyScanner.BasedOnDefiner::<Filter>b__2_2(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.BasedOnDefiner/<>c__DisplayClass2_0 - - - - 100663593 - System.Void FluentAssemblyScanner.BasedOnDefiner/<>c__DisplayClass2_0::.ctor() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663594 - System.Boolean FluentAssemblyScanner.BasedOnDefiner/<>c__DisplayClass2_0::<Filter>b__1(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.BasedOnDefiner/<>c__DisplayClass4_0 - - - - 100663595 - System.Void FluentAssemblyScanner.BasedOnDefiner/<>c__DisplayClass4_0::.ctor() - - - - - - - 100663596 - System.Boolean FluentAssemblyScanner.BasedOnDefiner/<>c__DisplayClass4_0::<HasAttribute>b__0(System.Type) - - - - - - - - - - - - FluentAssemblyScanner.BasedOnDefinerBase - - - - 100663499 - System.Void FluentAssemblyScanner.BasedOnDefinerBase::.ctor(System.Collections.Generic.IEnumerable`1<System.Type>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663500 - FluentAssemblyScanner.BasedOnDefinerBase FluentAssemblyScanner.BasedOnDefinerBase::If(System.Predicate`1<System.Type>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.BasedOnDefinerBase/<>c - - - - 100663597 - System.Void FluentAssemblyScanner.BasedOnDefinerBase/<>c::.cctor() - - - - - - - - - - - 100663598 - System.Void FluentAssemblyScanner.BasedOnDefinerBase/<>c::.ctor() - - - - - - - - - - - 100663599 - System.Boolean FluentAssemblyScanner.BasedOnDefinerBase/<>c::<.ctor>b__2_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.Check - - - - 100663501 - T FluentAssemblyScanner.Check::NotNull(T,System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663502 - System.String FluentAssemblyScanner.Check::NotNullOrWhiteSpace(System.String,System.String) - - - - - - - - - - - - - - - - - - 100663503 - System.Collections.Generic.ICollection`1<T> FluentAssemblyScanner.Check::NotNullOrEmpty(System.Collections.Generic.ICollection`1<T>,System.String) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.CollectionExtensions - - - - 100663504 - TResult[] FluentAssemblyScanner.CollectionExtensions::ConvertAll(T[],System.Converter`2<T,TResult>) - - - - - - - - - - - - 100663505 - T FluentAssemblyScanner.CollectionExtensions::Find(T[],System.Predicate`1<T>) - - - - - - - - - - - - 100663506 - T[] FluentAssemblyScanner.CollectionExtensions::FindAll(T[],System.Predicate`1<T>) - - - - - - - - - - - - 100663507 - System.Void FluentAssemblyScanner.CollectionExtensions::ForEach(System.Collections.Generic.IEnumerable`1<T>,System.Action`1<T>) - - - - - - - - - - - - - - - - - - - - - - - - 100663508 - System.Boolean FluentAssemblyScanner.CollectionExtensions::IsNullOrEmpty(System.Collections.IEnumerable) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.ComponentExtensions - - - - 100663509 - System.Boolean FluentAssemblyScanner.ComponentExtensions::HasAttribute(System.Type) - - - - - - - - - - - - 100663510 - System.Boolean FluentAssemblyScanner.ComponentExtensions::HasAttribute(System.Type,System.Type) - - - - - - - - - - - - 100663511 - System.Predicate`1<System.Type> FluentAssemblyScanner.ComponentExtensions::IsInNamespace(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663512 - System.Predicate`1<System.Type> FluentAssemblyScanner.ComponentExtensions::IsInNamespace(System.String,System.Boolean) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663513 - System.Predicate`1<System.Type> FluentAssemblyScanner.ComponentExtensions::IsInSameNamespaceOf(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663514 - System.Predicate`1<System.Type> FluentAssemblyScanner.ComponentExtensions::IsInSameNamespaceOf(System.Type,System.Boolean) - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663515 - System.Predicate`1<System.Type> FluentAssemblyScanner.ComponentExtensions::IsInSameNamespaceOf() - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663516 - System.Predicate`1<System.Type> FluentAssemblyScanner.ComponentExtensions::IsInSameNamespaceOf(System.Boolean) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.ComponentExtensions/<>c__DisplayClass3_0 - - - - 100663600 - System.Void FluentAssemblyScanner.ComponentExtensions/<>c__DisplayClass3_0::.ctor() - - - - - - - - - - - - - 100663601 - System.Boolean FluentAssemblyScanner.ComponentExtensions/<>c__DisplayClass3_0::<IsInNamespace>b__0(System.Type) - - - - - - - - - - - - - - - - - - 100663602 - System.Boolean FluentAssemblyScanner.ComponentExtensions/<>c__DisplayClass3_0::<IsInNamespace>b__1(System.Type) - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FilterDefiner - - - - 100663517 - System.Void FluentAssemblyScanner.FilterDefiner::.ctor(System.Collections.Generic.List`1<System.Type>,System.Collections.Generic.List`1<System.Func`2<System.Type,System.Boolean>>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663518 - System.Collections.Generic.List`1<System.Type> FluentAssemblyScanner.FilterDefiner::Scan() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663519 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::Classes() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663520 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::Interfaces() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663521 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::NonAbstract() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663522 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::NonStatic() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663523 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::NonAttribute() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663524 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::MethodHasAttribute() - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663525 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::MethodHasAttribute(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663526 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::MethodName(System.String) - - - - - - - - - - - - - 100663527 - FluentAssemblyScanner.FilterDefiner FluentAssemblyScanner.FilterDefiner::MethodNameContains(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663528 - System.Boolean FluentAssemblyScanner.FilterDefiner::<.ctor>b__2_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663529 - System.Boolean FluentAssemblyScanner.FilterDefiner::<.ctor>b__2_1(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663530 - System.Boolean FluentAssemblyScanner.FilterDefiner::<.ctor>b__2_2(System.Reflection.MethodInfo) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FilterDefiner/<>c - - - - 100663603 - System.Void FluentAssemblyScanner.FilterDefiner/<>c::.cctor() - - - - - - - - - - - 100663604 - System.Void FluentAssemblyScanner.FilterDefiner/<>c::.ctor() - - - - - - - - - - - 100663605 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c::<Classes>b__4_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663606 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c::<Interfaces>b__5_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663607 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c::<NonAbstract>b__6_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - 100663608 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c::<NonStatic>b__7_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - 100663609 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c::<NonAttribute>b__8_0(System.Type) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass10_0 - - - - 100663610 - System.Void FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass10_0::.ctor() - - - - - - - - - - - 100663611 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass10_0::<MethodHasAttribute>b__0(System.Reflection.MethodInfo) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass11_0 - - - - 100663612 - System.Void FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass11_0::.ctor() - - - - - - - 100663613 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass11_0::<MethodName>b__0(System.Reflection.MethodInfo) - - - - - - - - - - - - FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass12_0 - - - - 100663614 - System.Void FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass12_0::.ctor() - - - - - - - - - - - 100663615 - System.Boolean FluentAssemblyScanner.FilterDefiner/<>c__DisplayClass12_0::<MethodNameContains>b__0(System.Reflection.MethodInfo) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FilterDefinerBase - - - - 100663531 - System.Void FluentAssemblyScanner.FilterDefinerBase::.ctor(System.Collections.Generic.List`1<System.Type>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663533 - FluentAssemblyScanner.FilterDefinerBase FluentAssemblyScanner.FilterDefinerBase::Where(System.Predicate`1<System.Type>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FilterDefinerBase/<>c - - - - 100663616 - System.Void FluentAssemblyScanner.FilterDefinerBase/<>c::.cctor() - - - - - - - - - - - 100663617 - System.Void FluentAssemblyScanner.FilterDefinerBase/<>c::.ctor() - - - - - - - - - - - 100663618 - System.Boolean FluentAssemblyScanner.FilterDefinerBase/<>c::<.ctor>b__2_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663619 - System.Boolean FluentAssemblyScanner.FilterDefinerBase/<>c::<.ctor>b__2_1(System.Reflection.MethodInfo) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner - - - - 100663534 - System.Void FluentAssemblyScanner.FromAssemblyDefiner::.ctor(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663535 - System.Void FluentAssemblyScanner.FromAssemblyDefiner::.ctor(System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663536 - System.Collections.Generic.IEnumerable`1<System.Type> FluentAssemblyScanner.FromAssemblyDefiner::GetAllTypes() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663537 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::ExcludeAssemblyContaining() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663538 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::ExcludeAssemblyFullNamed(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663539 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::ExcludeAssemblyNamed(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663540 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::ExcludeAssemblyNameStartsWith(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663541 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::ExcludeAssemblyNameEndsWith(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663542 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::ExcludeAssemblyNameContains(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663543 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::IncludeNonPublicTypes() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663544 - FluentAssemblyScanner.FromAssemblyDefiner FluentAssemblyScanner.FromAssemblyDefiner::IgnoreDynamicAssemblies() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663545 - System.Collections.Generic.IEnumerable`1<System.Type> FluentAssemblyScanner.FromAssemblyDefiner::<GetAllTypes>b__3_0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass5_0 - - - - 100663620 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass5_0::.ctor() - - - - - - - - - - - - - - - - - - 100663621 - System.Boolean FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass5_0::<ExcludeAssemblyFullNamed>b__0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass6_0 - - - - 100663622 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass6_0::.ctor() - - - - - - - - - - - 100663623 - System.Boolean FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass6_0::<ExcludeAssemblyNamed>b__0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass7_0 - - - - 100663624 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass7_0::.ctor() - - - - - - - - - - - 100663625 - System.Boolean FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass7_0::<ExcludeAssemblyNameStartsWith>b__0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass8_0 - - - - 100663626 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass8_0::.ctor() - - - - - - - - - - - 100663627 - System.Boolean FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass8_0::<ExcludeAssemblyNameEndsWith>b__0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass9_0 - - - - 100663628 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass9_0::.ctor() - - - - - - - - - - - 100663629 - System.Boolean FluentAssemblyScanner.FromAssemblyDefiner/<>c__DisplayClass9_0::<ExcludeAssemblyNameContains>b__0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefiner/<>c - - - - 100663630 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c::.cctor() - - - - - - - - - - - 100663631 - System.Void FluentAssemblyScanner.FromAssemblyDefiner/<>c::.ctor() - - - - - - - - - - - 100663632 - System.Boolean FluentAssemblyScanner.FromAssemblyDefiner/<>c::<IgnoreDynamicAssemblies>b__11_0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefinerBase - - - - 100663546 - System.Void FluentAssemblyScanner.FromAssemblyDefinerBase::.ctor(System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663548 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.FromAssemblyDefinerBase::BasedOn() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663549 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.FromAssemblyDefinerBase::BasedOn(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663550 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.FromAssemblyDefinerBase::BasedOn(System.Type[]) - - - - - - - - - - - - 100663551 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.FromAssemblyDefinerBase::BasedOn(System.Collections.Generic.IEnumerable`1<System.Type>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663552 - FluentAssemblyScanner.BasedOnDefiner FluentAssemblyScanner.FromAssemblyDefinerBase::PickAny() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FromAssemblyDefinerBase/<>c - - - - 100663633 - System.Void FluentAssemblyScanner.FromAssemblyDefinerBase/<>c::.cctor() - - - - - - - - - - - 100663634 - System.Void FluentAssemblyScanner.FromAssemblyDefinerBase/<>c::.ctor() - - - - - - - - - - - 100663635 - System.Boolean FluentAssemblyScanner.FromAssemblyDefinerBase/<>c::<.ctor>b__2_0(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FunctionExtensions - - - - 100663553 - System.Collections.Generic.IEnumerable`1<T> FluentAssemblyScanner.FunctionExtensions::Whereify(System.Collections.Generic.IEnumerable`1<T>,System.Collections.Generic.IEnumerable`1<System.Func`2<T,System.Boolean>>) - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FunctionExtensions/<>c__DisplayClass0_0`1 - - - - 100663636 - System.Void FluentAssemblyScanner.FunctionExtensions/<>c__DisplayClass0_0`1::.ctor() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663637 - System.Boolean FluentAssemblyScanner.FunctionExtensions/<>c__DisplayClass0_0`1::<Whereify>b__0(System.Func`2<T,System.Boolean>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1 - - - - 100663642 - T FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::System.Collections.Generic.IEnumerator<T>.get_Current() - - - - - - - - - - - - - - - - - - - - - - - - 100663644 - System.Object FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::System.Collections.IEnumerator.get_Current() - - - - - - - 100663638 - System.Void FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::.ctor(System.Int32) - - - - - - - - - - - - - - - - - - - - - 100663639 - System.Void FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::System.IDisposable.Dispose() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663640 - System.Boolean FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::MoveNext() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663641 - System.Void FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::<>m__Finally1() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663643 - System.Void FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::System.Collections.IEnumerator.Reset() - - - - - - - 100663645 - System.Collections.Generic.IEnumerator`1<T> FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::System.Collections.Generic.IEnumerable<T>.GetEnumerator() - - - - - - - - - - - - - - - - - - - - - 100663646 - System.Collections.IEnumerator FluentAssemblyScanner.FunctionExtensions/<Whereify>d__0`1::System.Collections.IEnumerable.GetEnumerator() - - - - - - - - - FluentAssemblyScanner.ObjectExtensions - - - - 100663554 - T FluentAssemblyScanner.ObjectExtensions::As(System.Object) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.PredicateExtensions - - - - 100663555 - System.Boolean FluentAssemblyScanner.PredicateExtensions::ApplyTo(System.Predicate`1<T>,T) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663556 - System.Predicate`1<T> FluentAssemblyScanner.PredicateExtensions::And(System.Predicate`1<T>,System.Predicate`1<T>) - - - - - - - - - - - - - - - - FluentAssemblyScanner.ReflectionUtil - - - - 100663557 - TBase FluentAssemblyScanner.ReflectionUtil::CreateInstance(System.Type,System.Object[]) - - - - - - - - - - - - - - - - 100663558 - System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly> FluentAssemblyScanner.ReflectionUtil::GetApplicationAssemblies(System.Reflection.Assembly) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663559 - System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly> FluentAssemblyScanner.ReflectionUtil::GetAssemblies(FluentAssemblyScanner.AssemblyFilter) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663560 - System.Collections.Generic.IEnumerable`1<System.Reflection.Assembly> FluentAssemblyScanner.ReflectionUtil::GetAssembliesContains(System.String,FluentAssemblyScanner.AssemblyFilter) - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663561 - System.Reflection.Assembly FluentAssemblyScanner.ReflectionUtil::GetAssemblyNamed(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663562 - System.Reflection.Assembly FluentAssemblyScanner.ReflectionUtil::GetAssemblyNamed(System.String,System.Predicate`1<System.Reflection.AssemblyName>,System.Predicate`1<System.Reflection.Assembly>) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663563 - TAttribute[] FluentAssemblyScanner.ReflectionUtil::GetAttributes(System.Reflection.MemberInfo) - - - - - - - - - - - - 100663564 - System.Type[] FluentAssemblyScanner.ReflectionUtil::GetAvailableTypes(System.Reflection.Assembly,System.Boolean) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663565 - System.Type[] FluentAssemblyScanner.ReflectionUtil::GetAvailableTypesOrdered(System.Reflection.Assembly,System.Boolean) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663566 - System.Type FluentAssemblyScanner.ReflectionUtil::GetCompatibleArrayItemType(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663567 - System.Reflection.Assembly[] FluentAssemblyScanner.ReflectionUtil::GetLoadedAssemblies() - - - - - - - - - - - - 100663568 - System.Boolean FluentAssemblyScanner.ReflectionUtil::HasDefaultValue(System.Reflection.ParameterInfo) - - - - - - - - - - - - 100663569 - System.Object FluentAssemblyScanner.ReflectionUtil::Instantiate(System.Reflection.ConstructorInfo,System.Object[]) - - - - - - - - - - - - - 100663570 - System.Boolean FluentAssemblyScanner.ReflectionUtil::Is(System.Type) - - - - - - - - - - - - 100663571 - System.Boolean FluentAssemblyScanner.ReflectionUtil::IsAssemblyFile(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663572 - System.Void FluentAssemblyScanner.ReflectionUtil::AddApplicationAssemblies(System.Reflection.Assembly,System.Collections.Generic.HashSet`1<System.Reflection.Assembly>,System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663573 - System.Func`2<System.Object[],System.Object> FluentAssemblyScanner.ReflectionUtil::BuildFactory(System.Reflection.ConstructorInfo) - - - - - - - - - - - - - - - - - - - - - - - - 100663574 - System.Void FluentAssemblyScanner.ReflectionUtil::EnsureIsAssignable(System.Type) - - - - - - - - - - - - - - - - - - - 100663575 - System.Reflection.AssemblyName FluentAssemblyScanner.ReflectionUtil::GetAssemblyName(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663576 - TBase FluentAssemblyScanner.ReflectionUtil::Instantiate(System.Type,System.Object[]) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663577 - System.Boolean FluentAssemblyScanner.ReflectionUtil::IsApplicationAssembly(System.String,System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663578 - System.Boolean FluentAssemblyScanner.ReflectionUtil::IsDll(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663579 - System.Boolean FluentAssemblyScanner.ReflectionUtil::IsExe(System.String) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663580 - System.Reflection.Assembly FluentAssemblyScanner.ReflectionUtil::LoadAssembly(System.Reflection.AssemblyName) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663581 - System.Void FluentAssemblyScanner.ReflectionUtil::.cctor() - - - - - - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.ReflectionUtil/<>c__DisplayClass5_0 - - - - 100663647 - System.Void FluentAssemblyScanner.ReflectionUtil/<>c__DisplayClass5_0::.ctor() - - - - - - - - - - - 100663648 - System.Boolean FluentAssemblyScanner.ReflectionUtil/<>c__DisplayClass5_0::<GetAssembliesContains>b__0(System.Reflection.Assembly) - - - - - - - - - - - - FluentAssemblyScanner.ReflectionUtil/<>c - - - - 100663649 - System.Void FluentAssemblyScanner.ReflectionUtil/<>c::.cctor() - - - - - - - - - - - 100663650 - System.Void FluentAssemblyScanner.ReflectionUtil/<>c::.ctor() - - - - - - - - - - - 100663651 - System.Boolean FluentAssemblyScanner.ReflectionUtil/<>c::<GetAvailableTypes>b__9_0(System.Type) - - - - - - - - - - 100663652 - System.String FluentAssemblyScanner.ReflectionUtil/<>c::<GetAvailableTypesOrdered>b__10_0(System.Type) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100663653 - System.Boolean FluentAssemblyScanner.ReflectionUtil/<>c::<.cctor>b__26_0(System.Type) - - - - - - - - - - - - - - - - - - 100663654 - System.Type FluentAssemblyScanner.ReflectionUtil/<>c::<.cctor>b__26_1(System.Type) - - - - - - - - - - - - - - - - - - - - FluentAssemblyScanner.ReflectionUtil/<>c__21`1 - - - - 100663655 - System.Void FluentAssemblyScanner.ReflectionUtil/<>c__21`1::.cctor() - - - - - - - 100663656 - System.Void FluentAssemblyScanner.ReflectionUtil/<>c__21`1::.ctor() - - - - - - - 100663657 - System.Type FluentAssemblyScanner.ReflectionUtil/<>c__21`1::<Instantiate>b__21_0(System.Object) - - - - - - - - - - - - - 100663658 - System.Type FluentAssemblyScanner.ReflectionUtil/<>c__21`1::<Instantiate>b__21_1(System.Object) - - - - - - - - - - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\1bb48c64\c07b07e5_3886d201\FluentAssemblyScanner.Tests.AdditionalAssembly.dll - 2017-02-13T21:37:40.3664861Z - FluentAssemblyScanner.Tests.AdditionalAssembly - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\4946d64a\0007d207_037fd201\FluentAssertions.dll - 2017-02-13T21:37:40.3674864Z - FluentAssertions - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\2af34bf0\0007d207_037fd201\FluentAssertions.Core.dll - 2017-02-13T21:37:40.3834977Z - FluentAssertions.Core - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\88088dd9\fb0611e5_3886d201\FluentAssemblyScanner.Test.SecondAdditionalAssembly.dll - 2017-02-13T21:37:40.4285295Z - FluentAssemblyScanner.Test.SecondAdditionalAssembly - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll - 2016-07-16T11:43:55.4992744Z - System.Xml - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll - 2016-07-16T11:43:57.0930219Z - System.Xml.Linq - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\7de8179b\00972437_8ec4d101\Microsoft.DiaSymReader.dll - 2017-02-13T21:37:40.4800672Z - Microsoft.DiaSymReader - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\343b474f\0049cb52_654bd201\Microsoft.DotNet.InternalAbstractions.dll - 2017-02-13T21:37:40.5000813Z - Microsoft.DotNet.InternalAbstractions - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\b40704ce\00679969_e7cbd101\Microsoft.DotNet.ProjectModel.dll - 2017-02-13T21:37:40.5185927Z - Microsoft.DotNet.ProjectModel - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\4613c5f0\004ff24b_a2c5d101\NuGet.Versioning.dll - 2017-02-13T21:37:40.5371066Z - NuGet.Versioning - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\464a0ea1\004ff24b_a2c5d101\NuGet.Frameworks.dll - 2017-02-13T21:37:40.553117Z - NuGet.Frameworks - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\b0763d5f\0094ca6a_e7cbd101\Microsoft.Extensions.DependencyModel.dll - 2017-02-13T21:37:40.5746327Z - Microsoft.Extensions.DependencyModel - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\83978c30\0094ca6a_e7cbd101\Microsoft.Extensions.Testing.Abstractions.dll - 2017-02-13T21:37:40.5906435Z - Microsoft.Extensions.Testing.Abstractions - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\43ba748d\003f8309_afc5d101\Newtonsoft.Json.dll - 2017-02-13T21:37:40.6061545Z - Newtonsoft.Json - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\3eed6722\004ff24b_a2c5d101\NuGet.Common.dll - 2017-02-13T21:37:40.6426803Z - NuGet.Common - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\977fd2fd\004ff24b_a2c5d101\NuGet.Packaging.Core.dll - 2017-02-13T21:37:40.6606951Z - NuGet.Packaging.Core - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\06c62d68\004ff24b_a2c5d101\NuGet.Packaging.Core.Types.dll - 2017-02-13T21:37:40.6762061Z - NuGet.Packaging.Core.Types - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\d2cc97d0\004ff24b_a2c5d101\NuGet.Packaging.dll - 2017-02-13T21:37:40.6922289Z - NuGet.Packaging - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\c41c162c\004ff24b_a2c5d101\NuGet.RuntimeModel.dll - 2017-02-13T21:37:40.7102301Z - NuGet.RuntimeModel - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\8b8a0fb6\00d637b0_1dc4d101\System.Collections.Immutable.dll - 2017-02-13T21:37:40.7267409Z - System.Collections.Immutable - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\b9b5a3a5\00efc9d2_1dc4d101\System.Reflection.Metadata.dll - 2017-02-13T21:37:40.7587639Z - System.Reflection.Metadata - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\77ff7630\00e16e17_d085d201\xunit.assert.dll - 2017-02-13T21:37:40.7962896Z - xunit.assert - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\6a1292ef\00573c43_3fd0d101\xunit.runner.reporters.desktop.dll - 2017-02-13T21:37:40.8098004Z - xunit.runner.reporters.desktop - - - - C:\Users\OSOYKAN\AppData\Local\Temp\7f89693e-9dd1-4665-a776-c204d6d0f07c\7f89693e-9dd1-4665-a776-c204d6d0f07c\assembly\dl3\5e6bf09b\00846d44_3fd0d101\xunit.runner.utility.desktop.dll - 2017-02-13T21:37:40.8188067Z - xunit.runner.utility.desktop - - - - C:\WINDOWS\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll - 2016-07-16T11:44:19.4211026Z - System.Web - - - - \ No newline at end of file diff --git a/tools/gitlink/GitLink.exe b/tools/gitlink/GitLink.exe deleted file mode 100644 index 2c85c50..0000000 Binary files a/tools/gitlink/GitLink.exe and /dev/null differ diff --git a/tools/nuget/nuget.exe b/tools/nuget/nuget.exe deleted file mode 100644 index 31fc988..0000000 Binary files a/tools/nuget/nuget.exe and /dev/null differ diff --git a/tools/xunitrunner/HTML.xslt b/tools/xunitrunner/HTML.xslt deleted file mode 100644 index f73e26e..0000000 --- a/tools/xunitrunner/HTML.xslt +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - ]]> - - - xUnit.net Test Results - - - - - - Assemblies Run - - - - Summary - - - Tests run: — - - Errors: , - - - Failures: , - - - Skipped: , - - Run time: s, - Finished: - - - - - Errors - - - - - - - Failed tests - - - - - - - - - Collection failures - - - - - - - - - Skipped tests - - - - - - - - All tests - - Click test class name to expand/collapse test details - - - - - - s - - - ToggleClass('class') - ToggleClass('class') - - ✘ - - - ✔ - - - - ( tests) - - - - - - - display: none; - - class - - - - - - - - - - - - - - - - - - altrow - - - s - - - - Skipped - ❢ - - - ✘ - - - ✔ - - - - - - - - - - - Output: - - - - Traits: - - - - - - - - - - - - - - - - - - - altrow - ✘ - - - - - - - - - - - - - - - altrow - - ✘ - Test Assembly Cleanup - Test Collection Cleanup - Test Class Cleanup - Test Method Cleanup - Test Case Cleanup - Test Cleanup - Fatal Error - - () - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/xunitrunner/NUnitXml.xslt b/tools/xunitrunner/NUnitXml.xslt deleted file mode 100644 index bbb69e8..0000000 --- a/tools/xunitrunner/NUnitXml.xslt +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - True - - - Failure - Success - - - - - - - - - - - - - - - - - - Failure - Success - - - False - True - - - - - - - - - - - - - - - - - Failure - Success - - - False - True - - - - - - - - - - - - - - - - - - - - - - - - - False - True - - - Failure - Success - Skipped - - - - False - True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/xunitrunner/xUnit1.xslt b/tools/xunitrunner/xUnit1.xslt deleted file mode 100644 index a8425d3..0000000 --- a/tools/xunitrunner/xUnit1.xslt +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tools/xunitrunner/xunit.abstractions.dll b/tools/xunitrunner/xunit.abstractions.dll deleted file mode 100644 index f645709..0000000 Binary files a/tools/xunitrunner/xunit.abstractions.dll and /dev/null differ diff --git a/tools/xunitrunner/xunit.console.exe b/tools/xunitrunner/xunit.console.exe deleted file mode 100644 index e818d86..0000000 Binary files a/tools/xunitrunner/xunit.console.exe and /dev/null differ diff --git a/tools/xunitrunner/xunit.console.exe.config b/tools/xunitrunner/xunit.console.exe.config deleted file mode 100644 index 400a6d7..0000000 --- a/tools/xunitrunner/xunit.console.exe.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/tools/xunitrunner/xunit.console.x86.exe b/tools/xunitrunner/xunit.console.x86.exe deleted file mode 100644 index 2b7929f..0000000 Binary files a/tools/xunitrunner/xunit.console.x86.exe and /dev/null differ diff --git a/tools/xunitrunner/xunit.console.x86.exe.config b/tools/xunitrunner/xunit.console.x86.exe.config deleted file mode 100644 index 39a57fe..0000000 --- a/tools/xunitrunner/xunit.console.x86.exe.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/tools/xunitrunner/xunit.runner.reporters.net452.dll b/tools/xunitrunner/xunit.runner.reporters.net452.dll deleted file mode 100644 index 8d8b099..0000000 Binary files a/tools/xunitrunner/xunit.runner.reporters.net452.dll and /dev/null differ diff --git a/tools/xunitrunner/xunit.runner.utility.net452.dll b/tools/xunitrunner/xunit.runner.utility.net452.dll deleted file mode 100644 index 8a31554..0000000 Binary files a/tools/xunitrunner/xunit.runner.utility.net452.dll and /dev/null differ