Skip to content

Commit 2eb41e5

Browse files
committed
Renormalized line endings
1 parent 8edf871 commit 2eb41e5

File tree

423 files changed

+34276
-34274
lines changed

Some content is hidden

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

423 files changed

+34276
-34274
lines changed

.editorconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Verify settings
2-
[*.{received,verified}.{json,txt,xml,cs}]
3-
charset = utf-8
4-
end_of_line = lf
5-
indent_size = unset
6-
indent_style = unset
7-
insert_final_newline = false
8-
tab_width = unset
9-
trim_trailing_whitespace = false
1+
# Verify settings
2+
[*.{received,verified}.{json,txt,xml,cs}]
3+
charset = utf-8
4+
end_of_line = lf
5+
indent_size = unset
6+
indent_style = unset
7+
insert_final_newline = false
8+
tab_width = unset
9+
trim_trailing_whitespace = false

.gitattributes

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
*.verified.txt text eol=lf working-tree-encoding=UTF-8
2-
*.verified.xml text eol=lf working-tree-encoding=UTF-8
3-
*.verified.json text eol=lf working-tree-encoding=UTF-8
4-
*.verified.cs text eol=lf working-tree-encoding=UTF-8
1+
* text=auto
2+
3+
*.verified.txt text eol=lf working-tree-encoding=UTF-8
4+
*.verified.xml text eol=lf working-tree-encoding=UTF-8
5+
*.verified.json text eol=lf working-tree-encoding=UTF-8
6+
*.verified.cs text eol=lf working-tree-encoding=UTF-8

Directory.Build.props

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
3-
<PropertyGroup>
4-
<Copyright>(c) $([System.DateTime]::Now.Year), Pawel Gerr. All rights reserved.</Copyright>
5-
<VersionPrefix>8.0.0</VersionPrefix>
6-
<Authors>Pawel Gerr</Authors>
7-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</PackageProjectUrl>
9-
<PackageIcon>icon.png</PackageIcon>
10-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
11-
<RepositoryType>git</RepositoryType>
12-
<RepositoryUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</RepositoryUrl>
13-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
14-
<RootNamespace>Thinktecture</RootNamespace>
15-
<TargetFramework>net7.0</TargetFramework>
16-
<LangVersion>13.0</LangVersion>
17-
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
18-
<Nullable>enable</Nullable>
19-
<ImplicitUsings>enable</ImplicitUsings>
20-
<NoWarn>$(NoWarn);CA1303;MSB3884;NETSDK1138;</NoWarn>
21-
22-
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger>
23-
<VSTestResultsDirectory>$(MSBuildThisFileDirectory)test-results/$(TargetFramework)</VSTestResultsDirectory>
24-
</PropertyGroup>
25-
26-
</Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
3+
<PropertyGroup>
4+
<Copyright>(c) $([System.DateTime]::Now.Year), Pawel Gerr. All rights reserved.</Copyright>
5+
<VersionPrefix>8.0.0</VersionPrefix>
6+
<Authors>Pawel Gerr</Authors>
7+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
<PackageProjectUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</PackageProjectUrl>
9+
<PackageIcon>icon.png</PackageIcon>
10+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
11+
<RepositoryType>git</RepositoryType>
12+
<RepositoryUrl>https://github.com/PawelGerr/Thinktecture.Runtime.Extensions</RepositoryUrl>
13+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
14+
<RootNamespace>Thinktecture</RootNamespace>
15+
<TargetFramework>net7.0</TargetFramework>
16+
<LangVersion>13.0</LangVersion>
17+
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
18+
<Nullable>enable</Nullable>
19+
<ImplicitUsings>enable</ImplicitUsings>
20+
<NoWarn>$(NoWarn);CA1303;MSB3884;NETSDK1138;</NoWarn>
21+
22+
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger>
23+
<VSTestResultsDirectory>$(MSBuildThisFileDirectory)test-results/$(TargetFramework)</VSTestResultsDirectory>
24+
</PropertyGroup>
25+
26+
</Project>

NuGet.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
3-
<configuration>
4-
<config>
5-
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
6-
</config>
7-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<configuration>
4+
<config>
5+
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
6+
</config>
7+
</configuration>

README.md

Lines changed: 690 additions & 690 deletions
Large diffs are not rendered by default.

Thinktecture.Runtime.Extensions.sln

Lines changed: 241 additions & 241 deletions
Large diffs are not rendered by default.

samples/Directory.Build.props

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
3-
<PropertyGroup>
4-
<ParentPropsFile>$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))</ParentPropsFile>
5-
</PropertyGroup>
6-
7-
<Import Condition=" exists('$(ParentPropsFile)') " Project="$(ParentPropsFile)" />
8-
9-
<PropertyGroup>
10-
<TargetFramework>net9.0</TargetFramework>
11-
<NoWarn>$(NoWarn);CS1591;CA1052;CA1062;CA1303;CA1707;CA1801;CA2000;NU1903</NoWarn>
12-
<IsPackable>false</IsPackable>
13-
<ImplicitUsings>disable</ImplicitUsings>
14-
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
15-
<ThinktectureRuntimeExtensions_SourceGenerator_LogFilePathMustBeUnique>false</ThinktectureRuntimeExtensions_SourceGenerator_LogFilePathMustBeUnique>
16-
<ThinktectureRuntimeExtensions_SourceGenerator_LogFilePath>C:\temp\ttre_samples_logs.txt</ThinktectureRuntimeExtensions_SourceGenerator_LogFilePath>
17-
</PropertyGroup>
18-
19-
<ItemGroup>
20-
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_Counter" />
21-
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogFilePath" />
22-
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogFilePathMustBeUnique" />
23-
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogLevel" />
24-
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogMessageInitialBufferSize" />
25-
</ItemGroup>
26-
27-
</Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
3+
<PropertyGroup>
4+
<ParentPropsFile>$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))</ParentPropsFile>
5+
</PropertyGroup>
6+
7+
<Import Condition=" exists('$(ParentPropsFile)') " Project="$(ParentPropsFile)" />
8+
9+
<PropertyGroup>
10+
<TargetFramework>net9.0</TargetFramework>
11+
<NoWarn>$(NoWarn);CS1591;CA1052;CA1062;CA1303;CA1707;CA1801;CA2000;NU1903</NoWarn>
12+
<IsPackable>false</IsPackable>
13+
<ImplicitUsings>disable</ImplicitUsings>
14+
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
15+
<ThinktectureRuntimeExtensions_SourceGenerator_LogFilePathMustBeUnique>false</ThinktectureRuntimeExtensions_SourceGenerator_LogFilePathMustBeUnique>
16+
<ThinktectureRuntimeExtensions_SourceGenerator_LogFilePath>C:\temp\ttre_samples_logs.txt</ThinktectureRuntimeExtensions_SourceGenerator_LogFilePath>
17+
</PropertyGroup>
18+
19+
<ItemGroup>
20+
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_Counter" />
21+
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogFilePath" />
22+
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogFilePathMustBeUnique" />
23+
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogLevel" />
24+
<CompilerVisibleProperty Include="ThinktectureRuntimeExtensions_SourceGenerator_LogMessageInitialBufferSize" />
25+
</ItemGroup>
26+
27+
</Project>
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
namespace Thinktecture;
2-
3-
[ComplexValueObject]
4-
public partial class BoundaryWithJsonConverter
5-
{
6-
public decimal Lower { get; }
7-
public decimal Upper { get; }
8-
9-
static partial void ValidateFactoryArguments(ref ValidationError? validationError, ref decimal lower, ref decimal upper)
10-
{
11-
if (lower <= upper)
12-
return;
13-
14-
validationError = new ValidationError($"Lower boundary '{lower}' must be less than upper boundary '{upper}'");
15-
}
16-
}
1+
namespace Thinktecture;
2+
3+
[ComplexValueObject]
4+
public partial class BoundaryWithJsonConverter
5+
{
6+
public decimal Lower { get; }
7+
public decimal Upper { get; }
8+
9+
static partial void ValidateFactoryArguments(ref ValidationError? validationError, ref decimal lower, ref decimal upper)
10+
{
11+
if (lower <= upper)
12+
return;
13+
14+
validationError = new ValidationError($"Lower boundary '{lower}' must be less than upper boundary '{upper}'");
15+
}
16+
}

0 commit comments

Comments
 (0)