*.{cs,csproj,props,targets,sln}: remove BOM marks

Remove UTF-8 BOM marks from code and project files, following
on from commit 6a8a91fb83.
This commit is contained in:
Chris Darroch 2020-09-17 21:53:15 -07:00 коммит произвёл Chris Darroch
Родитель 64a8fd72fe
Коммит 47fe13b8a7
35 изменённых файлов: 35 добавлений и 35 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<Project>
<Project>
<ItemGroup>
<!-- Product dependencies -->

Просмотреть файл

@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup>
<!--
Set helpful property for detecting the current OS platform.

Просмотреть файл

@ -1,4 +1,4 @@
<Project>
<Project>
<!-- Define common properties that rely on SDK/props-defined properties -->
<PropertyGroup>
<Version>$(ScalarVersion)</Version>

Просмотреть файл

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
using Scalar.Common.Tracing;
using System;
using System.Net;

Просмотреть файл

@ -1,4 +1,4 @@
using Scalar.Common.Git;
using Scalar.Common.Git;
using Scalar.Common.Tracing;
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,4 +1,4 @@
using System;
using System;
namespace Scalar.Common.Maintenance
{

Просмотреть файл

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
namespace Scalar.Common
{

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.FileSystemRunners;
using Scalar.FunctionalTests.Tools;
using Scalar.Tests.Should;

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.FileSystemRunners;
using Scalar.FunctionalTests.Should;
using Scalar.FunctionalTests.Tools;

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.FileSystemRunners;
using Scalar.FunctionalTests.Tools;
using Scalar.Tests.Should;

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.Tests.Should;
namespace Scalar.FunctionalTests.Tests.GitRepoPerFixture

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.FileSystemRunners;
using Scalar.FunctionalTests.Properties;
using Scalar.FunctionalTests.Tools;

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.Tools;
namespace Scalar.FunctionalTests.Tests.GitRepoPerFixture

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.Tools;
using Scalar.Tests.Should;
using System.IO;

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.FunctionalTests.FileSystemRunners;
using Scalar.FunctionalTests.Tools;
using Scalar.Tests.Should;

Просмотреть файл

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Build.NoTargets">
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>

Просмотреть файл

@ -1,4 +1,4 @@
using System;
using System;
namespace Scalar.Service.UI
{

Просмотреть файл

@ -1,4 +1,4 @@
using Scalar.Common;
using Scalar.Common;
using Scalar.Common.NamedPipes;
using Scalar.Common.Tracing;
using System;

Просмотреть файл

@ -1,4 +1,4 @@
using Scalar.Common.NamedPipes;
using Scalar.Common.NamedPipes;
using Scalar.Common.Tracing;
using System;
using System.Diagnostics;

Просмотреть файл

@ -1,4 +1,4 @@
using Scalar.Common;
using Scalar.Common;
using Scalar.Common.Tracing;
using Scalar.Service.UI.Data;
using System;

Просмотреть файл

@ -1,4 +1,4 @@
namespace Scalar.Service
namespace Scalar.Service
{
public interface IRegisteredUserStore
{

Просмотреть файл

@ -1,4 +1,4 @@
namespace Scalar.Service
namespace Scalar.Service
{
public interface IServiceTask
{

Просмотреть файл

@ -1,4 +1,4 @@
using Scalar.Common;
using Scalar.Common;
using Scalar.Common.FileSystem;
using Scalar.Common.Maintenance;
using Scalar.Common.RepoRegistry;

Просмотреть файл

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Threading;
using Scalar.Common.Tracing;

Просмотреть файл

@ -1,4 +1,4 @@
namespace Scalar.Service
namespace Scalar.Service
{
public class UserAndSession
{

Просмотреть файл

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

Просмотреть файл

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using Scalar.Service;
using Scalar.Tests.Should;
using Scalar.UnitTests.Mock.Common;

Просмотреть файл

@ -1,4 +1,4 @@
using Moq;
using Moq;
using NUnit.Framework;
using Scalar.Common.NamedPipes;
using Scalar.Service.UI;

Просмотреть файл

@ -1,4 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.18

Просмотреть файл

@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using Scalar.Common;
using System;
using System.ComponentModel;

Просмотреть файл

@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using Scalar.Common;
using Scalar.Common.FileSystem;
using Scalar.Common.RepoRegistry;

Просмотреть файл

@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using Scalar.Common;
using Scalar.Common.FileSystem;
using Scalar.Common.RepoRegistry;

Просмотреть файл

@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using Scalar.Common;
using Scalar.Common.FileSystem;
using Scalar.Common.Maintenance;

Просмотреть файл

@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using Scalar.Common;
using Scalar.Common.FileSystem;
using Scalar.Common.RepoRegistry;

Просмотреть файл

@ -1,4 +1,4 @@
using CommandLine;
using CommandLine;
using Scalar.Common;
using System.IO;