Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 5fbd2b7

Browse files
author
chat
committed
chore: Все файлы в проекте на LF
1 parent 13309fd commit 5fbd2b7

File tree

162 files changed

+162
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+162
-162
lines changed

src/Cement.Cli.Commands/AddModuleCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using Cement.Cli.Common;
33
using Cement.Cli.Common.ArgumentsParsing;
44
using Cement.Cli.Common.Exceptions;

src/Cement.Cli.Commands/AddPackageCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/AnalyzerAddCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/AnalyzerCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/Attributes/HiddenCommandAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace Cement.Cli.Commands.Attributes;
44

src/Cement.Cli.Commands/BuildCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/BuildDepsCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/Cement.Cli.Commands.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<AssemblyTitle>Commands</AssemblyTitle>

src/Cement.Cli.Commands/ChangeModuleCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using Cement.Cli.Common;
33
using Cement.Cli.Common.ArgumentsParsing;
44
using Cement.Cli.Common.Exceptions;

src/Cement.Cli.Commands/CheckDepsCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/CheckPreCommitCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.IO;
1+
using System.IO;
22
using System.Linq;
33
using System.Text;
44
using Cement.Cli.Commands.Attributes;

src/Cement.Cli.Commands/CheckPreCommitCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/Command.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Diagnostics;
33
using System.IO;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/CompleteCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Linq;
33
using Cement.Cli.Commands.Attributes;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/CompleteCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/DefaultCommandActivator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using JetBrains.Annotations;
33
using Microsoft.Extensions.DependencyInjection;
44

src/Cement.Cli.Commands/Extensions/CommandActivatorExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands.Extensions;
44

src/Cement.Cli.Commands/FixReferenceResult.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/FixReferenceResultPrinter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using Cement.Cli.Common;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/GetCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.IO;
1+
using System.IO;
22
using Cement.Cli.Common;
33
using Cement.Cli.Common.ArgumentsParsing;
44
using Cement.Cli.Common.DepsValidators;

src/Cement.Cli.Commands/GetCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/ICommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/ICommandActivator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/IdCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using Cement.Cli.Commands.Attributes;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/InitCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.IO;
1+
using System.IO;
22
using Cement.Cli.Common;
33
using JetBrains.Annotations;
44

src/Cement.Cli.Commands/ListPackagesCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
using System.Text;
33
using Cement.Cli.Common;
44
using JetBrains.Annotations;

src/Cement.Cli.Commands/ListPackagesCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/LsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.IO;
33
using System.Linq;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/LsCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/PackCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
22

33
// Setting ComVisible to false makes the types in this assembly not visible
44
// to COM components. If you need to access a type in this assembly from

src/Cement.Cli.Commands/ReInstallCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Commands.Attributes;
1+
using Cement.Cli.Commands.Attributes;
22
using Cement.Cli.Commands.Extensions;
33
using Cement.Cli.Common;
44
using JetBrains.Annotations;

src/Cement.Cli.Commands/ReInstallCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/RefAddCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/RefFixCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/RemovePackageCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/SelfUpdate.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using Cement.Cli.Common;
33
using Cement.Cli.Common.Logging;
44
using JetBrains.Annotations;

src/Cement.Cli.Commands/SelfUpdateCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/ShowConfigsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using System.Text;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/ShowConfigsCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/ShowDepsCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/StatusCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using Cement.Cli.Common;
44
using JetBrains.Annotations;

src/Cement.Cli.Commands/UpdateCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.IO;
1+
using System.IO;
22
using Cement.Cli.Common;
33
using Cement.Cli.Common.ArgumentsParsing;
44
using Cement.Cli.Common.DepsValidators;

src/Cement.Cli.Commands/UpdateCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/UpdateDepsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.IO;
1+
using System.IO;
22
using System.Linq;
33
using Cement.Cli.Common;
44
using Cement.Cli.Common.ArgumentsParsing;

src/Cement.Cli.Commands/UpdateDepsCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/UsagesBuildCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;

src/Cement.Cli.Commands/UsagesBuildCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/UsagesCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using Cement.Cli.Common;
44
using JetBrains.Annotations;

src/Cement.Cli.Commands/UsagesGrepCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;

src/Cement.Cli.Commands/UsagesGrepCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/UsagesShowCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/UsagesShowCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/UserCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Diagnostics;
1+
using System.Diagnostics;
22
using System.Linq;
33
using Cement.Cli.Commands.Attributes;
44
using Cement.Cli.Common;

src/Cement.Cli.Commands/UserCommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
22

33
namespace Cement.Cli.Commands;
44

src/Cement.Cli.Commands/VersionCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Cement.Cli.Common;
1+
using Cement.Cli.Common;
22
using JetBrains.Annotations;
33

44
namespace Cement.Cli.Commands;

src/Cement.Cli.Commands/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<runtime>
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

src/Cement.Cli.Common/Branch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Linq;
33
using Cement.Cli.Common.Exceptions;
44

src/Cement.Cli.Common/BuildData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22

33
namespace Cement.Cli.Common;
44

src/Cement.Cli.Common/BuildHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.IO;
1+
using System.IO;
22
using System.Linq;
33
using System.Threading;
44
using Cement.Cli.Common.YamlParsers;

src/Cement.Cli.Common/BuildInfoStorageData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using Newtonsoft.Json;
33

44
namespace Cement.Cli.Common;

src/Cement.Cli.Common/BuildScriptWithBuildData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Cement.Cli.Common;
1+
namespace Cement.Cli.Common;
22

33
public sealed class BuildScriptWithBuildData
44
{

src/Cement.Cli.Common/BuildSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Cement.Cli.Common;
1+
namespace Cement.Cli.Common;
22

33
public sealed class BuildSettings
44
{

src/Cement.Cli.Common/Cement.Cli.Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<Product>Common</Product>

src/Cement.Cli.Common/CementSettingsRepository.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using System.Linq;
44
using Newtonsoft.Json;

src/Cement.Cli.Common/CheckDepsResult.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22

33
namespace Cement.Cli.Common;
44

0 commit comments

Comments
 (0)