提交 793c2559 编写于 作者: J jrharmon

These resourse strings reference an old namespace and type. This caused me a...

These resourse strings reference an old namespace and type.  This caused me a bit of trouble when trying to find the Syntax class, as it also had changed to SyntaxFactory.
上级 6f28049a
......@@ -4204,13 +4204,13 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ
<value>items: must be non-empty</value>
</data>
<data name="UseVerbatimIdentifier" xml:space="preserve">
<value>Use Roslyn.Compilers.CSharp.Syntax.Identifier or Roslyn.Compilers.CSharp.Syntax.VerbatimIdentifier to create identifier tokens.</value>
<value>Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Identifier or Microsoft.CodeAnalysis.CSharp.SyntaxFactory.VerbatimIdentifier to create identifier tokens.</value>
</data>
<data name="UseLiteralForTokens" xml:space="preserve">
<value>Use Roslyn.Compilers.CSharp.Syntax.Literal to create character literal tokens.</value>
<value>Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create character literal tokens.</value>
</data>
<data name="UseLiteralForNumeric" xml:space="preserve">
<value>Use Roslyn.Compilers.CSharp.Syntax.Literal to create numeric literal tokens.</value>
<value>Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create numeric literal tokens.</value>
</data>
<data name="ThisMethodCanOnlyBeUsedToCreateTokens" xml:space="preserve">
<value>This method can only be used to create tokens - {0} is not a token kind.</value>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册