Skip to content

Commit a338ee3

Browse files
committed
Added more RI extensions.
1 parent c4a8b53 commit a338ee3

9 files changed

Lines changed: 61 additions & 14 deletions

File tree

ReflectInsight.Extensions.Logging.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01. Solution Items", "01. S
1010
appveyor.yml = appveyor.yml
1111
build.ps1 = build.ps1
1212
global.json = global.json
13+
LICENSE.txt = LICENSE.txt
14+
nuget.config = nuget.config
1315
README.md = README.md
16+
header\ReflectSoftware.licenseheader = header\ReflectSoftware.licenseheader
1417
header\VersionInfo.cs = header\VersionInfo.cs
1518
EndProjectSection
1619
EndProject

samples/LoggingReflectInsight/Console.ReflectInsightSample/Console.ReflectInsightSample.xproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,5 @@
1515
<PropertyGroup>
1616
<SchemaVersion>2.0</SchemaVersion>
1717
</PropertyGroup>
18-
<ItemGroup>
19-
<Content Include="..\..\..\header\AspNet.Plus.licenseheader">
20-
<Link>ReflectSoftware.licenseheader</Link>
21-
</Content>
22-
</ItemGroup>
2318
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
2419
</Project>

samples/LoggingReflectInsight/Console.ReflectInsightSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void Main(string[] args)
4949
logger.LogCritical(exception, "LogCritical with exception and some args: {0}, {2}", 1, 2);
5050
logger.LogCritical(exception);
5151

52-
logger.LogJSON("Test", new System.Collections.Generic.List<int>());
52+
logger.LogJSON("Test", new System.Collections.Generic.List<int> { 1, 2, 3 } );
5353
logger.LogLoadedProcesses();
5454
logger.LogLoadedAssemblies();
5555

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://github.com/rubicon-oss/LicenseHeaderManager/wiki/Expendable-Properties
2+
extensions: designer.cs generated.cs
3+
extensions: .cs .cpp .h
4+
// ReflectInsight
5+
// Copyright (c) %CurrentYear% ReflectSoftware.
6+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
7+
8+
extensions: .aspx .ascx
9+
<%--
10+
ReflectInsight
11+
Copyright (c) %CurrentYear% ReflectSoftware.
12+
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
13+
--%>
14+
extensions: .xml .config .xsd
15+
<!--
16+
ReflectInsight
17+
Copyright (c) %CurrentYear% ReflectSoftware.
18+
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
19+
-->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://github.com/rubicon-oss/LicenseHeaderManager/wiki/Expendable-Properties
2+
extensions: designer.cs generated.cs
3+
extensions: .cs .cpp .h
4+
// ReflectInsight
5+
// Copyright (c) %CurrentYear% ReflectSoftware.
6+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
7+
8+
extensions: .aspx .ascx
9+
<%--
10+
ReflectInsight
11+
Copyright (c) %CurrentYear% ReflectSoftware.
12+
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
13+
--%>
14+
extensions: .xml .config .xsd
15+
<!--
16+
ReflectInsight
17+
Copyright (c) %CurrentYear% ReflectSoftware.
18+
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
19+
-->

samples/LoggingReflectInsight/WebApi.ReflectInsightSample/WebApi.ReflectInsightSample.xproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,5 @@
1515
<PropertyGroup>
1616
<SchemaVersion>2.0</SchemaVersion>
1717
</PropertyGroup>
18-
<ItemGroup>
19-
<Content Include="..\..\..\header\AspNet.Plus.licenseheader">
20-
<Link>ReflectSoftware.licenseheader</Link>
21-
</Content>
22-
</ItemGroup>
2318
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" />
2419
</Project>

src/ReflectInsight.Extensions.Logging/ReflectInsight.Extensions.Logging.xproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<Content Include="..\..\header\AspNet.Plus.licenseheader">
17-
<Link>ReflectSoftware.licenseheader</Link>
18-
</Content>
1916
<Content Include="..\..\header\VersionInfo.cs">
2017
<Link>Properties\VersionInfo.cs</Link>
2118
</Content>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://github.com/rubicon-oss/LicenseHeaderManager/wiki/Expendable-Properties
2+
extensions: designer.cs generated.cs
3+
extensions: .cs .cpp .h
4+
// ReflectInsight
5+
// Copyright (c) %CurrentYear% ReflectSoftware.
6+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
7+
8+
extensions: .aspx .ascx
9+
<%--
10+
ReflectInsight
11+
Copyright (c) %CurrentYear% ReflectSoftware.
12+
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
13+
--%>
14+
extensions: .xml .config .xsd
15+
<!--
16+
ReflectInsight
17+
Copyright (c) %CurrentYear% ReflectSoftware.
18+
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
19+
-->

0 commit comments

Comments
 (0)