提交 9810d26c 编写于 作者: C Cyrus Najmabadi

Fix VB tests

上级 d8c764ae
...@@ -988,7 +988,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -988,7 +988,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class1"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class1"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1026,7 +1028,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1026,7 +1028,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""namespace"", Target:=""~N:N"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""namespace"", Target:=""~N:N"")>
" "
Await TestInRegularAndScriptAsync(source.Value, expected, index:=1) Await TestInRegularAndScriptAsync(source.Value, expected, index:=1)
...@@ -1068,7 +1072,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1068,7 +1072,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:N1.N2.Class1"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:N1.N2.Class1"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1112,7 +1118,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1112,7 +1118,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:N.Generic`1.Class1"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:N.Generic`1.Class1"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1156,7 +1164,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1156,7 +1164,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~M:N.Generic`1.Class1.Method"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~M:N.Generic`1.Class1.Method"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1204,7 +1214,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1204,7 +1214,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~M:N.Generic`1.Class1.Method(System.Int32,System.Int32@)"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~M:N.Generic`1.Class1.Method(System.Int32,System.Int32@)"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1256,7 +1268,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1256,7 +1268,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~M:N.Generic`1.Class1.Method``1(``0,System.Int32@)"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~M:N.Generic`1.Class1.Method``1(``0,System.Int32@)"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1306,7 +1320,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1306,7 +1320,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~P:N.Generic.C.P"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~P:N.Generic.C.P"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1346,7 +1362,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1346,7 +1362,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~F:C.F"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~F:C.F"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1402,7 +1420,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1402,7 +1420,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~E:C.SampleEvent"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""member"", Target:=""~E:C.SampleEvent"")>
" "
Await TestAsync(source.Value, expected) Await TestAsync(source.Value, expected)
...@@ -1463,7 +1483,7 @@ End Class]]> ...@@ -1463,7 +1483,7 @@ End Class]]>
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage("InfoDiagnostic", "InfoDiagnostic:InfoDiagnostic", Justification:="<Pending>", Scope:="type", Target:="Class1")> <Assembly: SuppressMessage("InfoDiagnostic", "InfoDiagnostic:InfoDiagnostic", Justification:="<Pending>", Scope:="type", Target:="Class1")>
]]> ]]>
</Document> </Document>
</Project> </Project>
...@@ -1475,8 +1495,10 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1475,8 +1495,10 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""<Pending>"", Scope:=""type"", Target:=""Class1"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class2"")>
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""<Pending>"", Scope:=""type"", Target:=""Class1"")>
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class2"")>
" "
Await TestAsync(source.ToString(), expected) Await TestAsync(source.ToString(), expected)
...@@ -1512,7 +1534,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1512,7 +1534,9 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class2"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class2"")>
" "
Await TestAsync(source.ToString(), expected) Await TestAsync(source.ToString(), expected)
...@@ -1544,7 +1568,7 @@ End Class ...@@ -1544,7 +1568,7 @@ End Class
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage("InfoDiagnostic", "InfoDiagnostic:InfoDiagnostic", Justification:="<Pending>", Scope:="type", Target:="Class1")> <Assembly: SuppressMessage("InfoDiagnostic", "InfoDiagnostic:InfoDiagnostic", Justification:="<Pending>", Scope:="type", Target:="Class1")>
]]> ]]>
</Document> </Document>
</Project> </Project>
...@@ -1556,8 +1580,10 @@ $"' This file is used by Code Analysis to maintain SuppressMessage ...@@ -1556,8 +1580,10 @@ $"' This file is used by Code Analysis to maintain SuppressMessage
' Project-level suppressions either have no target or are given ' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc. ' a specific target and scoped to a namespace, type, member, etc.
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""<Pending>"", Scope:=""type"", Target:=""Class1"")> Imports System.Diagnostics.CodeAnalysis
<Assembly: Diagnostics.CodeAnalysis.SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class2"")>
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""<Pending>"", Scope:=""type"", Target:=""Class1"")>
<Assembly: SuppressMessage(""InfoDiagnostic"", ""InfoDiagnostic:InfoDiagnostic"", Justification:=""{FeaturesResources.Pending}"", Scope:=""type"", Target:=""~T:Class2"")>
" "
Await TestAsync(source.ToString(), expected) Await TestAsync(source.ToString(), expected)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册