From 06b660cb5a77be2ad24eb3950675830a1f13b9cd Mon Sep 17 00:00:00 2001 From: Staffan Gustafsson Date: Wed, 9 Dec 2020 21:33:17 +0100 Subject: [PATCH] Enable nullable: System.Management.Automation.IModuleAssemblyInitializer (#14158) --- .../engine/Modules/ModuleIntrinsics.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.Management.Automation/engine/Modules/ModuleIntrinsics.cs b/src/System.Management.Automation/engine/Modules/ModuleIntrinsics.cs index cd3547196..94ce26647 100644 --- a/src/System.Management.Automation/engine/Modules/ModuleIntrinsics.cs +++ b/src/System.Management.Automation/engine/Modules/ModuleIntrinsics.cs @@ -1719,6 +1719,7 @@ namespace System.Management.Automation /// Used by Modules/Snapins to provide a hook to the engine for startup initialization /// w.r.t compiled assembly loading. /// +#nullable enable public interface IModuleAssemblyInitializer { ///