Skip to content

Commit 0010fa2

Browse files
committed
Ticket 1 : Redis & sqlserver are supported
1 parent aafd7d3 commit 0010fa2

22 files changed

+1021
-111
lines changed

WebApiContrib.Core.sln

+23-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02. Integration Tests", "02
1313
EndProject
1414
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApiContrib.Core.Concurrency", "src\WebApiContrib.Core.Concurrency\WebApiContrib.Core.Concurrency.xproj", "{8EA9F43D-3B41-40A4-88D7-68AF33F90C55}"
1515
EndProject
16-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApiContrib.Core.Storage.SqlServer", "src\WebApiContrib.Core.Concurrency.SqlServer\WebApiContrib.Core.Storage.SqlServer.xproj", "{3751E3BA-0333-4240-899F-2607FB83AB0D}"
17-
EndProject
1816
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApiContrib.Core.Concurrency.Tests", "tests\WebApiContrib.Core.Concurrency.Tests\WebApiContrib.Core.Concurrency.Tests.xproj", "{FCB0F13A-B412-4340-B077-D3E7A60A9DD7}"
1917
EndProject
2018
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApiContrib.Core.Concurrency.Integration.Tests", "tests\WebApiContrib.Core.Concurrency.Integration.Tests\WebApiContrib.Core.Concurrency.Integration.Tests.xproj", "{04380244-C141-4760-AD83-5854E728C21F}"
2119
EndProject
20+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApiContrib.Core.Concurrency.Redis", "src\WebApiContrib.Core.Concurrency.Redis\WebApiContrib.Core.Concurrency.Redis.xproj", "{8571D8F9-0847-46C8-A794-845B331982B7}"
21+
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03. ThirdParties", "03. ThirdParties", "{FA211DF3-D9A7-431A-B239-8B448021CEBA}"
23+
EndProject
24+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Extensions.Caching.Redis", "other\Microsoft.Extensions.Caching.Redis\Microsoft.Extensions.Caching.Redis.xproj", "{02E23070-947C-4438-8E50-CC2456D237BA}"
25+
EndProject
26+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WebApiContrib.Core.Concurrency.SqlServer", "src\WebApiContrib.Core.Concurrency.SqlServer\WebApiContrib.Core.Concurrency.SqlServer.xproj", "{3751E3BA-0333-4240-899F-2607FB83AB0D}"
27+
EndProject
2228
Global
2329
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2430
Debug|Any CPU = Debug|Any CPU
@@ -29,10 +35,6 @@ Global
2935
{8EA9F43D-3B41-40A4-88D7-68AF33F90C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
3036
{8EA9F43D-3B41-40A4-88D7-68AF33F90C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
3137
{8EA9F43D-3B41-40A4-88D7-68AF33F90C55}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Release|Any CPU.Build.0 = Release|Any CPU
3638
{FCB0F13A-B412-4340-B077-D3E7A60A9DD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3739
{FCB0F13A-B412-4340-B077-D3E7A60A9DD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
3840
{FCB0F13A-B412-4340-B077-D3E7A60A9DD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -41,6 +43,18 @@ Global
4143
{04380244-C141-4760-AD83-5854E728C21F}.Debug|Any CPU.Build.0 = Debug|Any CPU
4244
{04380244-C141-4760-AD83-5854E728C21F}.Release|Any CPU.ActiveCfg = Release|Any CPU
4345
{04380244-C141-4760-AD83-5854E728C21F}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{8571D8F9-0847-46C8-A794-845B331982B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
47+
{8571D8F9-0847-46C8-A794-845B331982B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{8571D8F9-0847-46C8-A794-845B331982B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
49+
{8571D8F9-0847-46C8-A794-845B331982B7}.Release|Any CPU.Build.0 = Release|Any CPU
50+
{02E23070-947C-4438-8E50-CC2456D237BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51+
{02E23070-947C-4438-8E50-CC2456D237BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
52+
{02E23070-947C-4438-8E50-CC2456D237BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
53+
{02E23070-947C-4438-8E50-CC2456D237BA}.Release|Any CPU.Build.0 = Release|Any CPU
54+
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
55+
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
56+
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
57+
{3751E3BA-0333-4240-899F-2607FB83AB0D}.Release|Any CPU.Build.0 = Release|Any CPU
4458
EndGlobalSection
4559
GlobalSection(SolutionProperties) = preSolution
4660
HideSolutionNode = FALSE
@@ -49,8 +63,10 @@ Global
4963
{A7A8D928-30D6-4497-8B7D-F233B79A2917} = {F3D3C787-7053-411A-96E3-6D4D8A11C983}
5064
{A98104E8-D149-44EA-AE61-8E2A350B6D91} = {F3D3C787-7053-411A-96E3-6D4D8A11C983}
5165
{8EA9F43D-3B41-40A4-88D7-68AF33F90C55} = {5898776F-DBF8-4C30-85A3-66401B12016F}
52-
{3751E3BA-0333-4240-899F-2607FB83AB0D} = {5898776F-DBF8-4C30-85A3-66401B12016F}
5366
{FCB0F13A-B412-4340-B077-D3E7A60A9DD7} = {A7A8D928-30D6-4497-8B7D-F233B79A2917}
5467
{04380244-C141-4760-AD83-5854E728C21F} = {A98104E8-D149-44EA-AE61-8E2A350B6D91}
68+
{8571D8F9-0847-46C8-A794-845B331982B7} = {5898776F-DBF8-4C30-85A3-66401B12016F}
69+
{02E23070-947C-4438-8E50-CC2456D237BA} = {FA211DF3-D9A7-431A-B239-8B448021CEBA}
70+
{3751E3BA-0333-4240-899F-2607FB83AB0D} = {5898776F-DBF8-4C30-85A3-66401B12016F}
5571
EndGlobalSection
5672
EndGlobal

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projects": [ "src", "test" ],
2+
"projects": [ "src", "test", "other" ],
33
"sdk": {
44
"version": "1.0.0-preview1-002702"
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>02e23070-947c-4438-8e50-cc2456d237ba</ProjectGuid>
10+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11+
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\</OutputPath>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<SchemaVersion>2.0</SchemaVersion>
15+
</PropertyGroup>
16+
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
17+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using System.Reflection;
5+
using System.Resources;
6+
7+
[assembly: AssemblyMetadata("Serviceable", "True")]
8+
[assembly: NeutralResourcesLanguage("en-us")]
9+
[assembly: AssemblyCompany("Microsoft Corporation.")]
10+
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
11+
[assembly: AssemblyProduct("Microsoft .NET Extensions")]

0 commit comments

Comments
 (0)