Skip to content

Instantly share code, notes, and snippets.

@controlflow
Last active January 3, 2016 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save controlflow/8400209 to your computer and use it in GitHub Desktop.
Save controlflow/8400209 to your computer and use it in GitHub Desktop.
YourProjectFileName.csproj.DotSettings
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ExpressionIsAlwaysNull/@EntryIndexedValue">DO_NOT_SHOW</s:String>
</wpf:ResourceDictionary>
@controlflow
Copy link
Author

Name it YourProjectFileName.csproj.DotSettings

@controlflow
Copy link
Author

This particular file disables 'Expression is always null' inspection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment