Skip to content

Commit 94c278f

Browse files
committed
Inserted final new line
1 parent 0e8d4d6 commit 94c278f

Some content is hidden

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

61 files changed

+152
-152
lines changed

Directory.Build.props

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Project>
2-
<PropertyGroup>
3-
<SolutionDirectory Condition="'$(SolutionDirectory)'==''">$(MSBuildThisFileDirectory)</SolutionDirectory>
4-
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
5-
</PropertyGroup>
6-
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
7-
<DefineConstants>$(DefineConstants);NETFRAMEWORK</DefineConstants>
8-
</PropertyGroup>
9-
<!-- Enable building .NET Framework projects on any machine with at least MSBuild or the .NET Core SDK installed.-->
10-
<ItemGroup>
11-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0">
12-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
13-
<PrivateAssets>all</PrivateAssets>
14-
</PackageReference>
15-
</ItemGroup>
16-
</Project>
2+
<PropertyGroup>
3+
<SolutionDirectory Condition="'$(SolutionDirectory)'==''">$(MSBuildThisFileDirectory)</SolutionDirectory>
4+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
5+
</PropertyGroup>
6+
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
7+
<DefineConstants>$(DefineConstants);NETFRAMEWORK</DefineConstants>
8+
</PropertyGroup>
9+
<!-- Enable building .NET Framework projects on any machine with at least MSBuild or the .NET Core SDK installed.-->
10+
<ItemGroup>
11+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0">
12+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
13+
<PrivateAssets>all</PrivateAssets>
14+
</PackageReference>
15+
</ItemGroup>
16+
</Project>

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

PickAll.sln

