зеркало из https://github.com/microsoft/scalar.git
*.{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:
Родитель
64a8fd72fe
Коммит
47fe13b8a7
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче