Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.BackEnd
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.BackEnd.Components.Caching
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
using Microsoft.Build.BackEnd;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Execution
{
internal class ResultsCacheWithOverride : IResultsCache
{
private readonly IResultsCache _override;
public ResultsCache CurrentCache { get; }


public ResultsCacheWithOverride(IResultsCache @override)
{
_override = @override;
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Components/Communications/NodeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

using Microsoft.Build.Execution;

#nullable disable

namespace Microsoft.Build.BackEnd
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Components/Logging/BuildLoggingContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.BackEnd.Logging
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
using Microsoft.Build.Framework.Profiler;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.BackEnd.Components.Logging
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Components/Logging/EventRedirectorToSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.BackEnd.Logging
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Logging
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Components/Logging/LoggingServiceFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.BackEnd.Logging
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Components/Scheduler/ScheduleTimeRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.BackEnd
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
using SdkResultBase = Microsoft.Build.Framework.SdkResult;
using SdkResultFactoryBase = Microsoft.Build.Framework.SdkResultFactory;

#nullable disable

namespace Microsoft.Build.BackEnd.SdkResolution
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

using System;

#nullable disable

namespace Microsoft.Build.BackEnd.SdkResolution
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Components/SdkResolution/SdkLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

using SdkLoggerBase = Microsoft.Build.Framework.SdkLogger;

#nullable disable

namespace Microsoft.Build.BackEnd.SdkResolution
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
using Microsoft.Build.Shared;
using Microsoft.Build.Utilities;

#nullable disable

namespace Microsoft.Build.BackEnd.SdkResolution
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

using SdkResolverContextBase = Microsoft.Build.Framework.SdkResolverContext;

#nullable disable

namespace Microsoft.Build.BackEnd.SdkResolution
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Node/LoggingNodeConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.BackEnd
{
internal sealed class LoggingNodeConfiguration : ITranslatable
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Node/NativeMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Runtime.InteropServices;

#nullable disable

namespace Microsoft.Build.BackEnd
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Shared/ResourceRequest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.BackEnd
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/BackEnd/Shared/ResourceResponse.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.BackEnd
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Collections/CopyOnReadEnumerable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using System.Linq;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Collections
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Collections/HashTableUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Collections.Generic;

#nullable disable

namespace Microsoft.Build.Collections
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Collections/RetrievableEntryHashSet/HashHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#endif
#endif

#nullable disable

namespace Microsoft.Build.Collections
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Collections
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

using System;

#nullable disable

namespace Microsoft.Build.Construction
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.Construction
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/BuiltInMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
using System.Diagnostics;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/NewProjectFileOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

using System;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/ProjectCollectionChangedEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

using System;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/ProjectLoadSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics.CodeAnalysis;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/ResolvedImport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/ToolsetLocalReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using Microsoft.Build.Execution;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Evaluation
{
internal class ToolsetLocalReader : ToolsetReader
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Definition/ToolsetPropertyDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
using Microsoft.Build.Shared;
using ErrorUtilities = Microsoft.Build.Shared.ErrorUtilities;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/AndExpressionNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System.Diagnostics;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/CharacterUtilities.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.Evaluation
{
internal static class CharacterUtilities
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/EqualExpressionNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/LessThanExpressionNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/NotEqualExpressionNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using System.Diagnostics;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/NotExpressionNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System.Diagnostics;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using System;
using Microsoft.Build.Shared;

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions src/Build/Evaluation/Conditionals/OperandExpressionNode.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#nullable disable

namespace Microsoft.Build.Evaluation
{
/// <summary>
Expand Down
Loading
Loading