From 271fe91dd11525741c47a34704533b53f3d14d18 Mon Sep 17 00:00:00 2001 From: Staffan Gustafsson Date: Thu, 19 Nov 2020 22:40:24 +0100 Subject: [PATCH 1/2] Enable nullable: System.Management.Automation.Provider.IContentWriter --- src/System.Management.Automation/namespaces/IContentWriter.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/System.Management.Automation/namespaces/IContentWriter.cs b/src/System.Management.Automation/namespaces/IContentWriter.cs index eee05cacf13..a0402a85598 100644 --- a/src/System.Management.Automation/namespaces/IContentWriter.cs +++ b/src/System.Management.Automation/namespaces/IContentWriter.cs @@ -4,6 +4,8 @@ using System.Collections; using System.IO; +#nullable enable + namespace System.Management.Automation.Provider { #region IContentWriter From 1bffe9b6295d57ae45d968d55c8649e1dae19169 Mon Sep 17 00:00:00 2001 From: Staffan Gustafsson Date: Fri, 20 Nov 2020 18:54:22 +0100 Subject: [PATCH 2/2] Removing whitespace before/after nullable pragma --- src/System.Management.Automation/namespaces/IContentWriter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/System.Management.Automation/namespaces/IContentWriter.cs b/src/System.Management.Automation/namespaces/IContentWriter.cs index a0402a85598..621808af80c 100644 --- a/src/System.Management.Automation/namespaces/IContentWriter.cs +++ b/src/System.Management.Automation/namespaces/IContentWriter.cs @@ -5,7 +5,6 @@ using System.IO; #nullable enable - namespace System.Management.Automation.Provider { #region IContentWriter