Skip to content

Commit c58962d

Browse files
authored
Merge pull request #5 from osoykan/dev
netstandard2.0 to master
2 parents 79fb3b3 + 23c0dbd commit c58962d

File tree

68 files changed

+488
-14131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+488
-14131
lines changed

.gitignore

Lines changed: 72 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,22 @@
44
# User-specific files
55
*.suo
66
*.user
7-
*.userosscache
87
*.sln.docstates
98

10-
# User-specific files (MonoDevelop/Xamarin Studio)
11-
*.userprefs
12-
139
# Build results
10+
1411
[Dd]ebug/
15-
[Dd]ebugPublic/
1612
[Rr]elease/
17-
[Rr]eleases/
1813
x64/
19-
x86/
20-
bld/
21-
[Bb]in/
2214
[Oo]bj/
23-
24-
# Visual Studio 2015 cache/options directory
25-
.vs/
26-
# Uncomment if you have tasks that create the project's static files in wwwroot
27-
#wwwroot/
15+
[Bb]in/
2816

2917
# MSTest test Results
3018
[Tt]est[Rr]esult*/
3119
[Bb]uild[Ll]og.*
3220

33-
# NUNIT
34-
*.VisualState.xml
35-
TestResult.xml
36-
37-
# Build Results of an ATL Project
38-
[Dd]ebugPS/
39-
[Rr]eleasePS/
40-
dlldata.c
41-
42-
# DNX
43-
project.lock.json
44-
artifacts/
45-
4621
*_i.c
4722
*_p.c
48-
*_i.h
4923
*.ilk
5024
*.meta
5125
*.obj
@@ -65,17 +39,13 @@ artifacts/
6539
*.vssscc
6640
.builds
6741
*.pidb
68-
*.svclog
42+
*.log
6943
*.scc
7044

71-
# Chutzpah Test files
72-
_Chutzpah*
73-
7445
# Visual C++ cache files
7546
ipch/
7647
*.aps
7748
*.ncb
78-
*.opendb
7949
*.opensdf
8050
*.sdf
8151
*.cachefile
@@ -84,21 +54,13 @@ ipch/
8454
*.psess
8555
*.vsp
8656
*.vspx
87-
*.sap
88-
89-
# TFS 2012 Local Workspace
90-
$tf/
9157

9258
# Guidance Automation Toolkit
9359
*.gpState
9460

9561
# ReSharper is a .NET coding add-in
9662
_ReSharper*/
9763
*.[Rr]e[Ss]harper
98-
*.DotSettings.user
99-
100-
# JustCode is a .NET coding add-in
101-
.JustCode
10264

10365
# TeamCity is a build add-in
10466
_TeamCity*
@@ -107,16 +69,8 @@ _TeamCity*
10769
*.dotCover
10870

10971
# NCrunch
110-
_NCrunch_*
111-
.*crunch*.local.xml
112-
nCrunchTemp_*
113-
114-
# MightyMoose
115-
*.mm.*
116-
AutoTest.Net/
11772

118-
# Web workbench (sass)
119-
.sass-cache/
73+
.*crunch*.local.xml
12074

12175
# Installshield output folder
12276
[Ee]xpress/
@@ -135,102 +89,103 @@ DocProject/Help/html
13589
publish/
13690

13791
# Publish Web Output
138-
*.[Pp]ublish.xml
139-
*.azurePubxml
140-
# TODO: Comment the next line if you want to checkin your web deploy settings
141-
# but database connection strings (with potential passwords) will be unencrypted
142-
*.pubxml
143-
*.publishproj
92+
*.Publish.xml
14493

145-
# NuGet Packages
146-
*.nupkg
147-
# The packages folder can be ignored because of Package Restore
148-
**/packages/*
149-
# except build/, which is used as an MSBuild target.
150-
!**/packages/build/
151-
# Uncomment if necessary however generally it will be regenerated when needed
152-
#!**/packages/repositories.config
153-
# NuGet v3's project.json files produces more ignoreable files
154-
*.nuget.props
155-
*.nuget.targets
156-
157-
# Microsoft Azure Build Output
158-
csx/
159-
*.build.csdef
94+
# NuGet Packages Directory
95+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
96+
packages/
16097

161-
# Microsoft Azure Emulator
162-
ecf/
163-
rcf/
164-
165-
# Microsoft Azure ApplicationInsights config file
166-
ApplicationInsights.config
98+
# Windows Azure Build Output
99+
csx
100+
*.build.csdef
167101

