-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes Analyzer Rules (Core Projects) #13964
Conversation
# Conflicts: # src/OrchardCore/OrchardCore.Navigation.Core/NavigationManager.cs
…ech/oc-analyzer # Conflicts: # src/OrchardCore/OrchardCore.ContentManagement.Display/Razor/OrchardRazorHelperExtensions.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -16,7 +16,9 @@ public static class SignalExtensions | |||
/// <summary> | |||
/// Adds a Signal (if not already present) to be sent at the end of the shell scope. | |||
/// </summary> | |||
#pragma warning disable IDE0060 // Remove unused parameter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment suppressions so it's apparent why there are there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, I can remove these warnings by using the discard symbol _
So I will remove all these pragmas ;)
OK, thanks! |
No description provided.