Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Sep 20, 2019
1 parent 3597f21 commit d6363f8
Show file tree
Hide file tree
Showing 623 changed files with 10,028 additions and 12,973 deletions.
42 changes: 42 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Suppress: EC112
root=true

[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{config,xml,js,json,html,css,sql,csproj,props,yml}]
indent_size = 2

[*.sh]
end_of_line = lf

[*.{cmd, bat}]
end_of_line = crlf

[{**/tests/**,**/Tests/**,**/*.Tests/**}.cs]
resharper_class_never_instantiated_global_highlighting=do_not_show
resharper_consider_using_configure_await_highlighting=do_not_show
resharper_event_exception_not_documented_highlighting=do_not_show
resharper_exception_not_documented_highlighting=do_not_show
resharper_exception_not_documented_optional_highlighting=do_not_show
resharper_heap_view_boxing_allocation=do_not_show
resharper_heap_view_boxing_allocation_highlighting=do_not_show
resharper_heap_view_closure_allocation_highlighting=do_not_show
resharper_heap_view_delegate_allocation_highlighting=do_not_show
resharper_heap_view_object_allocation_highlighting=do_not_show
resharper_heap_view_object_allocation_evident_highlighting=do_not_show
resharper_possible_null_reference_exception_highlighting=do_not_show
resharper_private_field_can_be_converted_to_local_variable_highlighting=do_not_show
resharper_return_value_of_pure_method_is_not_used_highlighting=do_not_show
resharper_suggest_base_type_for_parameter_highlighting=do_not_show
resharper_class_with_virtual_members_never_inherited_local_highlighting=do_not_show
resharper_class_with_virtual_members_never_inherited_global_highlighting=do_not_show

[**/{Startup,Program}.cs]
resharper_event_exception_not_documented_highlighting=do_not_show
resharper_exception_not_documented_highlighting=do_not_show
resharper_exception_not_documented_optional_highlighting=do_not_show
resharper_heap_view_object_allocation_evident_highlighting=do_not_show
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.DotSettings eol=lf
*.sh text eol=lf
307 changes: 283 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,293 @@
packages/**/*
Drops
obj
bin
debug
.vs
_Resharper.*
_ReSharper.*
*.csproj.user
*.resharper.user
*.ReSharper.user
*.resharper
*.ReSharper
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.suo
*.cache
*.user
*.userosscache
*.sln.docstates
*.vcxproj.filters

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
tools/
.ReSharperCaches/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.swp
*.dbproj.user
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# CodeRush
.cr/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/

packages/**/*
Drops
error-*.xml
*_mm_cache.bin
*.dotCover
StyleCop.Cache
SpecificationReports
NugetWorkspace
Packages
Common/AssemblyVersion.cs
*.DotSettings.user
Artefacts/Documentation/build/
_NCrunch*/
*.*ncrunch*
*.user
.vs
/ReleaseNotes.md
/ResharperCaches
/DropsErrorOutput.xml
/DropsTestOutput.xml
/Src/Common/AssemblyVersion.cs
/Docker/mssql-data
/tmp/
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "cake",
"script": "RunUnitTests",
"problemMatcher": []
}
]
}
3 changes: 3 additions & 0 deletions Artefacts/Documentation/source/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": "d:\\Work\\vk\\Projects\\Sharp-Architecture\\Artefacts\\Documentation\\source"
}
4 changes: 2 additions & 2 deletions Artefacts/Documentation/source/general/acknowledgment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ leaders. Many have been personally involved with helping to shape S#arp
Architecture's current form including and in no paticular order: Alec
Whittington, Chris Richards, Seif Attar, Jon George, Howard van Rooijen,
Billy McCafferty, Frank Laub, Kyle "the coding hillbilly" Baley, Simone
Busoli, Jay Oliver, Lee Carter, Luis Abreu, James Gregory, and Martin
Hornagold ... along with many others who have asked WTF at all the right
Busoli, Jay Oliver, Lee Carter, Luis Abreu, James Gregory, Vitaliy Kryvosheiev
and Martin Hornagold ... along with many others who have asked WTF at all the right
times. A special thanks to Roy Bradley who was brave crazy enough to
commission Billy to develop the first version 0.1. Finally, none of this
would have been possible and/or applicable without the tireless, unpaid
Expand Down
Loading

0 comments on commit d6363f8

Please sign in to comment.