Skip to content

Commit 4ac0108

Browse files
authored
Optimization on 4.0.0 preview (#37)
* changing readme on abstractions * bug fixes, optimizations and test * switching empty scheme strategy * eliminating host utilities for testing * adding functions sources for testing * test optimization and other improvements
1 parent 0d6b9e6 commit 4ac0108

File tree

73 files changed

+2726
-655
lines changed

Some content is hidden

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

73 files changed

+2726
-655
lines changed

Functions-Authorize.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{3A9A7517
1515
.editorconfig = .editorconfig
1616
.gitignore = .gitignore
1717
LICENSE = LICENSE
18+
NuGet.Config = NuGet.Config
1819
README.md = README.md
1920
EndProjectSection
2021
EndProject
@@ -45,6 +46,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".assets", ".assets", "{2A6C
4546
.assets\icon.png = .assets\icon.png
4647
EndProjectSection
4748
EndProject
49+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Tests", "test\Common.Tests\Common.Tests.csproj", "{E7143566-8DA8-4D2F-AA23-7FB0BADE229F}"
50+
EndProject
51+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Isolated.Tests", "test\Isolated.Tests\Isolated.Tests.csproj", "{4E74E715-7549-46C4-AF0F-464C24FA00E7}"
52+
EndProject
53+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InProc.Tests", "test\InProc.Tests\InProc.Tests.csproj", "{3E24DA59-3292-430E-B784-5FC13CAEDA5E}"
54+
EndProject
4855
Global
4956
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5057
Debug|Any CPU = Debug|Any CPU
@@ -75,6 +82,18 @@ Global
7582
{05468E2C-BFCF-49A4-A083-8BEE26767FA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
7683
{05468E2C-BFCF-49A4-A083-8BEE26767FA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
7784
{05468E2C-BFCF-49A4-A083-8BEE26767FA5}.Release|Any CPU.Build.0 = Release|Any CPU
85+
{E7143566-8DA8-4D2F-AA23-7FB0BADE229F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86+
{E7143566-8DA8-4D2F-AA23-7FB0BADE229F}.Debug|Any CPU.Build.0 = Debug|Any CPU
87+
{E7143566-8DA8-4D2F-AA23-7FB0BADE229F}.Release|Any CPU.ActiveCfg = Release|Any CPU
88+
{E7143566-8DA8-4D2F-AA23-7FB0BADE229F}.Release|Any CPU.Build.0 = Release|Any CPU
89+
{4E74E715-7549-46C4-AF0F-464C24FA00E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90+
{4E74E715-7549-46C4-AF0F-464C24FA00E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
91+
{4E74E715-7549-46C4-AF0F-464C24FA00E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
92+
{4E74E715-7549-46C4-AF0F-464C24FA00E7}.Release|Any CPU.Build.0 = Release|Any CPU
93+
{3E24DA59-3292-430E-B784-5FC13CAEDA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
94+
{3E24DA59-3292-430E-B784-5FC13CAEDA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
95+
{3E24DA59-3292-430E-B784-5FC13CAEDA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
96+
{3E24DA59-3292-430E-B784-5FC13CAEDA5E}.Release|Any CPU.Build.0 = Release|Any CPU
7897
EndGlobalSection
7998
GlobalSection(SolutionProperties) = preSolution
8099
HideSolutionNode = FALSE
@@ -86,6 +105,9 @@ Global
86105
{323DA8F9-DC74-491D-9B52-8F58ABAB2B47} = {284270FA-3689-46E6-B74C-249EA8981B78}
87106
{5766D189-64CA-4735-8378-5D5B529F8EB1} = {284270FA-3689-46E6-B74C-249EA8981B78}
88107
{05468E2C-BFCF-49A4-A083-8BEE26767FA5} = {284270FA-3689-46E6-B74C-249EA8981B78}
108+
{E7143566-8DA8-4D2F-AA23-7FB0BADE229F} = {051D16F8-54BB-482B-B2A9-47E2DA89E6DB}
109+
{4E74E715-7549-46C4-AF0F-464C24FA00E7} = {051D16F8-54BB-482B-B2A9-47E2DA89E6DB}
110+
{3E24DA59-3292-430E-B784-5FC13CAEDA5E} = {051D16F8-54BB-482B-B2A9-47E2DA89E6DB}
89111
EndGlobalSection
90112
GlobalSection(ExtensibilityGlobals) = postSolution
91113
SolutionGuid = {546E3A6C-060C-4630-BEEE-46A1F8715347}

NuGet.Config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="AzFuncDependencies" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctions/nuget/v3/index.json" />
6+
<add key="FunctionsPs" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/Microsoft.Azure.Functions.PowerShellWorker/nuget/v3/index.json" />
7+
<add key="Functions" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsRelease/nuget/v3/index.json" />
8+
<add key="AzureFunctionsPreRelease" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsPreRelease/nuget/v3/index.json" />
9+
<add key="AzureFunctionsTempStaging" value="https://azfunc.pkgs.visualstudio.com/e6a70c92-4128-439f-8012-382fe78d6396/_packaging/AzureFunctionsTempStaging/nuget/v3/index.json" />
10+
</packageSources>
11+
</configuration>

sample/DarkLoop.Azure.Functions.Authorize.SampleFunctions/.gitignore

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

sample/DarkLoop.Azure.Functions.Authorize.SampleFunctions/DarkLoop.Azure.Functions.Authorize.SampleFunctions.csproj

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

sample/DarkLoop.Azure.Functions.Authorize.SampleFunctions/Function1.cs

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

0 commit comments

Comments
 (0)