Skip to content

Commit

Permalink
Remove unused WebApi library (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
j3parker authored Jul 31, 2024
1 parent 2424712 commit 0d2fd7f
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 1,560 deletions.
54 changes: 0 additions & 54 deletions D2L.Security.OAuth2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2", "src\D2L.Security.OAuth2\D2L.Security.OAuth2.csproj", "{676FB8C0-D021-475E-941B-03BE21769294}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.WebApi", "src\D2L.Security.OAuth2.WebApi\D2L.Security.OAuth2.WebApi.csproj", "{C9140879-73E6-4767-B12B-17581793E419}"
ProjectSection(ProjectDependencies) = postProject
{676FB8C0-D021-475E-941B-03BE21769294} = {676FB8C0-D021-475E-941B-03BE21769294}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.TestFramework", "src\D2L.Security.OAuth2.TestFramework\D2L.Security.OAuth2.TestFramework.csproj", "{F10655CB-E66D-4DF7-8991-10C26C8FAF18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{731C8174-3528-40CD-AE98-F21CB7763FD1}"
Expand All @@ -18,12 +13,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.UnitTes
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.IntegrationTests", "test\D2L.Security.OAuth2.IntegrationTests\D2L.Security.OAuth2.IntegrationTests.csproj", "{F5667A7E-955D-4402-86C4-8DFB65768AE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.WebApi.UnitTests", "test\D2L.Security.OAuth2.WebApi.UnitTests\D2L.Security.OAuth2.WebApi.UnitTests.csproj", "{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.WebApi.IntegrationTests", "test\D2L.Security.OAuth2.WebApi.IntegrationTests\D2L.Security.OAuth2.WebApi.IntegrationTests.csproj", "{AAEEDF67-9ACD-4316-8570-77BABFC7F235}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2L.Security.OAuth2.Benchmarks", "test\D2L.Security.OAuth2.Benchmarks\D2L.Security.OAuth2.Benchmarks.csproj", "{32C50F4A-03AE-4C99-9108-3AD518729410}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A39E5923-3238-4E59-9E65-45EB5BA2ED19}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Expand All @@ -43,16 +32,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|ARM.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|x64.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Debug|x86.ActiveCfg = Debug|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|Any CPU.Build.0 = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|ARM.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|x64.ActiveCfg = Release|Any CPU
{676FB8C0-D021-475E-941B-03BE21769294}.Release|x86.ActiveCfg = Release|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9140879-73E6-4767-B12B-17581793E419}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -93,46 +72,13 @@ Global
{F5667A7E-955D-4402-86C4-8DFB65768AE1}.Release|ARM.ActiveCfg = Release|Any CPU
{F5667A7E-955D-4402-86C4-8DFB65768AE1}.Release|x64.ActiveCfg = Release|Any CPU
{F5667A7E-955D-4402-86C4-8DFB65768AE1}.Release|x86.ActiveCfg = Release|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Debug|x64.ActiveCfg = Debug|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Release|Any CPU.Build.0 = Release|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Release|ARM.ActiveCfg = Release|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Release|x64.ActiveCfg = Release|Any CPU
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54}.Release|x86.ActiveCfg = Release|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Debug|ARM.ActiveCfg = Debug|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Debug|x64.ActiveCfg = Debug|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Debug|x86.ActiveCfg = Debug|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Release|Any CPU.Build.0 = Release|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Release|ARM.ActiveCfg = Release|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Release|x64.ActiveCfg = Release|Any CPU
{AAEEDF67-9ACD-4316-8570-77BABFC7F235}.Release|x86.ActiveCfg = Release|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Debug|ARM.ActiveCfg = Debug|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Debug|x64.ActiveCfg = Debug|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Debug|x86.ActiveCfg = Debug|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Release|Any CPU.Build.0 = Release|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Release|ARM.ActiveCfg = Release|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Release|x64.ActiveCfg = Release|Any CPU
{32C50F4A-03AE-4C99-9108-3AD518729410}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95CE1314-E961-4C64-B410-43903BD3A04C} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
{F5667A7E-955D-4402-86C4-8DFB65768AE1} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
{EC9FFA3D-76C9-495F-AE35-7EE1BEE5BC54} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
{AAEEDF67-9ACD-4316-8570-77BABFC7F235} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
{32C50F4A-03AE-4C99-9108-3AD518729410} = {731C8174-3528-40CD-AE98-F21CB7763FD1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A4A66B7-7E4C-482A-9625-4A3B21090BAD}
Expand Down
6 changes: 2 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
<PackageVersion Include="D2L.CodeStyle.Annotations" Version="0.31.0" />
<PackageVersion Include="D2L.Services.Core.Exceptions" Version="2.0.1.15" />
<PackageVersion Include="FluentAssertions" Version="6.6.0" />
<PackageVersion Include="Microsoft.AspNet.WebApi.Core" Version="5.2.8" />
<PackageVersion Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.2.8" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageVersion Include="Moq" Version="4.18.1" />
<PackageVersion Include="Newtonsoft.Json" Version="[6.0.8,7)" />
<PackageVersion Include="NUnit" Version="3.14.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="NUnit" Version="3.14.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="RichardSzalay.MockHttp" Version="6.0.0" />
<PackageVersion Include="SimpleLogInterface" Version="3.0.1" />
<PackageVersion Include="System.Collections.Immutable" Version="6.0.0" />
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ The libraries in this repository are published in lock-step. It is recommended t

Core functionality for request validation and token provisioning.

### D2L.Security.OAuth2.WebApi
[![NuGet](https://img.shields.io/nuget/v/D2L.Security.OAuth2.WebApi.svg?maxAge=7200)](https://www.nuget.org/packages/D2L.Security.OAuth2.WebApi/)

WebAPI integration in the form of filters/attributes/etc.

### D2L.Security.OAuth2.TestFramework
[![NuGet](https://img.shields.io/nuget/v/D2L.Security.OAuth2.TestFramework.svg?maxAge=7200)](https://www.nuget.org/packages/D2L.Security.OAuth2.TestFramework/)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0d2fd7f

Please sign in to comment.