Skip to content

Commit 47fe13b

Browse files
committed
*.{cs,csproj,props,targets,sln}: remove BOM marks
Remove UTF-8 BOM marks from code and project files, following on from commit 6a8a91f.
1 parent 64a8fd7 commit 47fe13b

35 files changed

Lines changed: 35 additions & 35 deletions

Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22

33
<ItemGroup>
44
<!-- Product dependencies -->

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<!--
44
Set helpful property for detecting the current OS platform.

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
1+
<Project>
22
<!-- Define common properties that rely on SDK/props-defined properties -->
33
<PropertyGroup>
44
<Version>$(ScalarVersion)</Version>

Scalar.Common/Http/VstsInfoHttpRequestor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
22
using Scalar.Common.Tracing;
33
using System;
44
using System.Net;

Scalar.Common/Maintenance/ConfigStep.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Scalar.Common.Git;
1+
using Scalar.Common.Git;
22
using Scalar.Common.Tracing;
33
using System;
44
using System.Collections.Generic;

Scalar.Common/Maintenance/MaintenanceTasks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace Scalar.Common.Maintenance
44
{

Scalar.Common/VstsInfoData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
22

33
namespace Scalar.Common
44
{

Scalar.FunctionalTests/Tests/EnlistmentPerFixture/CommitGraphStepTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using NUnit.Framework;
1+
using NUnit.Framework;
22
using Scalar.FunctionalTests.FileSystemRunners;
33
using Scalar.FunctionalTests.Tools;
44
using Scalar.Tests.Should;

Scalar.FunctionalTests/Tests/EnlistmentPerFixture/GitFetchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using NUnit.Framework;
1+
using NUnit.Framework;
22
using Scalar.FunctionalTests.FileSystemRunners;
33
using Scalar.FunctionalTests.Should;
44
using Scalar.FunctionalTests.Tools;

Scalar.FunctionalTests/Tests/EnlistmentPerFixture/SparseSetTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using NUnit.Framework;
1+
using NUnit.Framework;
22
using Scalar.FunctionalTests.FileSystemRunners;
33
using Scalar.FunctionalTests.Tools;
44
using Scalar.Tests.Should;

0 commit comments

Comments
 (0)