Skip to content

Commit f357fa1

Browse files
Merge branch 'main' into bp-sync
2 parents ef47274 + 0fcb641 commit f357fa1

File tree

207 files changed

+6926
-6098
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+6926
-6098
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 32 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dotnet_diagnostic.CS0649.severity = error
3939
# CS1570: Parameter has no matching param tag in the XML comment
4040
dotnet_diagnostic.CS1570.severity = silent
4141
# CS1574: XML comment has cref attribute that could not be resolved.
42-
dotnet_diagnostic.CS1574.severity = suggestion
42+
dotnet_diagnostic.CS1574.severity = silent
4343
# CS1591: Missing XML comment for publicly visible type or member
4444
dotnet_diagnostic.CS1591.severity = silent
4545
# CS1998: This async method lacks 'await' operators and will run synchronously
@@ -205,6 +205,8 @@ dotnet_diagnostic.IDE0052.severity = error
205205
dotnet_diagnostic.IDE0053.severity = error
206206
# IDE0054: Use compound assignment
207207
dotnet_diagnostic.IDE0054.severity = error
208+
# IDE0059: Unnecessary assignment of a value
209+
dotnet_diagnostic.IDE0059.severity = error
208210
# IDE0063: Use simple 'using' statement
209211
dotnet_diagnostic.IDE0063.severity = error
210212
# IDE0066: Use switch expression

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ updates:
33
- package-ecosystem: nuget
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
open-pull-requests-limit: 10
78
- package-ecosystem: github-actions
89
directory: "/"
910
schedule:
10-
interval: daily
11+
interval: weekly

0 commit comments

Comments
 (0)