This commit is contained in:
@@ -25,6 +25,11 @@ namespace AyaNova.Util
|
||||
{
|
||||
get
|
||||
{
|
||||
#if (DEBUG)
|
||||
if(_provider==null){
|
||||
throw new System.NotSupportedException("ServiceProviderProvider.cs - Attempt to use service provider before it's been initialized");
|
||||
}
|
||||
#endif
|
||||
return _provider;
|
||||
}
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user