Skip to content

Commit 14ab044

Browse files
committed
Initial commit
0 parents  commit 14ab044

19 files changed

+1289
-0
lines changed

.gitignore

+258
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.userosscache
8+
*.sln.docstates
9+
10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
12+
13+
# Build results
14+
[Dd]ebug/
15+
[Dd]ebugPublic/
16+
[Rr]elease/
17+
[Rr]eleases/
18+
x64/
19+
x86/
20+
bld/
21+
[Bb]in/
22+
[Oo]bj/
23+
[Ll]og/
24+
25+
# Visual Studio 2015 cache/options directory
26+
.vs/
27+
# Uncomment if you have tasks that create the project's static files in wwwroot
28+
#wwwroot/
29+
30+
# MSTest test Results
31+
[Tt]est[Rr]esult*/
32+
[Bb]uild[Ll]og.*
33+
34+
# NUNIT
35+
*.VisualState.xml
36+
TestResult.xml
37+
38+
# Build Results of an ATL Project
39+
[Dd]ebugPS/
40+
[Rr]eleasePS/
41+
dlldata.c
42+
43+
# DNX
44+
project.lock.json
45+
artifacts/
46+
47+
*_i.c
48+
*_p.c
49+
*_i.h
50+
*.ilk
51+
*.meta
52+
*.obj
53+
*.pch
54+
*.pdb
55+
*.pgc
56+
*.pgd
57+
*.rsp
58+
*.sbr
59+
*.tlb
60+
*.tli
61+
*.tlh
62+
*.tmp
63+
*.tmp_proj
64+
*.log
65+
*.vspscc
66+
*.vssscc
67+
.builds
68+
*.pidb
69+
*.svclog
70+
*.scc
71+
72+
# Chutzpah Test files
73+
_Chutzpah*
74+
75+
# Visual C++ cache files
76+
ipch/
77+
*.aps
78+
*.ncb
79+
*.opendb
80+
*.opensdf
81+
*.sdf
82+
*.cachefile
83+
*.VC.db
84+
*.VC.VC.opendb
85+
86+
# Visual Studio profiler
87+
*.psess
88+
*.vsp
89+
*.vspx
90+
*.sap
91+
92+
# TFS 2012 Local Workspace
93+
$tf/
94+
95+
# Guidance Automation Toolkit
96+
*.gpState
97+
98+
# ReSharper is a .NET coding add-in
99+
_ReSharper*/
100+
*.[Rr]e[Ss]harper
101+
*.DotSettings.user
102+
103+
# JustCode is a .NET coding add-in
104+
.JustCode
105+
106+
# TeamCity is a build add-in
107+
_TeamCity*
108+
109+
# DotCover is a Code Coverage Tool
110+
*.dotCover
111+
112+
# NCrunch
113+
_NCrunch_*
114+
.*crunch*.local.xml
115+
nCrunchTemp_*
116+
*.v2.ncrunchproject
117+
*.v2.ncrunchsolution
118+
119+
# MightyMoose
120+
*.mm.*
121+
AutoTest.Net/
122+
123+
# Web workbench (sass)
124+
.sass-cache/
125+
126+
# Installshield output folder
127+
[Ee]xpress/
128+
129+
# DocProject is a documentation generator add-in
130+
DocProject/buildhelp/
131+
DocProject/Help/*.HxT
132+
DocProject/Help/*.HxC
133+
DocProject/Help/*.hhc
134+
DocProject/Help/*.hhk
135+
DocProject/Help/*.hhp
136+
DocProject/Help/Html2
137+
DocProject/Help/html
138+
139+
# Click-Once directory
140+
publish/
141+
142+
# Publish Web Output
143+
*.[Pp]ublish.xml
144+
*.azurePubxml
145+
# TODO: Comment the next line if you want to checkin your web deploy settings
146+
# but database connection strings (with potential passwords) will be unencrypted
147+
*.pubxml
148+
*.publishproj
149+
150+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
151+
# checkin your Azure Web App publish settings, but sensitive information contained
152+
# in these scripts will be unencrypted
153+
PublishScripts/
154+
155+
# NuGet Packages
156+
*.nupkg
157+
# The packages folder can be ignored because of Package Restore
158+
**/packages/*
159+
# except build/, which is used as an MSBuild target.
160+
!**/packages/build/
161+
# Uncomment if necessary however generally it will be regenerated when needed
162+
#!**/packages/repositories.config
163+
# NuGet v3's project.json files produces more ignoreable files
164+
*.nuget.props
165+
*.nuget.targets
166+
167+
# Microsoft Azure Build Output
168+
csx/
169+
*.build.csdef
170+
171+
# Microsoft Azure Emulator
172+
ecf/
173+
rcf/
174+
175+
# Windows Store app package directories and files
176+
AppPackages/
177+
BundleArtifacts/
178+
Package.StoreAssociation.xml
179+
_pkginfo.txt
180+
181+
# Visual Studio cache files
182+
# files ending in .cache can be ignored
183+
*.[Cc]ache
184+
# but keep track of directories ending in .cache
185+
!*.[Cc]ache/
186+
187+
# Others
188+
ClientBin/
189+
~$*
190+
*~
191+
*.dbmdl
192+
*.dbproj.schemaview
193+
*.pfx
194+
*.publishsettings
195+
node_modules/
196+
orleans.codegen.cs
197+
198+
# Since there are multiple workflows, uncomment next line to ignore bower_components
199+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
200+
#bower_components/
201+
202+
# RIA/Silverlight projects
203+
Generated_Code/
204+
205+
# Backup & report files from converting an old project file
206+
# to a newer Visual Studio version. Backup files are not needed,
207+
# because we have git ;-)
208+
_UpgradeReport_Files/
209+
Backup*/
210+
UpgradeLog*.XML
211+
UpgradeLog*.htm
212+
213+
# SQL Server files
214+
*.mdf
215+
*.ldf
216+
217+
# Business Intelligence projects
218+
*.rdl.data
219+
*.bim.layout
220+
*.bim_*.settings
221+
222+
# Microsoft Fakes
223+
FakesAssemblies/
224+
225+
# GhostDoc plugin setting file
226+
*.GhostDoc.xml
227+
228+
# Node.js Tools for Visual Studio
229+
.ntvs_analysis.dat
230+
231+
# Visual Studio 6 build log
232+
*.plg
233+
234+
# Visual Studio 6 workspace options file
235+
*.opt
236+
237+
# Visual Studio LightSwitch build output
238+
**/*.HTMLClient/GeneratedArtifacts
239+
**/*.DesktopClient/GeneratedArtifacts
240+
**/*.DesktopClient/ModelManifest.xml
241+
**/*.Server/GeneratedArtifacts
242+
**/*.Server/ModelManifest.xml
243+
_Pvt_Extensions
244+
245+
# Paket dependency manager
246+
.paket/paket.exe
247+
paket-files/
248+
249+
# FAKE - F# Make
250+
.fake/
251+
252+
# JetBrains Rider
253+
.idea/
254+
*.sln.iml
255+
256+
# Cake
257+
tools/**
258+
!tools/packages.config

DynamoDbCaching.sln

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Albelli.Extensions.Caching.DynamoDb", "src\Albelli.Extensions.Caching.DynamoDb\Albelli.Extensions.Caching.DynamoDb.csproj", "{18326B61-40A2-449A-B5CA-925C9830DA5E}"
4+
EndProject
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0A39387F-855C-4AB6-AF35-CB782401331F}"
6+
EndProject
7+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Albelli.Extensions.Caching.Tests.Integration", "test\Albelli.Extensions.Caching.Tests.Integration\Albelli.Extensions.Caching.Tests.Integration.csproj", "{A85B4E1C-1BCB-44FF-831F-0CC044A719B2}"
8+
EndProject
9+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Albelli.Extensions.Caching.Tests.UnitTesting", "test\Albelli.Extensions.Caching.Tests.UnitTesting\Albelli.Extensions.Caching.Tests.UnitTesting.csproj", "{709606CE-D532-4048-80BA-D784CA2B8950}"
10+
EndProject
11+
Global
12+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
13+
Debug|Any CPU = Debug|Any CPU
14+
Release|Any CPU = Release|Any CPU
15+
EndGlobalSection
16+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{18326B61-40A2-449A-B5CA-925C9830DA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{18326B61-40A2-449A-B5CA-925C9830DA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{18326B61-40A2-449A-B5CA-925C9830DA5E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
20+
{A85B4E1C-1BCB-44FF-831F-0CC044A719B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{A85B4E1C-1BCB-44FF-831F-0CC044A719B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{A85B4E1C-1BCB-44FF-831F-0CC044A719B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{A85B4E1C-1BCB-44FF-831F-0CC044A719B2}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{709606CE-D532-4048-80BA-D784CA2B8950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{709606CE-D532-4048-80BA-D784CA2B8950}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{709606CE-D532-4048-80BA-D784CA2B8950}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{709606CE-D532-4048-80BA-D784CA2B8950}.Release|Any CPU.Build.0 = Release|Any CPU
28+
EndGlobalSection
29+
GlobalSection(NestedProjects) = preSolution
30+
{A85B4E1C-1BCB-44FF-831F-0CC044A719B2} = {0A39387F-855C-4AB6-AF35-CB782401331F}
31+
{709606CE-D532-4048-80BA-D784CA2B8950} = {0A39387F-855C-4AB6-AF35-CB782401331F}
32+
EndGlobalSection
33+
EndGlobal

GitVersion.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
next-version: 2.0.125
2+
assembly-informational-format: '{NuGetVersion}' # NOTE: OctoPack compatibility
3+
mode: ContinuousDeployment
4+
branches:
5+
master:
6+
tag: beta
7+
increment: Minor
8+
features?[/-]:
9+
tag: alpha-{BranchName}
10+
increment: Minor # NOTE: TeamCity compatibility

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 albelli B.V.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# DynamoDb IDistributedCache Implementation
2+
<Placeholder>

appveyor.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
image: Visual Studio 2019
2+
build_script:
3+
- ps: .\build.ps1 -Target BuildServer
4+
test: off
5+
skip_branch_with_pr: true
6+
nuget:
7+
account_feed: false
8+
project_feed: false

0 commit comments

Comments
 (0)