Skip to content

Commit b6c7b37

Browse files
committed
Updated gitignore and removed packages from source control
1 parent 896a4a6 commit b6c7b37

109 files changed

Lines changed: 243 additions & 132063 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 233 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,240 @@
1-
# compiled source #
2-
###################
3-
*.com
4-
*.class
5-
#*.dll
6-
*.exe
7-
*.pdb
8-
*.dll.config
9-
*.cache
1+
2+
# Created by https://www.gitignore.io/api/visualstudio
3+
4+
### VisualStudio ###
5+
## Ignore Visual Studio temporary files, build results, and
6+
## files generated by popular Visual Studio add-ons.
7+
8+
# User-specific files
109
*.suo
1110
*.user
12-
*.bak
11+
*.userosscache
12+
*.sln.docstates
1313

14-
# Include dlls if they’re in the NuGet packages directory
15-
!/packages/*/lib/**/*.dll
14+
# User-specific files (MonoDevelop/Xamarin Studio)
15+
*.userprefs
1616

17-
# VS Upgrade stuff #
18-
####################
19-
UpgradeLog.XML
20-
_UpgradeReport_Files/
17+
# Build results
18+
[Dd]ebug/
19+
[Dd]ebugPublic/
20+
[Rr]elease/
21+
[Rr]eleases/
22+
x64/
23+
x86/
24+
bld/
25+
[Bb]in/
26+
[Oo]bj/
2127

22-
# Directories #
23-
###############
24-
bin/
25-
obj/
26-
TestResults/
27-
logs/
28-
29-
# Web publish log #
30-
###################
31-
*.Publish.xml
32-
33-
# Resharper #
34-
#############
35-
/_ReSharper.*
36-
*.ReSharper.*
37-
*.dotCover
28+
# Visual Studio 2015 cache/options directory
29+
.vs/
30+
# Uncomment if you have tasks that create the project's static files in wwwroot
31+
#wwwroot/
3832

