Skip to content

Commit 3a9fbb0

Browse files
committed
Use Arcade
Changes: - Remove SkipStrongNames - Remove FxCop - Remove StyleCop - Test against LocalDB - Use NuGet packages for - Microsoft.SqlServer.Types - PowerShell - VSSDK Part of #612, resolves #595, resolves #545
1 parent 819470f commit 3a9fbb0

File tree

154 files changed

+6357
-5231
lines changed

Some content is hidden

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

154 files changed

+6357
-5231
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
* text=auto
2+
*.cs diff=csharp
3+
*.sh eol=lf
4+
*.sln eol=crlf

.gitignore

+336-26
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,340 @@
1-
_ReSharper*/
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5+
6+
# User-specific files
7+
*.rsuser
8+
*.suo
9+
*.user
10+
*.userosscache
11+
*.sln.docstates
12+
13+
# User-specific files (MonoDevelop/Xamarin Studio)
14+
*.userprefs
15+
16+
# Build results
17+
[Dd]ebug/
18+
[Dd]ebugPublic/
19+
[Rr]elease/
20+
[Rr]eleases/
21+
x64/
22+
x86/
23+
[Aa][Rr][Mm]/
24+
[Aa][Rr][Mm]64/
25+
bld/
226
[Bb]in/
327
[Oo]bj/
4-
App_Data
28+
[Ll]og/
29+
30+
# Visual Studio 2015/2017 cache/options directory
31+
.vs/
32+
# Uncomment if you have tasks that create the project's static files in wwwroot
33+
#wwwroot/
34+
35+
# Visual Studio 2017 auto generated files
36+
Generated\ Files/
37+
38+
# MSTest test Results
539
[Tt]est[Rr]esult*/
6-
*.user
7-
*.patch
8-
*.sln.cache
9-
*.orig
10-
*.suo
40+
[Bb]uild[Ll]og.*
41+
42+
# NUNIT
43+
*.VisualState.xml
44+
TestResult.xml
45+
46+
# Build Results of an ATL Project
47+
[Dd]ebugPS/
48+
[Rr]eleasePS/
49+
dlldata.c
50+
51+
# Benchmark Results
52+
BenchmarkDotNet.Artifacts/
53+
54+
# .NET Core
55+
project.lock.json
56+
project.fragment.lock.json
57+
artifacts/
58+
.dotnet/
59+
60+
# StyleCop
61+
StyleCopReport.xml
62+
63+
# Files built by Visual Studio
64+
*_i.c
65+
*_p.c
66+
*_h.h
67+
*.ilk
68+
*.meta
69+
*.obj
70+
*.iobj
71+
*.pch
72+
*.pdb
73+
*.ipdb
74+
*.pgc
75+
*.pgd
76+
*.rsp
77+
*.sbr
78+
*.tlb
79+
*.tli
80+
*.tlh
81+
*.tmp
82+
*.tmp_proj
83+
*_wpftmp.csproj
1184
*.log
12-
*.exe
13-
*.dll
14-
*.resources
15-
packages/
16-
EntityFramework.xml
17-
EntityFramework.SqlServer.xml
18-
EntityFramework.SqlServerCompact.xml
19-
*.BASE.*
20-
*.REMOTE.*
21-
*.LOCAL.*
22-
[Ss]tyle[Cc]op.*
23-
*.csproj.DotSettings
24-
/src/EFTools/EntityDesign/VisualStudio/ItemTemplate/VersionedTemplates/
25-
/src/EFTools/EntityDesignPackage/Commands.vsct
26-
/src/EFTools/setup/EFToolsMsi/Resources/EFToolsStrings.wxl
27-
Index.dat
28-
Storage.dat
29-
*.sln.ide
30-
.vs/
85+
*.vspscc
86+
*.vssscc
87+
.builds
88+
*.pidb
89+
*.svclog
90+
*.scc
91+
92+
# Chutzpah Test files
93+
_Chutzpah*
94+
95+
# Visual C++ cache files
96+
ipch/
97+
*.aps
98+
*.ncb
99+
*.opendb
100+
*.opensdf
101+
*.sdf
102+
*.cachefile
103+
*.VC.db
104+
*.VC.VC.opendb
105+
106+
# Visual Studio profiler
107+
*.psess
108+
*.vsp
109+
*.vspx
110+
*.sap
111+
112+
# Visual Studio Trace Files
113+
*.e2e
114+
115+
# TFS 2012 Local Workspace
116+
$tf/
117+
118+
# Guidance Automation Toolkit
119+
*.gpState
120+
121+
# ReSharper is a .NET coding add-in
122+
_ReSharper*/
123+
*.[Rr]e[Ss]harper
124+
*.DotSettings.user
125+
126+
# JustCode is a .NET coding add-in
127+
.JustCode
128+
129+
# TeamCity is a build add-in
130+
_TeamCity*
131+
132+
# DotCover is a Code Coverage Tool
133+
*.dotCover
134+
135+
# AxoCover is a Code Coverage Tool
136+
.axoCover/*
137+
!.axoCover/settings.json
138+
139+
# Visual Studio code coverage results
140+
*.coverage
141+
*.coveragexml
142+
143+
# NCrunch
144+
_NCrunch_*
145+
.*crunch*.local.xml
146+
nCrunchTemp_*
147+
148+
# MightyMoose
149+
*.mm.*
150+
AutoTest.Net/
151+
152+
# Web workbench (sass)
153+
.sass-cache/
154+
155+
# Installshield output folder
156+
[Ee]xpress/
157+
158+
# DocProject is a documentation generator add-in
159+
DocProject/buildhelp/
160+
DocProject/Help/*.HxT
161+
DocProject/Help/*.HxC
162+
DocProject/Help/*.hhc
163+
DocProject/Help/*.hhk
164+
DocProject/Help/*.hhp
165+
DocProject/Help/Html2
166+
DocProject/Help/html
167+
168+
# Click-Once directory
169+
publish/
170+
171+
# Publish Web Output
172+
*.[Pp]ublish.xml
173+
*.azurePubxml
174+
# Note: Comment the next line if you want to checkin your web deploy settings,
175+
# but database connection strings (with potential passwords) will be unencrypted
176+
*.pubxml
177+
*.publishproj
178+
179+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
180+
# checkin your Azure Web App publish settings, but sensitive information contained
181+
# in these scripts will be unencrypted
182+
PublishScripts/
183+
184+
# NuGet Packages
185+
*.nupkg
186+
.packages/
187+
# The packages folder can be ignored because of Package Restore
188+
**/[Pp]ackages/*
189+
# except build/, which is used as an MSBuild target.
190+
!**/[Pp]ackages/build/
191+
# Uncomment if necessary however generally it will be regenerated when needed
192+
#!**/[Pp]ackages/repositories.config
193+
# NuGet v3's project.json files produces more ignorable files
194+
*.nuget.props
195+
*.nuget.targets
196+
197+
# Microsoft Azure Build Output
198+
csx/
199+
*.build.csdef
200+
201+
# Microsoft Azure Emulator
202+
ecf/
203+
rcf/
204+
205+
# Windows Store app package directories and files
206+
AppPackages/
207+
BundleArtifacts/
208+
Package.StoreAssociation.xml
209+
_pkginfo.txt
210+
*.appx
211+
212+
# Visual Studio cache files
213+
# files ending in .cache can be ignored
214+
*.[Cc]ache
215+
# but keep track of directories ending in .cache
216+
!*.[Cc]ache/
217+
218+
# Others
219+
ClientBin/
220+
~$*
221+
*~
222+
*.dbmdl
223+
*.dbproj.schemaview
224+
*.jfm
225+
*.pfx
226+
*.publishsettings
227+
orleans.codegen.cs
228+
229+
# Including strong name files can present a security risk
230+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
231+
#*.snk
232+
233+
# Since there are multiple workflows, uncomment next line to ignore bower_components
234+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
235+
#bower_components/
236+
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
237+
**/wwwroot/lib/
238+
239+
# RIA/Silverlight projects
240+
Generated_Code/
241+
242+
# Backup & report files from converting an old project file
243+
# to a newer Visual Studio version. Backup files are not needed,
244+
# because we have git ;-)
245+
_UpgradeReport_Files/
246+
Backup*/
247+
UpgradeLog*.XML
248+
UpgradeLog*.htm
249+
ServiceFabricBackup/
250+
*.rptproj.bak
251+
252+
# SQL Server files
253+
*.mdf
254+
*.ldf
255+
*.ndf
256+
257+
# Business Intelligence projects
258+
*.rdl.data
259+
*.bim.layout
260+
*.bim_*.settings
261+
*.rptproj.rsuser
262+
263+
# Microsoft Fakes
264+
FakesAssemblies/
265+
266+
# GhostDoc plugin setting file
267+
*.GhostDoc.xml
268+
269+
# Node.js Tools for Visual Studio
270+
.ntvs_analysis.dat
271+
node_modules/
272+
273+
# Visual Studio 6 build log
274+
*.plg
275+
276+
# Visual Studio 6 workspace options file
277+
*.opt
278+
279+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
280+
*.vbw
281+
282+
# Visual Studio LightSwitch build output
283+
**/*.HTMLClient/GeneratedArtifacts
284+
**/*.DesktopClient/GeneratedArtifacts
285+
**/*.DesktopClient/ModelManifest.xml
286+
**/*.Server/GeneratedArtifacts
287+
**/*.Server/ModelManifest.xml
288+
_Pvt_Extensions
289+
290+
# Paket dependency manager
291+
.paket/paket.exe
292+
paket-files/
293+
294+
# FAKE - F# Make
295+
.fake/
296+
297+
# JetBrains Rider
298+
.idea/
299+
*.sln.iml
300+
301+
# CodeRush personal settings
302+
.cr/personal
303+
304+
# Python Tools for Visual Studio (PTVS)
305+
__pycache__/
306+
*.pyc
307+
308+
# Cake - Uncomment if you are using it
309+
# tools/**
310+
# !tools/packages.config
311+
312+
# Tabs Studio
313+
*.tss
314+
315+
# Telerik's JustMock configuration file
316+
*.jmconfig
317+
318+
# BizTalk build output
319+
*.btp.cs
320+
*.btm.cs
321+
*.odx.cs
322+
*.xsd.cs
323+
324+
# OpenCover UI analysis results
325+
OpenCover/
326+
327+
# Azure Stream Analytics local run output
328+
ASALocalRun/
329+
330+
# MSBuild Binary and Structured Log
331+
*.binlog
332+
333+
# NVidia Nsight GPU debugger configuration file
334+
*.nvuser
335+
336+
# MFractors (Xamarin productivity tool) working folder
337+
.mfractor/
338+
339+
# Local History for Visual Studio
340+
.localhistory/

Build.cmd

-3
This file was deleted.

0 commit comments

Comments
 (0)