168102
# Windows Store app package directory
169103
AppPackages/
170-
BundleArtifacts/
171-
172-
# Visual Studio cache files
173-
# files ending in .cache can be ignored
174-
*.[Cc]ache
175-
# but keep track of directories ending in .cache
176-
!*.[Cc]ache/
177104

178105
# Others
106+
sql/
107+
*.Cache
179108
ClientBin/
109+
[Ss]tyle[Cc]op.*
180110
~$*
181111
*~
182112
*.dbmdl
183-
*.dbproj.schemaview
113+
*.[Pp]ublish.xml
184114
*.pfx
185115
*.publishsettings
186-
node_modules/
187-
orleans.codegen.cs
188116

189117
# RIA/Silverlight projects
190118
Generated_Code/
191119

192-
# Backup & report files from converting an old project file
193-
# to a newer Visual Studio version. Backup files are not needed,
194-
# because we have git ;-)
120+
# Backup & report files from converting an old project file to a newer
121+
# Visual Studio version. Backup files are not needed, because we have git ;-)
195122
_UpgradeReport_Files/
196123
Backup*/
197124
UpgradeLog*.XML
198125
UpgradeLog*.htm
199126

200127
# SQL Server files
201-
*.mdf
202-
*.ldf
128+
App_Data/*.mdf
129+
App_Data/*.ldf
203130

204-
# Business Intelligence projects
205-
*.rdl.data
206-
*.bim.layout
207-
*.bim_*.settings
208131

209-
# Microsoft Fakes
210-
FakesAssemblies/
132+
#LightSwitch generated files
133+
GeneratedArtifacts/
134+
_Pvt_Extensions/
135+
ModelManifest.xml
211136

212-
# GhostDoc plugin setting file
213-
*.GhostDoc.xml
137+
# =========================
138+
# Windows detritus
139+
# =========================
214140

215-
# Node.js Tools for Visual Studio
216-
.ntvs_analysis.dat
141+
# Some stackdump file that sometimes appears
142+
us.stackdump
217143

218-
# Visual Studio 6 build log
219-
*.plg
144+
# Windows image file caches
145+
Thumbs.db
146+
ehthumbs.db
220147

221-
# Visual Studio 6 workspace options file
222-
*.opt
148+
# Folder config file
149+
Desktop.ini
223150

224-
# Visual Studio LightSwitch build output
225-
**/*.HTMLClient/GeneratedArtifacts
226-
**/*.DesktopClient/GeneratedArtifacts
227-
**/*.DesktopClient/ModelManifest.xml
228-
**/*.Server/GeneratedArtifacts
229-
**/*.Server/ModelManifest.xml
230-
_Pvt_Extensions
151+
# Recycle Bin used on file shares
152+
$RECYCLE.BIN/
231153

232-
# Paket dependency manager
233-
.paket/paket.exe
154+
# Mac desktop service store files
155+
.DS_Store
156+
Package/Lib
157+
*.nupkg
234158

