Add build script

This commit is contained in:
Robert Marshall 2019-04-28 13:31:15 +01:00
parent cec1bb66ed
commit 1f1ee33a4e
5 changed files with 147 additions and 1 deletions

10
build/.editorconfig Normal file
View file

@ -0,0 +1,10 @@
[*.cs]
dotnet_style_qualification_for_field = false:warning
dotnet_style_qualification_for_property = false:warning
dotnet_style_qualification_for_method = false:warning
dotnet_style_qualification_for_event = false:warning
dotnet_style_require_accessibility_modifiers = never:warning
csharp_style_expression_bodied_properties = true:warning
csharp_style_expression_bodied_indexers = true:warning
csharp_style_expression_bodied_accessors = true:warning