From ef334a370c88ce171673d5174bdf5e496161e820 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:51:45 +0200 Subject: [PATCH] Update GivenThatDotNetRunsCommands.cs --- test/dotnet.Tests/GivenThatDotNetRunsCommands.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/dotnet.Tests/GivenThatDotNetRunsCommands.cs b/test/dotnet.Tests/GivenThatDotNetRunsCommands.cs index 7d7e3ffc8123..7d6fe7820fa4 100644 --- a/test/dotnet.Tests/GivenThatDotNetRunsCommands.cs +++ b/test/dotnet.Tests/GivenThatDotNetRunsCommands.cs @@ -1,6 +1,8 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. +#nullable disable + using System.Runtime.InteropServices; using Microsoft.DotNet.Configurer; using LocalizableStrings = Microsoft.DotNet.Cli.Utils.LocalizableStrings;