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 1082058 commit fc92e92Copy full SHA for fc92e92
resharper/resharper-unity/src/Unity.Rider/ZoneMarker.cs
@@ -6,7 +6,7 @@ namespace JetBrains.ReSharper.Plugins.Unity.Rider
6
// Various features require IRiderProductEnvironmentZone, but we can't seem to use that in tests
7
// Same with IRiderFeatureZone
8
[ZoneMarker]
9
- public class ZoneMarker : IRequire<IRiderPlatformZone>//, IRequire<IRiderProductEnvironmentZone>
+ public class ZoneMarker : IRequire<IRiderPlatformZone>, IRequire<IRiderFeatureZone>//, IRequire<IRiderProductEnvironmentZone>
10
{
11
}
12
0 commit comments