Skip to content

Commit

Permalink
Continued improvements in coverage
Browse files Browse the repository at this point in the history
Fixed using declarations in may files.
  • Loading branch information
AlanRynne committed May 31, 2020
1 parent 0599563 commit a554e98
Show file tree
Hide file tree
Showing 51 changed files with 1,318 additions and 654 deletions.
67 changes: 25 additions & 42 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,6 @@ root=true
# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers=true

# ReSharper properties
resharper_align_multiline_argument=true
resharper_align_multiline_expression=true
resharper_align_multiple_declaration=true
resharper_align_multline_type_parameter_constrains=true
resharper_align_multline_type_parameter_list=true
resharper_align_tuple_components=true
resharper_blank_lines_after_control_transfer_statements=1
resharper_blank_lines_before_block_statements=1
resharper_braces_for_dowhile=required_for_multiline
resharper_braces_for_fixed=required_for_multiline
resharper_braces_for_for=required_for_multiline
resharper_braces_for_foreach=required_for_multiline
resharper_braces_for_ifelse=required_for_multiline
resharper_braces_for_lock=required_for_multiline
resharper_braces_for_using=required_for_multiline
resharper_braces_for_while=required_for_multiline
resharper_constructor_or_destructor_body=expression_body
resharper_csharp_wrap_before_binary_opsign=true
resharper_csharp_wrap_extends_list_style=chop_if_long
resharper_csharp_wrap_parameters_style=chop_if_long
resharper_empty_block_style=together_same_line
resharper_indent_nested_foreach_stmt=true
resharper_indent_nested_for_stmt=true
resharper_keep_existing_invocation_parens_arrangement=false
resharper_keep_existing_switch_expression_arrangement=false
resharper_local_function_body=expression_body
resharper_max_array_initializer_elements_on_line=8
resharper_max_formal_parameters_on_line=3
resharper_max_initializer_elements_on_line=3
resharper_method_or_operator_body=expression_body
resharper_outdent_commas=true
resharper_place_simple_switch_expression_on_single_line=true
resharper_wrap_array_initializer_style=chop_if_long
resharper_wrap_chained_binary_expressions=chop_if_long
resharper_wrap_enum_declaration=chop_if_long
resharper_wrap_switch_expression=chop_if_long

##########################################
# File Extension Settings
##########################################
Expand Down Expand Up @@ -106,10 +68,10 @@ visual_basic_preferred_modifier_order=Partial,Default,Private,Protected,Public,F
dotnet_style_readonly_field=true:warning
# Parentheses preferences
# https://docs.microsoft.com/visualstudio/ide/editorconfig-language-conventions#parentheses-preferences
# dotnet_style_parentheses_in_arithmetic_binary_operators=always_for_clarity:suggestion
# dotnet_style_parentheses_in_relational_binary_operators=always_for_clarity:suggestion
# dotnet_style_parentheses_in_other_binary_operators=always_for_clarity:suggestion
# dotnet_style_parentheses_in_other_operators=always_for_clarity:suggestion
dotnet_style_parentheses_in_arithmetic_binary_operators=always_for_clarity:suggestion
dotnet_style_parentheses_in_relational_binary_operators=always_for_clarity:suggestion
dotnet_style_parentheses_in_other_binary_operators=always_for_clarity:suggestion
dotnet_style_parentheses_in_other_operators=always_for_clarity:suggestion
# Expression-level preferences
# https://docs.microsoft.com/visualstudio/ide/editorconfig-language-conventions#expression-level-preferences
dotnet_style_object_initializer=true:warning
Expand Down Expand Up @@ -403,6 +365,27 @@ dotnet_naming_rule.parameters_rule.symbols=parameters_group
dotnet_naming_rule.parameters_rule.style=camel_case_style
dotnet_naming_rule.parameters_rule.severity=warning

# Microsoft .NET properties
csharp_prefer_braces=false:none
csharp_space_after_keywords_in_control_flow_statements=true
csharp_space_between_method_call_parameter_list_parentheses=false
csharp_space_between_method_declaration_parameter_list_parentheses=false
csharp_space_between_parentheses=false

# ReSharper properties
resharper_braces_redundant=true
resharper_empty_block_style=together_same_line
resharper_local_function_body=expression_body
resharper_space_within_catch_parentheses=false
resharper_space_within_checked_parentheses=false
resharper_space_within_foreach_parentheses=false
resharper_space_within_for_parentheses=false
resharper_space_within_if_parentheses=false
resharper_space_within_parentheses=false
resharper_space_within_switch_parentheses=false
resharper_space_within_using_parentheses=false
resharper_space_within_while_parentheses=false

##########################################
# License
##########################################
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ branches:
only:
- master
- development
- feature/*

notifications:
slack: paramdigma:FtUcdwSDOynOHw2M479kXHxs#geometry-library
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ban.spellright",
"ms-vscode.csharp",
"ms-dotnettools.csharp",
"Gruntfuggly.todo-tree",
"brainfit.vscode-coverage-highlighter",
"josefpihrt-vscode.snippetica-csharp",
Expand Down
4 changes: 4 additions & 0 deletions Paramdigma.Core.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=Binormal/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Paramdigma/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Perp/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Loading

0 comments on commit a554e98

Please sign in to comment.