Enable nullable: System.Management.Automation.IModuleAssemblyInitializer (#14158)

This commit is contained in:
Staffan Gustafsson 2020-12-09 21:33:17 +01:00 committed by GitHub
parent 600b658990
commit 06b660cb5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
/// </summary>
#nullable enable
public interface IModuleAssemblyInitializer
{
/// <summary>