Skip to content
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

#35568 Fixing warnings #141

Open
wants to merge 1 commit into
base: develop/2025.0
Choose a base branch
from

Conversation

svick
Copy link
Member

@svick svick commented Nov 22, 2024

No description provided.

@svick svick force-pushed the topic/2025.0/story-35568-zero-warnings branch 2 times, most recently from 50c8c94 to a291209 Compare November 22, 2024 14:06
@svick svick force-pushed the topic/2025.0/story-35568-zero-warnings branch from a291209 to 6dc54ca Compare November 22, 2024 14:40
@@ -6,7 +6,7 @@
<AssemblyName>Build</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<NoWarn>SA0001;CS8002</NoWarn>
<NoWarn>SA0001;CS8002;NU1903;NU1904</NoWarn>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on what these warnings mean, why they are suppressed, and when (if ever) this suppression should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants