提交 e7f2c448 编写于 作者: C Cyrus Najmabadi

REgular attribute

上级 16d3450c
......@@ -4,6 +4,7 @@
#nullable enable
using System;
using System.Composition;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis.Host;
......@@ -15,7 +16,7 @@ namespace Microsoft.CodeAnalysis.SemanticModelReuse
internal partial class SemanticModelReuseWorkspaceServiceFactory : IWorkspaceServiceFactory
{
[ImportingConstructor]
[SuppressMessage("RoslynDiagnosticsReliability", "RS0033:Importing constructor should be [Obsolete]", Justification = "Used in test code: https://github.com/dotnet/roslyn/issues/42814")]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
public SemanticModelReuseWorkspaceServiceFactory()
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册