235-
# FAKE - F# Make
236-
.fake/
159+
# Temporary files created when merging
160+
*.orig
161+
*.LOCAL.*.xml
162+
*.REMOTE.*.xml
163+
*.BASE.*.xml
164+
*.BACKUP.*.xml
165+
166+
# Symbolic links and other files created by ConfigureSolutions
167+
Output/*
168+
169+
#Visual Studio 2015 files
170+
**/*.sln.ide/**
171+
_NCrunch_FluentAssemblyScanner/
172+
Artifacts/**
173+
*.v3.ncrunchsolution
174+
*.ncrunchsolution
175+
*.ncrunchproject
176+
177+
# User-specific stuff:
178+
.idea
179+
.vs
180+
181+
# Cake related
182+
Build/**
183+
!Build/packages.config
184+
Tools/**
185+
/.vs
186+
*.dg
187+
*.config
188+
*.ncrunchproject
189+
190+
/.dotnet
191+
/.vscode

FluentAssemblyScanner.sln

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2005
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2BF35C86-651F-484A-89CD-DCFFF32646E6}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9D48C45B-64C7-4631-A217-116B83E76107}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6287E8A4-87EB-4A5D-927E-61EDDADFAFB9}"
1111
ProjectSection(SolutionItems) = preProject
12-
global.json = global.json
12+
.gitignore = .gitignore
13+
appveyor.yml = appveyor.yml
14+
build.cake = build.cake
15+
build.ps1 = build.ps1
16+
LICENCE = LICENCE
17+
nuget.config = nuget.config
18+
README.md = README.md
1319
EndProjectSection
1420
EndProject
15-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner", "src\FluentAssemblyScanner\FluentAssemblyScanner.xproj", "{0F21FEF4-CFFC-47F9-ADD5-D9BEA0EC3CBB}"
21+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "additionalassemlies", "additionalassemlies", "{20AB6590-16BA-485C-9933-1087FE8ABF40}"
22+
EndProject
23+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner", "src\FluentAssemblyScanner\FluentAssemblyScanner.csproj", "{0F21FEF4-CFFC-47F9-ADD5-D9BEA0EC3CBB}"
1624
EndProject
17-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner.Tests", "test\FluentAssemblyScanner.Tests\FluentAssemblyScanner.Tests.xproj", "{10BAA169-2579-4416-BBC9-7A1FF350F4D9}"
25+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner.Tests", "test\FluentAssemblyScanner.Tests\FluentAssemblyScanner.Tests.csproj", "{10BAA169-2579-4416-BBC9-7A1FF350F4D9}"
1826
ProjectSection(ProjectDependencies) = postProject
1927
{30446811-1745-40E3-B141-FD15278A5E24} = {30446811-1745-40E3-B141-FD15278A5E24}
2028
EndProjectSection
2129
EndProject
22-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner.Tests.AdditionalAssembly", "test\FluentAssemblyScanner.Tests.AdditionalAssembly\FluentAssemblyScanner.Tests.AdditionalAssembly.xproj", "{2865A2C3-F4F8-453F-B39B-91487F2DF836}"
23-
EndProject
24-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "additionalassemlies", "additionalassemlies", "{20AB6590-16BA-485C-9933-1087FE8ABF40}"
30+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner.Test.AdditionalAssembly", "test\FluentAssemblyScanner.Test.AdditionalAssembly\FluentAssemblyScanner.Test.AdditionalAssembly.csproj", "{2865A2C3-F4F8-453F-B39B-91487F2DF836}"
2531
EndProject
26-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "FluentAssemblyScanner.Test.SecondAdditionalAssembly", "test\FluentAssemblyScanner.Test.SecondAdditionalAssembly\FluentAssemblyScanner.Test.SecondAdditionalAssembly.xproj", "{30446811-1745-40E3-B141-FD15278A5E24}"
32+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssemblyScanner.Test.SecondAdditionalAssembly", "test\FluentAssemblyScanner.Test.SecondAdditionalAssembly\FluentAssemblyScanner.Test.SecondAdditionalAssembly.csproj", "{30446811-1745-40E3-B141-FD15278A5E24}"
2733
EndProject
2834
Global
2935
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -52,10 +58,13 @@ Global
5258
HideSolutionNode = FALSE
5359
EndGlobalSection
5460
GlobalSection(NestedProjects) = preSolution
61+
{20AB6590-16BA-485C-9933-1087FE8ABF40} = {9D48C45B-64C7-4631-A217-116B83E76107}
5562
{0F21FEF4-CFFC-47F9-ADD5-D9BEA0EC3CBB} = {2BF35C86-651F-484A-89CD-DCFFF32646E6}
5663
{10BAA169-2579-4416-BBC9-7A1FF350F4D9} = {9D48C45B-64C7-4631-A217-116B83E76107}
5764
{2865A2C3-F4F8-453F-B39B-91487F2DF836} = {20AB6590-16BA-485C-9933-1087FE8ABF40}
58-
{20AB6590-16BA-485C-9933-1087FE8ABF40} = {9D48C45B-64C7-4631-A217-116B83E76107}
5965
{30446811-1745-40E3-B141-FD15278A5E24} = {20AB6590-16BA-485C-9933-1087FE8ABF40}
6066
EndGlobalSection
67+
GlobalSection(ExtensibilityGlobals) = postSolution
68+
SolutionGuid = {3302D602-74A6-4B6C-BC82-1C1AA80FEA91}
69+
EndGlobalSection
6170
EndGlobal
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<SolutionConfiguration>
2+
<Settings>
3+
<AllowParallelTestExecution>True</AllowParallelTestExecution>
4+
<SolutionConfigured>True</SolutionConfigured>
5+
</Settings>
6+
</SolutionConfiguration>

0 commit comments

Comments
 (0)