Skip to content

Commit a8a7884

Browse files
committed
projects
1 parent 5ae0659 commit a8a7884

File tree

7 files changed

+516
-1
lines changed

7 files changed

+516
-1
lines changed

.gitignore

Lines changed: 300 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,298 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/intellij,intellij+all,macos,linux,windows,visualstudio,visualstudiocode,rider
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij,intellij+all,macos,linux,windows,visualstudio,visualstudiocode,rider
4+
5+
### Intellij ###
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
7+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+
# User-specific stuff
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/**/usage.statistics.xml
13+
.idea/**/dictionaries
14+
.idea/**/shelf
15+
16+
# Generated files
17+
.idea/**/contentModel.xml
18+
19+
# Sensitive or high-churn files
20+
.idea/**/dataSources/
21+
.idea/**/dataSources.ids
22+
.idea/**/dataSources.local.xml
23+
.idea/**/sqlDataSources.xml
24+
.idea/**/dynamic.xml
25+
.idea/**/uiDesigner.xml
26+
.idea/**/dbnavigator.xml
27+
28+
# Gradle
29+
.idea/**/gradle.xml
30+
.idea/**/libraries
31+
32+
# Gradle and Maven with auto-import
33+
# When using Gradle or Maven with auto-import, you should exclude module files,
34+
# since they will be recreated, and may cause churn. Uncomment if using
35+
# auto-import.
36+
# .idea/artifacts
37+
# .idea/compiler.xml
38+
# .idea/jarRepositories.xml
39+
# .idea/modules.xml
40+
# .idea/*.iml
41+
# .idea/modules
42+
# *.iml
43+
# *.ipr
44+
45+
# CMake
46+
cmake-build-*/
47+
48+
# Mongo Explorer plugin
49+
.idea/**/mongoSettings.xml
50+
51+
# File-based project format
52+
*.iws
53+
54+
# IntelliJ
55+
out/
56+
57+
# mpeltonen/sbt-idea plugin
58+
.idea_modules/
59+
60+
# JIRA plugin
61+
atlassian-ide-plugin.xml
62+
63+
# Cursive Clojure plugin
64+
.idea/replstate.xml
65+
66+
# Crashlytics plugin (for Android Studio and IntelliJ)
67+
com_crashlytics_export_strings.xml
68+
crashlytics.properties
69+
crashlytics-build.properties
70+
fabric.properties
71+
72+
# Editor-based Rest Client
73+
.idea/httpRequests
74+
75+
# Android studio 3.1+ serialized cache file
76+
.idea/caches/build_file_checksums.ser
77+
78+
### Intellij Patch ###
79+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
80+
81+
# *.iml
82+
# modules.xml
83+
# .idea/misc.xml
84+
# *.ipr
85+
86+
# Sonarlint plugin
87+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
88+
.idea/**/sonarlint/
89+
90+
# SonarQube Plugin
91+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
92+
.idea/**/sonarIssues.xml
93+
94+
# Markdown Navigator plugin
95+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
96+
.idea/**/markdown-navigator.xml
97+
.idea/**/markdown-navigator-enh.xml
98+
.idea/**/markdown-navigator/
99+
100+
# Cache file creation bug
101+
# See https://youtrack.jetbrains.com/issue/JBR-2257
102+
.idea/$CACHE_FILE$
103+
104+
# CodeStream plugin
105+
# https://plugins.jetbrains.com/plugin/12206-codestream
106+
.idea/codestream.xml
107+
108+
### Intellij+all ###
109+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
110+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
111+
112+
# User-specific stuff
113+
114+
# Generated files
115+
116+
# Sensitive or high-churn files
117+
118+
# Gradle
119+
120+
# Gradle and Maven with auto-import
121+
# When using Gradle or Maven with auto-import, you should exclude module files,
122+
# since they will be recreated, and may cause churn. Uncomment if using
123+
# auto-import.
124+
# .idea/artifacts
125+
# .idea/compiler.xml
126+
# .idea/jarRepositories.xml
127+
# .idea/modules.xml
128+
# .idea/*.iml
129+
# .idea/modules
130+
# *.iml
131+
# *.ipr
132+
133+
# CMake
134+
135+
# Mongo Explorer plugin
136+
137+
# File-based project format
138+
139+
# IntelliJ
140+
141+
# mpeltonen/sbt-idea plugin
142+
143+
# JIRA plugin
144+
145+
# Cursive Clojure plugin
146+
147+
# Crashlytics plugin (for Android Studio and IntelliJ)
148+
149+
# Editor-based Rest Client
150+
151+
# Android studio 3.1+ serialized cache file
152+
153+
### Intellij+all Patch ###
154+
# Ignores the whole .idea folder and all .iml files
155+
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
156+
157+
.idea/
158+
159+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
160+
161+
*.iml
162+
modules.xml
163+
.idea/misc.xml
164+
*.ipr
165+
166+
# Sonarlint plugin
167+
.idea/sonarlint
168+
169+
### Linux ###
170+
*~
171+
172+
# temporary files which can be created if a process still has a handle open of a deleted file
173+
.fuse_hidden*
174+
175+
# KDE directory preferences
176+
.directory
177+
178+
# Linux trash folder which might appear on any partition or disk
179+
.Trash-*
180+
181+
# .nfs files are created when an open file is removed but is still being accessed
182+
.nfs*
183+
184+
### macOS ###
185+
# General
186+
.DS_Store
187+
.AppleDouble
188+
.LSOverride
189+
190+
# Icon must end with two \r
191+
Icon
192+
193+
194+
# Thumbnails
195+
._*
196+
197+
# Files that might appear in the root of a volume
198+
.DocumentRevisions-V100
199+
.fseventsd
200+
.Spotlight-V100
201+
.TemporaryItems
202+
.Trashes
203+
.VolumeIcon.icns
204+
.com.apple.timemachine.donotpresent
205+
206+
# Directories potentially created on remote AFP share
207+
.AppleDB
208+
.AppleDesktop
209+
Network Trash Folder
210+
Temporary Items
211+
.apdisk
212+
213+
### Rider ###
214+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
215+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
216+
217+
# User-specific stuff
218+
219+
# Generated files
220+
221+
# Sensitive or high-churn files
222+
223+
# Gradle
224+
225+
# Gradle and Maven with auto-import
226+
# When using Gradle or Maven with auto-import, you should exclude module files,
227+
# since they will be recreated, and may cause churn. Uncomment if using
228+
# auto-import.
229+
# .idea/artifacts
230+
# .idea/compiler.xml
231+
# .idea/jarRepositories.xml
232+
# .idea/modules.xml
233+
# .idea/*.iml
234+
# .idea/modules
235+
# *.iml
236+
# *.ipr
237+
238+
# CMake
239+
240+
# Mongo Explorer plugin
241+
242+
# File-based project format
243+
244+
# IntelliJ
245+
246+
# mpeltonen/sbt-idea plugin
247+
248+
# JIRA plugin
249+
250+
# Cursive Clojure plugin
251+
252+
# Crashlytics plugin (for Android Studio and IntelliJ)
253+
254+
# Editor-based Rest Client
255+
256+
# Android studio 3.1+ serialized cache file
257+
258+
### VisualStudioCode ###
259+
.vscode/*
260+
!.vscode/tasks.json
261+
!.vscode/launch.json
262+
*.code-workspace
263+
264+
### VisualStudioCode Patch ###
265+
# Ignore all local history of files
266+
.history
267+
.ionide
268+
269+
### Windows ###
270+
# Windows thumbnail cache files
271+
Thumbs.db
272+
Thumbs.db:encryptable
273+
ehthumbs.db
274+
ehthumbs_vista.db
275+
276+
# Dump file
277+
*.stackdump
278+
279+
# Folder config file
280+
[Dd]esktop.ini
281+
282+
# Recycle Bin used on file shares
283+
$RECYCLE.BIN/
284+
285+
# Windows Installer files
286+
*.cab
287+
*.msi
288+
*.msix
289+
*.msm
290+
*.msp
291+
292+
# Windows shortcuts
293+
*.lnk
294+
295+
### VisualStudio ###
1296
## Ignore Visual Studio temporary files, build results, and
2297
## files generated by popular Visual Studio add-ons.
3298
##
@@ -137,6 +432,9 @@ _TeamCity*
137432
.axoCover/*
138433
!.axoCover/settings.json
139434

435+
# Coverlet is a free, cross platform Code Coverage Tool
436+
coverage*[.json, .xml, .info]
437+
140438
# Visual Studio code coverage results
141439
*.coverage
142440
*.coveragexml
@@ -222,7 +520,6 @@ _pkginfo.txt
222520
# Others
223521
ClientBin/
224522
~$*
225-
*~
226523
*.dbmdl
227524
*.dbproj.schemaview
228525
*.jfm
@@ -348,3 +645,5 @@ MigrationBackup/
348645

349646
# Ionide (cross platform F# VS Code tools) working folder
350647
.ionide/
648+
649+
# End of https://www.toptal.com/developers/gitignore/api/intellij,intellij+all,macos,linux,windows,visualstudio,visualstudiocode,rider
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<LangVersion>9</LangVersion>
6+
<DebugType>embedded</DebugType>
7+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
9+
<Title>ManagedCode.Storage.Aws</Title>
10+
<Authors>ManagedCode</Authors>
11+
<PackageProjectUrl>https://github.com/managed-code-hub/Storage</PackageProjectUrl>
12+
<PackageLicenseUrl>https://github.com/managed-code-hub/Storage/blob/main/LICENSE</PackageLicenseUrl>
13+
<RepositoryUrl>https://github.com/managed-code-hub/Storage</RepositoryUrl>
14+
<PackageVersion>0.0.4</PackageVersion>
15+
<Description>Storage for AWS</Description>
16+
<PackageIcon>logo.png</PackageIcon>
17+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18+
</PropertyGroup>
19+
20+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
21+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
22+
</PropertyGroup>
23+
24+
<ItemGroup>
25+
<ProjectReference Include="..\ManagedCode.Storage.Core\ManagedCode.Storage.Core.csproj" />
26+
</ItemGroup>
27+
28+
<ItemGroup>
29+
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
30+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
31+
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
32+
</ItemGroup>
33+
34+
<ItemGroup>
35+
<None Include="..\logo.png" Pack="true" Visible="false" PackagePath="" />
36+
</ItemGroup>
37+
38+
</Project>

0 commit comments

Comments
 (0)