+78-78
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
VisualStudioVersion = 15.0.26124.0
44
MinimumVisualStudioVersion = 15.0.26124.0
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{F2416294-558A-41FA-A2CC-843435B27551}"
6-
ProjectSection(SolutionItems) = preProject
7-
paket.dependencies = paket.dependencies
8-
EndProjectSection
6+
ProjectSection(SolutionItems) = preProject
7+
paket.dependencies = paket.dependencies
8+
EndProjectSection
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickAll", "src/PickAll/PickAll.csproj", "{B936C659-C656-40A8-A7D5-35EBCF27BA74}"
1111
EndProject
@@ -14,79 +14,79 @@ EndProject
1414
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickAll.Sample", "samples/PickAll.Sample/PickAll.Sample.csproj", "{2DA9658E-F760-4122-8589-4B7CBD8AAD20}"
1515
EndProject
1616
Global
17-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18-
Debug|Any CPU = Debug|Any CPU
19-
Debug|x64 = Debug|x64
20-
Debug|x86 = Debug|x86
21-
Release|Any CPU = Release|Any CPU
22-
Release|x64 = Release|x64
23-
Release|x86 = Release|x86
24-
EndGlobalSection
25-
GlobalSection(SolutionProperties) = preSolution
26-
HideSolutionNode = FALSE
27-
EndGlobalSection
28-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
31-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x64.ActiveCfg = Debug|Any CPU
32-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x64.Build.0 = Debug|Any CPU
33-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x86.ActiveCfg = Debug|Any CPU
34-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x86.Build.0 = Debug|Any CPU
35-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x64.ActiveCfg = Release|Any CPU
38-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x64.Build.0 = Release|Any CPU
39-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x86.ActiveCfg = Release|Any CPU
40-
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x86.Build.0 = Release|Any CPU
41-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x64.ActiveCfg = Debug|Any CPU
44-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x64.Build.0 = Debug|Any CPU
45-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x86.ActiveCfg = Debug|Any CPU
46-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x86.Build.0 = Debug|Any CPU
47-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x64.ActiveCfg = Release|Any CPU
50-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x64.Build.0 = Release|Any CPU
51-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x86.ActiveCfg = Release|Any CPU
52-
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x86.Build.0 = Release|Any CPU
53-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x64.ActiveCfg = Debug|Any CPU
56-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x64.Build.0 = Debug|Any CPU
57-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x86.ActiveCfg = Debug|Any CPU
58-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x86.Build.0 = Debug|Any CPU
59-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
60-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x64.ActiveCfg = Release|Any CPU
62-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x64.Build.0 = Release|Any CPU
63-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x86.ActiveCfg = Release|Any CPU
64-
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x86.Build.0 = Release|Any CPU
65-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
66-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
67-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x64.ActiveCfg = Debug|Any CPU
68-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x64.Build.0 = Debug|Any CPU
69-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x86.ActiveCfg = Debug|Any CPU
70-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x86.Build.0 = Debug|Any CPU
71-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
72-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|Any CPU.Build.0 = Release|Any CPU
73-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x64.ActiveCfg = Release|Any CPU
74-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x64.Build.0 = Release|Any CPU
75-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x86.ActiveCfg = Release|Any CPU
76-
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x86.Build.0 = Release|Any CPU
77-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
78-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|Any CPU.Build.0 = Debug|Any CPU
79-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x64.ActiveCfg = Debug|Any CPU
80-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x64.Build.0 = Debug|Any CPU
81-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x86.ActiveCfg = Debug|Any CPU
82-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x86.Build.0 = Debug|Any CPU
83-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|Any CPU.ActiveCfg = Release|Any CPU
84-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|Any CPU.Build.0 = Release|Any CPU
85-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x64.ActiveCfg = Release|Any CPU
86-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x64.Build.0 = Release|Any CPU
87-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x86.ActiveCfg = Release|Any CPU
88-
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x86.Build.0 = Release|Any CPU
89-
EndGlobalSection
90-
GlobalSection(NestedProjects) = preSolution
91-
EndGlobalSection
17+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|Any CPU = Debug|Any CPU
19+
Debug|x64 = Debug|x64
20+
Debug|x86 = Debug|x86
21+
Release|Any CPU = Release|Any CPU
22+
Release|x64 = Release|x64
23+
Release|x86 = Release|x86
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x64.ActiveCfg = Debug|Any CPU
32+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x64.Build.0 = Debug|Any CPU
33+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x86.ActiveCfg = Debug|Any CPU
34+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Debug|x86.Build.0 = Debug|Any CPU
35+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|Any CPU.Build.0 = Release|Any CPU
37+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x64.ActiveCfg = Release|Any CPU
38+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x64.Build.0 = Release|Any CPU
39+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x86.ActiveCfg = Release|Any CPU
40+
{A354C85B-D8A6-4DE3-9B0A-6A590CAAAA0D}.Release|x86.Build.0 = Release|Any CPU
41+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x64.ActiveCfg = Debug|Any CPU
44+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x64.Build.0 = Debug|Any CPU
45+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x86.ActiveCfg = Debug|Any CPU
46+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Debug|x86.Build.0 = Debug|Any CPU
47+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|Any CPU.Build.0 = Release|Any CPU
49+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x64.ActiveCfg = Release|Any CPU
50+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x64.Build.0 = Release|Any CPU
51+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x86.ActiveCfg = Release|Any CPU
52+
{A4F9D3D0-7524-47FA-8635-A4C47DBEA267}.Release|x86.Build.0 = Release|Any CPU
53+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x64.ActiveCfg = Debug|Any CPU
56+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x64.Build.0 = Debug|Any CPU
57+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x86.ActiveCfg = Debug|Any CPU
58+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Debug|x86.Build.0 = Debug|Any CPU
59+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
60+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|Any CPU.Build.0 = Release|Any CPU
61+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x64.ActiveCfg = Release|Any CPU
62+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x64.Build.0 = Release|Any CPU
63+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x86.ActiveCfg = Release|Any CPU
64+
{B936C659-C656-40A8-A7D5-35EBCF27BA74}.Release|x86.Build.0 = Release|Any CPU
65+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
66+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
67+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x64.ActiveCfg = Debug|Any CPU
68+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x64.Build.0 = Debug|Any CPU
69+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x86.ActiveCfg = Debug|Any CPU
70+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Debug|x86.Build.0 = Debug|Any CPU
71+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
72+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|Any CPU.Build.0 = Release|Any CPU
73+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x64.ActiveCfg = Release|Any CPU
74+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x64.Build.0 = Release|Any CPU
75+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x86.ActiveCfg = Release|Any CPU
76+
{6CD5FED7-D697-413F-A763-EF95FEB77F8A}.Release|x86.Build.0 = Release|Any CPU
77+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
78+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|Any CPU.Build.0 = Debug|Any CPU
79+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x64.ActiveCfg = Debug|Any CPU
80+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x64.Build.0 = Debug|Any CPU
81+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x86.ActiveCfg = Debug|Any CPU
82+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Debug|x86.Build.0 = Debug|Any CPU
83+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|Any CPU.ActiveCfg = Release|Any CPU
84+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|Any CPU.Build.0 = Release|Any CPU
85+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x64.ActiveCfg = Release|Any CPU
86+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x64.Build.0 = Release|Any CPU
87+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x86.ActiveCfg = Release|Any CPU
88+
{2DA9658E-F760-4122-8589-4B7CBD8AAD20}.Release|x86.Build.0 = Release|Any CPU
89+
EndGlobalSection
90+
GlobalSection(NestedProjects) = preSolution
91+
EndGlobalSection
9292
EndGlobal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ results |> Seq.iter (fun x -> printfn "%s %s" x.Url x.Description)
128128

129129
### Notes
130130

131-
- PickAll is still under development and API could change until latest beta versions.
131+
- PickAll is still under development and API could change until latest beta versions.

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version: 1.0.{build}
22
build:
3-
verbosity: minimal
3+
verbosity: minimal

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ steps:
2828
inputs:
2929
command: 'build'
3030
projects: 'src/**/*.csproj'
31-
arguments: '-c release'
31+
arguments: '-c release'

