TestHCCHISInterfaceVS2005.resharper 1.7 KB

12345678910111213141516171819202122232425
  1. <Configuration>
  2. <CodeInspection>
  3. <AssertionMethod MethodName="System.Diagnostics.Debug.Assert" Parameter="0" Type="IS_TRUE" />
  4. <AssertionMethod MethodName="NUnit.Framework.Assert.IsTrue" Parameter="0" Type="IS_TRUE" />
  5. <AssertionMethod MethodName="NUnit.Framework.Assert.IsFalse" Parameter="0" Type="IS_FALSE" />
  6. <AssertionMethod MethodName="NUnit.Framework.Assert.IsNull" Parameter="0" Type="IS_NULL" />
  7. <AssertionMethod MethodName="NUnit.Framework.Assert.IsNotNull" Parameter="0" Type="IS_NOT_NULL" />
  8. <TerminatingMethod MethodName="System.Diagnostics.Debug.Fail" />
  9. <TerminatingMethod MethodName="System.Environment.Exit" />
  10. <TerminatingMethod MethodName="NUnit.Framework.Assert.Fail" />
  11. <StringFormatMethod MethodName="System.String.Format" FormatParameterName="format" />
  12. <StringFormatMethod MethodName="System.Text.StringBuilder.AppendFormat" FormatParameterName="format" />
  13. <StringFormatMethod MethodName="System.IO.TextWriter.WriteLine" FormatParameterName="format" />
  14. <StringFormatMethod MethodName="System.IO.TextWriter.Write" FormatParameterName="format" />
  15. <StringFormatMethod MethodName="System.Console.WriteLine" FormatParameterName="format" />
  16. <StringFormatMethod MethodName="System.Console.Write" FormatParameterName="format" />
  17. <StringFormatMethod MethodName="System.Console.Out.Write" FormatParameterName="format" />
  18. <StringFormatMethod MethodName="System.Diagnostics.Debug.Print" FormatParameterName="format" />
  19. <StringFormatMethod MethodName="System.Text.StringBuilder.AppendFormat" FormatParameterName="format" />
  20. <NotNullableValueAttribute>
  21. </NotNullableValueAttribute>
  22. <CanBeNullValueAttribute>
  23. </CanBeNullValueAttribute>
  24. </CodeInspection>
  25. </Configuration>