File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:error
58
58
dotnet_diagnostic.IDE0040.severity = error
59
59
60
60
[* .cs ]
61
+ # Top-level files are definitely OK
62
+ csharp_using_directive_placement = outside_namespace:silent
63
+ csharp_style_namespace_declarations = block_scoped:silent
64
+ csharp_prefer_simple_using_statement = true :suggestion
65
+ csharp_prefer_braces = true :silent
66
+
61
67
# Prefer "var" everywhere
62
68
csharp_style_var_for_built_in_types = true :suggestion
63
69
csharp_style_var_when_type_is_apparent = true :suggestion
@@ -89,9 +95,15 @@ csharp_new_line_before_members_in_object_initializers = true
89
95
csharp_new_line_before_members_in_anonymous_types = true
90
96
91
97
# Test settings
92
- [** /* Tests* /* {.cs,.vb} ]
98
+ [** /* Tests* /** {.cs,.vb} ]
93
99
# xUnit1013: Public method should be marked as test. Allows using records as test classes
94
100
dotnet_diagnostic.xUnit1013.severity = none
95
101
102
+ # CS9113: Parameter is unread (usually, ITestOutputHelper)
103
+ dotnet_diagnostic.CS9113.severity = none
104
+
105
+ # Default severity for analyzer diagnostics with category 'Style'
106
+ dotnet_analyzer_diagnostic.category-Style.severity = none
107
+
96
108
# VSTHRD200: Use "Async" suffix for async methods
97
109
dotnet_diagnostic.VSTHRD200.severity = none
Original file line number Diff line number Diff line change 1
1
bin
2
+ app
2
3
obj
3
4
artifacts
4
5
pack
5
6
TestResults
6
7
.vs
7
8
.vscode
9
+ .idea
8
10
9
11
* .suo
10
12
* .sdf
@@ -29,5 +31,6 @@ node_modules
29
31
_site
30
32
.jekyll-metadata
31
33
.jekyll-cache
34
+ .sass-cache
32
35
Gemfile.lock
33
36
package-lock.json
Original file line number Diff line number Diff line change 5
5
weak
6
6
[file ".gitignore"]
7
7
url = https://github.com/devlooped/oss/blob/main/.gitignore
8
- sha = c78868eba59a3e04602434684f9eac241fef13fb
9
- etag = 1c1705a3f0ed65e33c9133996ebaa100aa445a8b968b2904ad48fef938702006
8
+ sha = 551d4e0e3979be937fbf7e632dd602ddc84bd043
9
+ etag = cb12a3e3e89a15acfb27d3eaace5135a6ec3d3fbd1242e4a8e8f9fa646200e5c
10
10
weak
11
11
[file "license.txt"]
12
12
url = https://github.com/devlooped/oss/blob/main/license.txt
20
20
weak
21
21
[file ".editorconfig"]
22
22
url = https://github.com/devlooped/oss/blob/main/.editorconfig
23
- sha = 448cf45a26e068fe5d7164ea48d1dc8bf620df46
24
- etag = 897634b9ba05c00e8ef35b24533d31bc43a5299be5a64e240109ba4c00fcad15
23
+ sha = c779d3d4e468358106dea03e93ba2cd35bb01ecb
24
+ etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
25
25
weak
You can’t perform that action at this time.
0 commit comments