fix?
This commit is contained in:
@@ -8,5 +8,5 @@ public interface IPluginFeatureProvider
|
||||
public interface IPluginFeatureProvider<T> : IPluginFeatureProvider where T : PluginFeature, IPluginFeatureProvider<T>
|
||||
{
|
||||
static new abstract T Instance { get; }
|
||||
static PluginFeature IPluginFeatureProvider.Instance => Instance;
|
||||
static PluginFeature IPluginFeatureProvider.Instance => T.Instance;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System.Reflection;
|
||||
using Pilz.Features.Exceptions;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Pilz.Features;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user