Skip to content

Commit 38a8632

Browse files
committed
Removed Castle.Core
DynamicProxy has its uses, but I think that for the time being it is a large amount of overkill for not very much gain. Also YAGNI and KISS apply.
1 parent 1e857b3 commit 38a8632

5 files changed

Lines changed: 0 additions & 271 deletions

File tree

csharp-github-api/Authentication/AuthenticatingInterceptor.cs

Lines changed: 0 additions & 95 deletions
This file was deleted.

csharp-github-api/Authentication/GitHubAuthenticator.cs.orig

Lines changed: 0 additions & 111 deletions
This file was deleted.

csharp-github-api/Extensions/AuthenticatingExtension.cs

Lines changed: 0 additions & 58 deletions
This file was deleted.

csharp-github-api/csharp-github-api.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Castle.Core, Version=3.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Castle.Core.3.1.0\lib\net35\Castle.Core.dll</HintPath>
46-
</Reference>
4743
<Reference Include="RestSharp, Version=104.1.0.0, Culture=neutral, processorArchitecture=MSIL">
4844
<SpecificVersion>False</SpecificVersion>
4945
<HintPath>..\packages\RestSharp.104.1\lib\net35\RestSharp.dll</HintPath>
@@ -61,12 +57,10 @@
6157
<Link>Properties\SolutionVersion.cs</Link>
6258
</Compile>
6359
<Compile Include="Api.cs" />
64-
<Compile Include="Authentication\AuthenticatingInterceptor.cs" />
6560
<Compile Include="Core\Header.cs" />
6661
<Compile Include="Core\HeaderProvider.cs" />
6762
<Compile Include="Exceptions\GitHubAuthorizationException.cs" />
6863
<Compile Include="Exceptions\GitHubResponseException.cs" />
69-
<Compile Include="Extensions\AuthenticatingExtension.cs" />
7064
<Compile Include="Extensions\MiscExtensions.cs" />
7165
<Compile Include="Lib\SimpleJson.cs" />
7266
<Compile Include="LogExtensions.cs" />

csharp-github-api/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Castle.Core" version="3.1.0" targetFramework="net35" />
43
<package id="RestSharp" version="104.1" targetFramework="net35" />
54
<package id="SimpleJson" version="0.24.0" targetFramework="net35" />
65
<package id="this.Log" version="0.0.2.0" targetFramework="net40" />

0 commit comments

Comments
 (0)