You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
In csproj files, you can ignore particular build warnings with the <NoWarn> element (labelled as "Suppress warnings" in Visual Studio). For example, to ignore CS7035, you can either add <NoWarn>7035</NoWarn> to the csproj or pass it to MSBuild via /p:NoWarn=7035. This does not appear to be possible with project.json