Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

[HttpServer] Fixes #118 - React to breaking Web schema changes #119

Open
wants to merge 77 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
af24955
React to new `RequestDelegate` namespace
dougbu Nov 2, 2015
2c89dee
Getting the broker through RequestServices instead of ApplicationServ…
ajtowf Nov 20, 2015
01e7ec9
Bring the latest updates from release to dev
avanderhoorn Nov 23, 2015
05eb4a0
Update package dependencies to be setup for dev
avanderhoorn Nov 23, 2015
b976c0a
Merge pull request #86 from ajtowf/dev
avanderhoorn Nov 23, 2015
9d915da
Fixup broken tfm reference... most likely bad merge from previous
avanderhoorn Nov 23, 2015
c10ea2d
React to breaking razor teg helper registration change
avanderhoorn Nov 23, 2015
1146ead
Add a new solution folder to try and clean things up a little
avanderhoorn Nov 25, 2015
421818b
Get project.json's ready for for Systm.Web introduction
avanderhoorn Nov 25, 2015
3106f1c
Initial commit of SystemWeb project structure
avanderhoorn Nov 29, 2015
03899f3
Resolves #91 by appending html to post content rather than overwritin…
damienpontifex Nov 30, 2015
c946be7
Missed update to RazorServices to capture interface update
avanderhoorn Nov 30, 2015
a3309f2
Merge pull request #92 from damienpontifex/post-content-append
nikmd23 Nov 30, 2015
9b4a534
Merge pull request #90 from Glimpse/SystemWeb_Project_Structure
avanderhoorn Nov 30, 2015
b3c7d6a
Switch default project.json's over to be DNX
avanderhoorn Dec 2, 2015
8ecbc92
Initial setup to get Glimpse pointing to SystemWebAdatper
avanderhoorn Dec 3, 2015
a88a2a3
Add sample systemweb project
avanderhoorn Dec 3, 2015
9585abf
Make sure we ignore systemweb project.json
avanderhoorn Dec 3, 2015
ab68014
Create root entry point for SystemWeb
avanderhoorn Dec 3, 2015
03fa38c
Fix up how SystemWebAdapter package references dlls
avanderhoorn Dec 3, 2015
e6be9ba
Remove missing .MinimumLevel setter
nikmd23 Dec 3, 2015
9e8483b
Bring Service Collection builder and extensions back out from DNX ifdef
avanderhoorn Dec 3, 2015
9dc2f9a
Fillout SystemWeb entry point with implementation
avanderhoorn Dec 3, 2015
de4e7ad
Add ability to disable auto registration of services... with the way …
avanderhoorn Dec 3, 2015
9286490
Rename GlimpseServices to CommonServices to be inline with the way th…
avanderhoorn Dec 4, 2015
a4473d1
Setup projects to produce output on build
avanderhoorn Dec 4, 2015
55d8274
Implement DefaultAssemblyProvider for SystemWeb
avanderhoorn Dec 4, 2015
878602f
Make type selection a little more robust given SystemWeb assembly dis…
avanderhoorn Dec 4, 2015
79799c4
Remove unused namespaces
avanderhoorn Dec 4, 2015
c74b6ff
Setup base HttpModule which checks to see if it Should run and then runs
avanderhoorn Dec 4, 2015
e4f3efe
Base implementation of HttpHandler
avanderhoorn Dec 7, 2015
9600ab3
Add SystemWebAdapter to Server project.json
avanderhoorn Dec 7, 2015
57882c4
Unify the IResourceBuilder register methods
avanderhoorn Dec 7, 2015
a0ff5d6
Reorder logic in ResourceManager slightly
avanderhoorn Dec 7, 2015
238d11b
Shift DNX resources and resource infrastructure into _DNX and matchin…
avanderhoorn Dec 7, 2015
4d74afc
Fix missing ifdef
avanderhoorn Dec 7, 2015
d0268b6
Make sure ResourceStartup is ifdefed
avanderhoorn Dec 8, 2015
630847f
Fix the service registration of a couple of services that could be sw…
avanderhoorn Dec 8, 2015
812ed73
Have registration of IResources use the manager directly
avanderhoorn Dec 8, 2015
b3d9128
Abstract out the Resource registration/execution and Authorization fr…
avanderhoorn Dec 8, 2015
30b6ad5
Abstract out Resource Startup setup to simplify server Middleware logic
avanderhoorn Dec 8, 2015
df34c90
Initial real implementation of Server Handler
avanderhoorn Dec 9, 2015
1ecc1fe
Lets make sure registration of handler endpoints only happens once
avanderhoorn Dec 9, 2015
0b84d76
Shift placement of import in xporj to support exporting dlls
avanderhoorn Dec 10, 2015
f571ec5
Remove unused project that was missed in previous cleanup
avanderhoorn Dec 10, 2015
dc7dd5f
Big project rename to make new naming standards given SystemWeb and D…
avanderhoorn Dec 10, 2015
8ff145f
Raname sample projects to be inline with new naming convention
avanderhoorn Dec 10, 2015
0259009
Pull out SystemWeb vs DNX abstractions from within Glimpse.Agent.Core…
avanderhoorn Dec 10, 2015
bcaf18a
Breakout server dnx/systemweb folders into separate projects
avanderhoorn Dec 11, 2015
055ae0f
Split out ifdef from service registration for Server and Agent
avanderhoorn Dec 11, 2015
7cc3b0b
Split common into DNX and SystemWeb
avanderhoorn Dec 14, 2015
5682dfc
Correctly setup service registration given the new structure
avanderhoorn Dec 14, 2015
0b8bc1c
Fix where embedded file provider looks for resources by default
avanderhoorn Dec 14, 2015
13fed0e
Fix where razor host tries to load its tag helpers from
avanderhoorn Dec 14, 2015
21a6d7d
Remove dependency that StartupOptions has on appbuilder
avanderhoorn Dec 15, 2015
b9537d0
Move namespace that IRegisterServices is in to be consistent
avanderhoorn Dec 15, 2015
20debab
Refactor services out of internal/reflection and init namespaces
avanderhoorn Dec 15, 2015
d6564c7
Change Glimpse.Services namespace to Glimpse.Platform
avanderhoorn Dec 15, 2015
eec767b
Shift contextdata into platform namespace
avanderhoorn Dec 15, 2015
463c656
Cleanup unused namespaces
avanderhoorn Dec 15, 2015
1772adb
Cleanup response types and formatting
avanderhoorn Dec 15, 2015
89c3b6e
Big refactoring of how services are registered, their namespaces and …
avanderhoorn Dec 15, 2015
80d6953
Remove lock to a given dnx version
avanderhoorn Dec 16, 2015
7b5cf60
More refacotring of types & namespaces
avanderhoorn Dec 16, 2015
a062780
Next round of moves in agent
avanderhoorn Dec 16, 2015
0a28805
Update to deal with latest breaking changes from aspnet
avanderhoorn Dec 23, 2015
c08d578
Setup systemweb projects to publish their output
avanderhoorn Dec 23, 2015
688d4d0
Setup the SystemWeb samples in solution
avanderhoorn Dec 23, 2015
942b3e0
Setup sample systemweb project with required packges/dependencies
avanderhoorn Dec 24, 2015
6bae0df
Update build script to work with dotnet CLI
nikmd23 Jan 21, 2016
1308eb0
Fixup which feed we are working aginst
Feb 9, 2016
447bf5d
Update which sample package versions we are working against
Feb 9, 2016
24fa6c4
Add back in IsLocal to the feature collection for the moment
Feb 9, 2016
0365eed
Adjust to changes in the view component DS ags
Feb 9, 2016
8e9e41e
Update references to be inline with latest changes hitting aspnetvnex…
avanderhoorn Mar 10, 2016
0ee3089
Fixes breaking response/request schema changes
avanderhoorn Mar 11, 2016
6893221
Update names of message types produced
avanderhoorn Mar 14, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,9 @@ $RECYCLE.BIN/
*.msp

