We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a5167 commit 0167cceCopy full SHA for 0167cce
.editorconfig
@@ -44,3 +44,5 @@ csharp_style_var_when_type_is_apparent = true
44
csharp_style_var_elsewhere = true
45
46
# Custom disabled
47
+# TODO: Add accessibility modifiers (IDE0040)
48
+dotnet_diagnostic.IDE0040.severity = none
.github/workflows/cicd.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Restore Packages
28
run: dotnet restore
29
- name: Lint
30
- run: dotnet format --verify-no-changes
+ run: dotnet format --verify-no-changes --exclude SpotifyAPI.Web.Examples/Example.UWP
31
- name: Build
32
run: dotnet build --configuration Release --verbosity minimal
33
- name: Test
0 commit comments