Ejemplo n.º 1
0
 public void EMBED0007()
 {
     DiagnosticDescriptors.EMBED0007_NullableProject()
     .GetMessage(formatProvider)
     .Should()
     .Be("nullableなプロジェクトは未対応です");
 }
 public void EMBED0007()
 {
     DiagnosticDescriptors.EMBED0007_NullableProject()
         .GetMessage(formatProvider)
         .Should()
         .Be("Nullable option is unsupported");
 }