We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972e742 commit a28e04bCopy full SHA for a28e04b
src/analyzers/SourceKit.Analyzers.MustBePartial/CodeFixes/MakeTypePartialCodeFixProvider.cs
@@ -1,5 +1,4 @@
1
using System.Collections.Immutable;
2
-using System.Composition;
3
using Microsoft.CodeAnalysis;
4
using Microsoft.CodeAnalysis.CodeActions;
5
using Microsoft.CodeAnalysis.CodeFixes;
@@ -10,7 +9,6 @@
10
9
11
namespace SourceKit.Analyzers.MustBePartial.CodeFixes;
12
13
-[Shared]
14
[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(MakeTypePartialCodeFixProvider))]
15
public class MakeTypePartialCodeFixProvider : CodeFixProvider
16
{
0 commit comments