samples/PickAll.Sample/Options.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sealed class Options
2222
[Option('e', "engines", HelpText = "Search engines to use separated by ':'",
2323
Separator = ':')]
2424
public IEnumerable<string> Engines { get; set; }
25-
}
25+
}

samples/PickAll.Sample/OptionsExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ public static SearchContext ToContext(this Options options)
4646
}
4747
return context;
4848
}
49-
}
49+
}

samples/PickAll.Sample/PickAll.Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
<OutputPath>../../artifacts/PickAll.Sample/Release</OutputPath>
2020
</PropertyGroup>
2121
<Import Project="..\..\.paket\Paket.Restore.targets" />
22-
</Project>
22+
</Project>

samples/PickAll.Sample/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ static async Task<int> ExecuteSearch(Options options)
2929
}
3030
return exitOK;
3131
}
32-
}
32+
}

src/PickAll/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#if DEBUG
22
using System;
33
[assembly: CLSCompliant(true)]
4-
#endif
4+
#endif

src/PickAll/ContextSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ internal ContextSettings Clone()
3434
};
3535
}
3636
}
37-
}
37+
}

src/PickAll/Events.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ public ResultHandledEventArgs(ResultInfo result, ServiceType type)
3232

3333
public ServiceType Type { get; private set; }
3434
}
35-
}
35+
}

src/PickAll/FetchedDocument.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ public override int GetHashCode()
4545

4646
public long LongLength => Content.LongLength;
4747
}
48-
}
48+
}

src/PickAll/FetchedDocumentExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public static IEnumerable<string> ElementSelectorAll(this IFetchedDocument docum
2929
return contents;
3030
}
3131
}
32-
}
32+
}

src/PickAll/FetchingContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public async Task<IFetchedDocument> FetchAsync(string address)
3131
}
3232
}
3333
}
34-
}
34+
}

src/PickAll/IFetchedDocument.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public interface IFetchedDocument : IEquatable<IFetchedDocument>
1414

1515
string Text();
1616
}
17-
}
17+
}

src/PickAll/IFetchingContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ public interface IFetchingContext
77
{
88
Task<IFetchedDocument> FetchAsync(string address);
99
}
10-
}
10+
}

src/PickAll/Internal/EnumerableExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public static IEnumerable<TSource> DistinctBy<TSource, TKey>(
1515
}
1616
}
1717
}
18-
}
18+
}

src/PickAll/Internal/EventHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public static void RaiseEvent<T>(object sender, EventHandler<T> handler, Func<T>
1919
handler(sender, args());
2020
}
2121
}
22-
}
22+
}

src/PickAll/Internal/Fuzzy.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ public uint Compare(string first, string second)
4545
// Step 7
4646
return d[n, m];
4747
}
48-
}
48+
}

src/PickAll/Internal/Guard.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public static void AgainstSubclassExcept<T>(string argumentName, params Type[] t
3838
if (types.Any(t => !t.IsSubclassOf(typeof(T)))) throw new NotSupportedException(
3939
$"All {argumentName} must inherit from {nameof(T)}.");
4040
}
41-
}
41+
}

src/PickAll/Internal/HtmlElementExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ public static string FirstChildText(this IHtmlElement element,
1717
}
1818
return string.Empty;
1919
}
20-
}
20+
}

src/PickAll/Internal/ObjectExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ public static IEnumerable<object> RemoveAll<T>(this IEnumerable<object> collecti
5555
}
5656
}
5757
}
58-
}
58+
}

src/PickAll/Internal/StringExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ public static string StripByLength(this string value, int length)
8383
RegexOptions.Compiled | RegexOptions.Multiline);
8484
return stripByLen.Replace(value, string.Empty);
8585
}
86-
}
86+
}

src/PickAll/Internal/TypeExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ static class TypeExtensions
44
{
55
public static bool EqualsOrSubtype<T>(this Type type) => type.Equals(typeof(T)) ||
66
type.IsSubclassOf(typeof(T));
7-
}
7+
}

src/PickAll/PickAll.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</None>
2929
</ItemGroup>
3030
<Import Project="..\..\.paket\Paket.Restore.targets" />
31-
</Project>
31+
</Project>

src/PickAll/PostProcessor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public PostProcessor(object settings)
1515

1616
public abstract IEnumerable<ResultInfo> Process(IEnumerable<ResultInfo> results);
1717
}
18-
}
18+
}

src/PickAll/PostProcessors/FuzzyMatch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ from result in results
6262
select computed.result;
6363
}
6464
}
65-
}
65+
}

src/PickAll/PostProcessors/Improve.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ public override IEnumerable<ResultInfo> Process(IEnumerable<ResultInfo> results)
9595
.Result;
9696
}
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)