Skip to content

Commit 74d846a

Browse files
chore: introduces a dot at the end of the comment explaining the deactivation of warning CS8509 to force the pipeline to run
1 parent 30646f3 commit 74d846a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Boundaries/Comanda.Subscriptions/Source/Comanda.Subscriptions.WebApi/Comanda.Subscriptions.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<!--
88
Disabled CS8509 to allow switch expressions without a default case,
9-
assuming exhaustiveness is guaranteed by controlled types
9+
assuming exhaustiveness is guaranteed by controlled types.
1010
-->
1111
<NoWarn>CS8509</NoWarn>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)