Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Abaranch/request name #17

Merged
merged 4 commits into from
Apr 13, 2015
Merged

Abaranch/request name #17

merged 4 commits into from
Apr 13, 2015

Conversation

abaranch
Copy link
Contributor

Added controller can action in request name. Refactored functional tests so we can create different application and add same tests there.

@@ -47,6 +47,8 @@ public static void AddApplicationInsightsTelemetry(this IServiceCollection servi
rt.Context.InstrumentationKey = svcs.GetService<TelemetryClient>().Context.InstrumentationKey;
return rt;
});

//services.AddScoped<RouteContext>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it?

@SergeyKanzhelev
Copy link
Contributor

Looks good. Please file an issue if you see problem with this pull request. I'll merge it as Anastasia is sick

SergeyKanzhelev pushed a commit that referenced this pull request Apr 13, 2015
@SergeyKanzhelev SergeyKanzhelev merged commit 13244db into master Apr 13, 2015
using Microsoft.Framework.ConfigurationModel;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Logging;
using Microsoft.Framework.Logging.Console;
using SampleWebAppIntegration.Models;
using FunctionalTestUtils;
using System;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The (ASP.NET Coding Style)[https://github.com/aspnet/Home/wiki/Engineering-guidelines#coding-style-guidelines--general] places System assemblies above other assemblies, such as Microsoft.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants