Skip to content

Commit 5722c17

Browse files
committed
Fix
1 parent fe1b318 commit 5722c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioForMacInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal class VisualStudioForMacInstallation : VisualStudioInstallation
3131
new VersionPair(8,0, /* => */ 7,3),
3232
};
3333

34-
private static readonly IGenerator _generator = new DynamicGeneration(GeneratorStyle.Legacy);
34+
private static readonly IGenerator _generator = GeneratorFactory.GetInstance(GeneratorStyle.Legacy);
3535

3636
public override bool SupportsAnalyzers
3737
{

0 commit comments

Comments
 (0)