39-
# Logs and databases #
40-
######################
33+
# MSTest test Results
34+
[Tt]est[Rr]esult*/
35+
[Bb]uild[Ll]og.*
36+
37+
# NUNIT
38+
*.VisualState.xml
39+
TestResult.xml
40+
41+
# Build Results of an ATL Project
42+
[Dd]ebugPS/
43+
[Rr]eleasePS/
44+
dlldata.c
45+
46+
# DNX
47+
project.lock.json
48+
artifacts/
49+
50+
*_i.c
51+
*_p.c
52+
*_i.h
53+
*.ilk
54+
*.meta
55+
*.obj
56+
*.pch
57+
*.pdb
58+
*.pgc
59+
*.pgd
60+
*.rsp
61+
*.sbr
62+
*.tlb
63+
*.tli
64+
*.tlh
65+
*.tmp
66+
*.tmp_proj
4167
*.log
42-
*.sqlite
43-
44-
# OS generated files #
45-
######################
46-
.DS_Store?
47-
ehthumbs.db
48-
Icon?
49-
Thumbs.db
50-
51-
# Integration Test Output #
52-
###########################
53-
**/Data/Ef/**
54-
**/Data/Xml/**
55-
**/Data/Db4o/**
68+
*.vspscc
69+
*.vssscc
70+
.builds
71+
*.pidb
72+
*.svclog
73+
*.scc
74+
75+
# Chutzpah Test files
76+
_Chutzpah*
77+
78+
# Visual C++ cache files
79+
ipch/
80+
*.aps
81+
*.ncb
82+
*.opendb
83+
*.opensdf
84+
*.sdf
85+
*.cachefile
86+
87+
# Visual Studio profiler
88+
*.psess
89+
*.vsp
90+
*.vspx
91+
*.sap
92+
93+
# TFS 2012 Local Workspace
94+
$tf/
95+
96+
# Guidance Automation Toolkit
97+
*.gpState
98+
99+
# ReSharper is a .NET coding add-in
100+
_ReSharper*/
101+
*.[Rr]e[Ss]harper
102+
*.DotSettings.user
103+
104+
# JustCode is a .NET coding add-in
105+
.JustCode
106+
107+
# TeamCity is a build add-in
108+
_TeamCity*
109+
110+
# DotCover is a Code Coverage Tool
111+
*.dotCover
112+
113+
# NCrunch
114+
_NCrunch_*
115+
.*crunch*.local.xml
116+
nCrunchTemp_*
117+
118+
# MightyMoose
119+
*.mm.*
120+
AutoTest.Net/
121+
122+
# Web workbench (sass)
123+
.sass-cache/
124+
125+
# Installshield output folder
126+
[Ee]xpress/
127+
128+
# DocProject is a documentation generator add-in
129+
DocProject/buildhelp/
130+
DocProject/Help/*.HxT
131+
DocProject/Help/*.HxC
132+
DocProject/Help/*.hhc
133+
DocProject/Help/*.hhk
134+
DocProject/Help/*.hhp
135+
DocProject/Help/Html2
136+
DocProject/Help/html
137+
138+
# Click-Once directory
139+
publish/
140+
141+
# Publish Web Output
142+
*.[Pp]ublish.xml
143+
*.azurePubxml
144+
# TODO: Comment the next line if you want to checkin your web deploy settings
145+
# but database connection strings (with potential passwords) will be unencrypted
146+
*.pubxml
147+
*.publishproj
148+
149+
# NuGet Packages
150+
*.nupkg
151+
# The packages folder can be ignored because of Package Restore
152+
**/packages/*
153+
# except build/, which is used as an MSBuild target.
154+
!**/packages/build/
155+
# Uncomment if necessary however generally it will be regenerated when needed
156+
#!**/packages/repositories.config
157+
# NuGet v3's project.json files produces more ignoreable files
158+
*.nuget.props
159+
*.nuget.targets
160+
161+
# Microsoft Azure Build Output
162+
csx/
163+
*.build.csdef
164+
165+
# Microsoft Azure Emulator
166+
ecf/
167+
rcf/
168+
169+
# Microsoft Azure ApplicationInsights config file
170+
ApplicationInsights.config
171+
172+
# Windows Store app package directory
173+
AppPackages/
174+
BundleArtifacts/
175+
176+
# Visual Studio cache files
177+
# files ending in .cache can be ignored
178+
*.[Cc]ache
179+
# but keep track of directories ending in .cache
180+
!*.[Cc]ache/
181+
182+
# Others
183+
ClientBin/
184+
~$*
185+
*~
186+
*.dbmdl
187+
*.dbproj.schemaview
188+
*.pfx
189+
*.publishsettings
190+
node_modules/
191+
orleans.codegen.cs
192+
193+
# RIA/Silverlight projects
194+
Generated_Code/
195+
196+
# Backup & report files from converting an old project file
197+
# to a newer Visual Studio version. Backup files are not needed,
198+
# because we have git ;-)
199+
_UpgradeReport_Files/
200+
Backup*/
201+
UpgradeLog*.XML
202+
UpgradeLog*.htm
203+
204+
# SQL Server files
205+
*.mdf
206+
*.ldf
207+
208+
# Business Intelligence projects
209+
*.rdl.data
210+
*.bim.layout
211+
*.bim_*.settings
212+
213+
# Microsoft Fakes
214+
FakesAssemblies/
215+
216+
# GhostDoc plugin setting file
217+
*.GhostDoc.xml
218+
219+
# Node.js Tools for Visual Studio
220+
.ntvs_analysis.dat
221+
222+
# Visual Studio 6 build log
223+
*.plg
224+
225+
# Visual Studio 6 workspace options file
226+
*.opt
227+
228+
# Visual Studio LightSwitch build output
229+
**/*.HTMLClient/GeneratedArtifacts
230+
**/*.DesktopClient/GeneratedArtifacts
231+
**/*.DesktopClient/ModelManifest.xml
232+
**/*.Server/GeneratedArtifacts
233+
**/*.Server/ModelManifest.xml
234+
_Pvt_Extensions
235+
236+
# Paket dependency manager
237+
.paket/paket.exe
238+
239+
# FAKE - F# Make
240+
.fake/

SharpRepository.AzureBlobRepository/AzureBlobConfigRepositoryFactory.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,15 @@ public override ICompoundKeyRepository<T, TKey, TKey2> GetInstance<T, TKey, TKey
2828
{
2929
throw new NotImplementedException();
3030
}
31+
32+
public override ICompoundKeyRepository<T, TKey, TKey2, TKey3> GetInstance<T, TKey, TKey2, TKey3>()
33+
{
34+
throw new NotImplementedException();
35+
}
36+
37+
public override ICompoundKeyRepository<T> GetCompoundKeyInstance<T>()
38+
{
39+
throw new NotImplementedException();
40+
}
3141
}
3242
}

packages/Autofac.3.1.1/Autofac.3.1.1.nuspec

Lines changed: 0 additions & 17 deletions
This file was deleted.

packages/Castle.Core.3.2.0/Castle.Core.3.2.0.nuspec

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/Castle.Windsor.3.2.1/Castle.Windsor.3.2.1.nuspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)