Auto csproj fix and update by bot.
This commit is contained in:
+26
-7
@@ -1,6 +1,24 @@
|
|||||||
|
# Editor configuration, see http://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
[*]
|
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.scss]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
max_line_length = off
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.cshtml]
|
||||||
# Some CSS Resharper doesn't know how to load.
|
# Some CSS Resharper doesn't know how to load.
|
||||||
resharper_unknown_css_class_highlighting=none
|
resharper_unknown_css_class_highlighting=none
|
||||||
|
|
||||||
@@ -19,14 +37,15 @@ resharper_css_browser_compatibility_highlighting=none
|
|||||||
# Localization might not be finished.
|
# Localization might not be finished.
|
||||||
resharper_not_overridden_in_specific_culture_highlighting=suggestion
|
resharper_not_overridden_in_specific_culture_highlighting=suggestion
|
||||||
|
|
||||||
# Allow names like `IPAddress`.
|
|
||||||
resharper_inconsistent_naming_highlighting=suggestion
|
|
||||||
|
|
||||||
# Allow unused auto property get.
|
|
||||||
resharper_unused_auto_property_accessor_global_highlighting=suggestion
|
|
||||||
|
|
||||||
# Allow view render global var.
|
# Allow view render global var.
|
||||||
resharper_access_to_modified_closure_highlighting=suggestion
|
resharper_access_to_modified_closure_highlighting=suggestion
|
||||||
|
|
||||||
# Suppress id not resolved because resharper can't understand
|
# Suppress id not resolved because resharper can't understand
|
||||||
resharper_html_id_not_resolved_highlighting=suggestion
|
resharper_html_id_not_resolved_highlighting=suggestion
|
||||||
|
|
||||||
|
[*.cs]
|
||||||
|
# Allow names like `IPAddress`.
|
||||||
|
resharper_inconsistent_naming_highlighting=suggestion
|
||||||
|
|
||||||
|
# Allow unused auto property get.
|
||||||
|
resharper_unused_auto_property_accessor_global_highlighting=suggestion
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
.vs/
|
.vs/
|
||||||
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
lib
|
lib
|
||||||
*.user
|
*.user
|
||||||
@@ -16,3 +17,6 @@ appsettings.Development.json
|
|||||||
*.log
|
*.log
|
||||||
TestResults/
|
TestResults/
|
||||||
app.db*
|
app.db*
|
||||||
|
.angular/
|
||||||
|
.yarn/
|
||||||
|
*.tsbuildinfo
|
||||||
|
|||||||
Reference in New Issue
Block a user