Skip to content

Commit ae3dafe

Browse files
authored
Merge pull request #6 from dotarj/feature-aspnetcore
Feature aspnetcore
2 parents 9f08c46 + 2bfbf4c commit ae3dafe

31 files changed

Lines changed: 2487 additions & 53 deletions

.gitignore

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

PartialResponse.sln

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

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"projects": [ "src", "test" ],
3+
"sdk": {
4+
"version": "1.0.0-preview2-1-003177"
5+
}
6+
}

0 commit comments

Comments
 (0)