project.lock.json
_SystemWeb_project.lock.json
.vs
/src/Glimpse.*.Sample/wwwroot/lib/

# Temp whilst we are prototyping SystemWebAdapter
!wrap/**
61 changes: 61 additions & 0 deletions Glimpse.SystemWeb.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6AD4BC4F-CA12-4EE0-A6D5-BBE4B9CC56EC}"
ProjectSection(SolutionItems) = preProject
src\readme.md = src\readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{618A5846-961D-4DBE-8850-678F01CB61D1}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Glimpse.Common", "src\Glimpse.Common\Glimpse.Common.xproj", "{C0FB7983-E851-4567-8540-153F9B7EC42D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{214245A9-D0ED-479C-B514-B482510C5F73}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Glimpse.Server", "src\Glimpse.Server\Glimpse.Server.xproj", "{C6EFFA30-9D16-412C-8FD7-C87B909E030E}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Glimpse.Agent.AspNet", "src\Glimpse.Agent.AspNet\Glimpse.Agent.AspNet.xproj", "{06F2EF61-61D8-40C9-8BEE-EBF64352DE6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{4F6B131C-CBEE-44D2-891A-FD88998A3331}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.AgentServer.SystemWeb.Mvc.Sample", "sample\Glimpse.AgentServer.SystemWeb.Mvc.Sample\Glimpse.AgentServer.SystemWeb.Mvc.Sample.csproj", "{342C28CC-82F5-4DAD-A176-669BD567479A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0FB7983-E851-4567-8540-153F9B7EC42D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0FB7983-E851-4567-8540-153F9B7EC42D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0FB7983-E851-4567-8540-153F9B7EC42D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0FB7983-E851-4567-8540-153F9B7EC42D}.Release|Any CPU.Build.0 = Release|Any CPU
{C6EFFA30-9D16-412C-8FD7-C87B909E030E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6EFFA30-9D16-412C-8FD7-C87B909E030E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6EFFA30-9D16-412C-8FD7-C87B909E030E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6EFFA30-9D16-412C-8FD7-C87B909E030E}.Release|Any CPU.Build.0 = Release|Any CPU
{06F2EF61-61D8-40C9-8BEE-EBF64352DE6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F2EF61-61D8-40C9-8BEE-EBF64352DE6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F2EF61-61D8-40C9-8BEE-EBF64352DE6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F2EF61-61D8-40C9-8BEE-EBF64352DE6F}.Release|Any CPU.Build.0 = Release|Any CPU
{342C28CC-82F5-4DAD-A176-669BD567479A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{342C28CC-82F5-4DAD-A176-669BD567479A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{342C28CC-82F5-4DAD-A176-669BD567479A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{342C28CC-82F5-4DAD-A176-669BD567479A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0FB7983-E851-4567-8540-153F9B7EC42D} = {6AD4BC4F-CA12-4EE0-A6D5-BBE4B9CC56EC}
{C6EFFA30-9D16-412C-8FD7-C87B909E030E} = {6AD4BC4F-CA12-4EE0-A6D5-BBE4B9CC56EC}
{06F2EF61-61D8-40C9-8BEE-EBF64352DE6F} = {6AD4BC4F-CA12-4EE0-A6D5-BBE4B9CC56EC}
{342C28CC-82F5-4DAD-A176-669BD567479A} = {4F6B131C-CBEE-44D2-891A-FD88998A3331}
EndGlobalSection
EndGlobal
139 changes: 102 additions & 37 deletions Glimpse.sln

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
64 changes: 32 additions & 32 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
@echo off
cd %~dp0

@ECHO off
SETLOCAL

SET REPO_FOLDER=%~dp0
CD %REPO_FOLDER%

SET BUILD_FOLDER=.build
SET KOREBUILD_FOLDER=%BUILD_FOLDER%\KoreBuild-dotnet
SET KOREBUILD_VERSION=

SET NUGET_PATH=%BUILD_FOLDER%\NuGet.exe
SET NUGET_VERSION=latest
SET CACHED_NUGET=%LocalAppData%\NuGet\nuget.%NUGET_VERSION%.exe
SET BUILDCMD_KOREBUILD_VERSION=
SET BUILDCMD_DNX_VERSION=

IF EXIST %CACHED_NUGET% goto copynuget
echo Downloading latest version of NuGet.exe...
IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://dist.nuget.org/win-x86-commandline/%NUGET_VERSION%/nuget.exe' -OutFile '%CACHED_NUGET%'"

:copynuget
IF EXIST .nuget\nuget.exe goto restore
md .nuget
copy %CACHED_NUGET% .nuget\nuget.exe > nul

:restore
IF EXIST packages\Sake goto getdnx
IF "%BUILDCMD_KOREBUILD_VERSION%"=="" (
.nuget\nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
) ELSE (
.nuget\nuget.exe install KoreBuild -version %BUILDCMD_KOREBUILD_VERSION% -ExcludeVersion -o packages -nocache -pre

IF NOT EXIST %BUILD_FOLDER% (
md %BUILD_FOLDER%
)
.nuget\NuGet.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages

:getdnx
IF "%BUILDCMD_DNX_VERSION%"=="" (
SET BUILDCMD_DNX_VERSION=latest
IF NOT EXIST %NUGET_PATH% (
IF NOT EXIST %CACHED_NUGET% (
echo Downloading latest version of NuGet.exe...
IF NOT EXIST %LocalAppData%\NuGet (
md %LocalAppData%\NuGet
)
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://dist.nuget.org/win-x86-commandline/%NUGET_VERSION%/nuget.exe' -OutFile '%CACHED_NUGET%'"
)

copy %CACHED_NUGET% %NUGET_PATH% > nul
)
IF "%SKIP_DNX_INSTALL%"=="" (
CALL packages\KoreBuild\build\dnvm install %BUILDCMD_DNX_VERSION% -runtime CoreCLR -arch x86 -alias default
CALL packages\KoreBuild\build\dnvm install default -runtime CLR -arch x86 -alias default
) ELSE (
CALL packages\KoreBuild\build\dnvm use default -runtime CLR -arch x86

IF NOT EXIST %KOREBUILD_FOLDER% (
SET KOREBUILD_DOWNLOAD_ARGS=
IF NOT "%KOREBUILD_VERSION%"=="" (
SET KOREBUILD_DOWNLOAD_ARGS=-version %KOREBUILD_VERSION%
)

%BUILD_FOLDER%\nuget.exe install KoreBuild-dotnet -ExcludeVersion -o %BUILD_FOLDER% -nocache -pre %KOREBUILD_DOWNLOAD_ARGS%
)

packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*
"%KOREBUILD_FOLDER%\build\KoreBuild.cmd" %*
45 changes: 25 additions & 20 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
#!/usr/bin/env bash

SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
done
repoFolder="$( cd -P "$( dirname "$SOURCE" )" && pwd )"

buildFolder=.build
koreBuildFolder=$buildFolder/KoreBuild-dotnet

nugetPath=$buildFolder/nuget.exe

if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild
else
Expand All @@ -11,33 +24,25 @@ else
fi
mkdir -p $cachedir
nugetVersion=latest
cachePath=$cachedir/nuget.$nugetVersion.exe
cacheNuget=$cachedir/nuget.$nugetVersion.exe

url=https://dist.nuget.org/win-x86-commandline/$nugetVersion/nuget.exe
nugetUrl=https://dist.nuget.org/win-x86-commandline/$nugetVersion/nuget.exe

if test ! -f $cachePath; then
wget -O $cachePath $url 2>/dev/null || curl -o $cachePath --location $url /dev/null
if test ! -d $buildFolder; then
mkdir $buildFolder
fi

if test ! -e .nuget; then
mkdir .nuget
cp $cachePath .nuget/nuget.exe
fi
if test ! -f $nugetPath; then
if test ! -f $cacheNuget; then
wget -O $cacheNuget $nugetUrl 2>/dev/null || curl -o $cacheNuget --location $nugetUrl /dev/null
fi

if test ! -d packages/Sake; then
mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
mono .nuget/nuget.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
cp $cacheNuget $nugetPath
fi

if ! type dnvm > /dev/null 2>&1; then
source packages/KoreBuild/build/dnvm.sh
if test ! -d $koreBuildFolder; then
mono $nugetPath install KoreBuild-dotnet -ExcludeVersion -o $buildFolder -nocache -pre
fi

if ! type dnx > /dev/null 2>&1 || [ -z "$SKIP_DNX_INSTALL" ]; then
dnvm install latest -runtime coreclr -alias default
dnvm install default -runtime mono -alias default
else
dnvm use default -runtime mono
fi
source $koreBuildFolder/build/KoreBuild.sh

mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"
8 changes: 6 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"projects": [ "src", "test/websites" ]
}
"projects": [
"src",
"test/websites",
"wrap"
]
}
25 changes: 0 additions & 25 deletions sample/Glimpse.Agent.AspNet.Sample/project.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
using Glimpse.Agent;
using Glimpse.Initialization;
using Microsoft.AspNet.Builder;
using Microsoft.Extensions.Configuration;
using Microsoft.AspNet.Hosting;
using Microsoft.Extensions.DependencyInjection;

namespace Glimpse.Agent.Sample
namespace Glimpse.Agent.Dnx.Sample
{
public class Startup
{
Expand All @@ -16,9 +16,7 @@ public Startup()
Console.WriteLine("==================================\n");
Console.ResetColor();
}

public IConfiguration Configuration { get; set; }


public void ConfigureServices(IServiceCollection services)
{
/* Example of how to use fixed provider
Expand Down Expand Up @@ -50,5 +48,15 @@ public void Configure(IApplicationBuilder app)

app.UseWelcomePage();
}

public static void Main(string[] args)
{
var application = new WebApplicationBuilder()
.UseConfiguration(WebApplicationConfiguration.GetDefault(args))
.UseStartup<Startup>()
.Build();

application.Run();
}
}
}
4 changes: 4 additions & 0 deletions sample/Glimpse.Agent.Dnx.Sample/hosting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"server": "Microsoft.AspNet.Server.Kestrel",
"server.urls": "http://localhost:5200"
}
25 changes: 25 additions & 0 deletions sample/Glimpse.Agent.Dnx.Sample/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "1.0.0-*",
"dependencies": {
"Glimpse.Agent.Dnx": "",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*"
},
"frameworks": {
"dnx451": { }
},
"exclude": "wwwroot/**/*.*",
"packExclude": [
"**.kproj",
"**.user",
"**.vspscc"
],
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "Glimpse.Agent.Dnx.Sample"
}
}
27 changes: 0 additions & 27 deletions sample/Glimpse.AgentServer.AspNet.Sample/project.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity;
using Glimpse.AgentServer.AspNet.Mvc.Sample.Models;
using Glimpse.AgentServer.AspNet.Mvc.Sample.Services;
using Glimpse.AgentServer.AspNet.Mvc.Sample.ViewModels.Account;
using Glimpse.AgentServer.Dnx.Mvc.Sample.Models;
using Glimpse.AgentServer.Dnx.Mvc.Sample.Services;
using Glimpse.AgentServer.Dnx.Mvc.Sample.ViewModels.Account;

namespace Glimpse.AgentServer.AspNet.Mvc.Sample.Controllers
namespace Glimpse.AgentServer.Dnx.Mvc.Sample.Controllers
{
[Authorize]
public class AccountController : Controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;

namespace Glimpse.AgentServer.AspNet.Mvc.Sample.Controllers
namespace Glimpse.AgentServer.Dnx.Mvc.Sample.Controllers
{
public class HomeController : Controller
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Glimpse.AgentServer.AspNet.Mvc.Sample.Models;
using Glimpse.AgentServer.AspNet.Mvc.Sample.Services;
using Glimpse.AgentServer.AspNet.Mvc.Sample.ViewModels.Manage;
using Glimpse.AgentServer.Dnx.Mvc.Sample.Models;
using Glimpse.AgentServer.Dnx.Mvc.Sample.Services;
using Glimpse.AgentServer.Dnx.Mvc.Sample.ViewModels.Manage;

namespace Glimpse.AgentServer.AspNet.Mvc.Sample.Controllers
namespace Glimpse.AgentServer.Dnx.Mvc.Sample.Controllers
{
[Authorize]
public class ManageController : Controller
Expand Down
Loading