This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import './index.css'; | |
import App from './App'; | |
import * as serviceWorker from './serviceWorker'; | |
import { Auth0Provider } from './auth/Auth' | |
import config from "./auth/auth_config.json"; | |
import history from "./utils/history"; | |
// A function that routes the user to the right place after login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Ninject; | |
using Microsoft.Extensions.Configuration; | |
using Microsoft.Extensions.Options; | |
namespace MyProject.Extensions | |
{ | |
public static class ConfigurationSetupExtensions | |
{ | |
// Ninject version of: |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'install', | |
1 verbose cli 'cldr-data' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose node symlink C:\Program Files\nodejs\\node.exe | |
5 verbose cache add [ 'cldr-data', null ] | |
6 verbose cache add name=undefined spec="cldr-data" args=["cldr-data",null] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
This file is used by the publish/package process of your Web project. You can customize the behavior of this process | |
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121. | |
--> | |
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<WebPublishMethod>Package</WebPublishMethod> | |
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | |
<LastUsedPlatform>Any CPU</LastUsedPlatform> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Target Name="CustomAfterPublish" AfterTargets="PipelineDeployPhase;MSDeployPublish;Package"> | |
<!-- Note to see this message when publishing from VS in the output window you must increase the verbosity | |
of the output to Detailed. Here is where you can find the setting: | |
Tools->Options->Projects and Solutions->Build and Run->MSBuild project build verbosity. --> | |
<Message Text="**************** Custom target after publish ****************" Importance="high" /> | |
<Copy SourceFiles="$(ProjectDir)\MyCustomScript.js" DestinationFolder="C:\MyFolder\data\repos\conf\web" /> | |
</Target> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files\Microsoft Visual Studio 11.0\VC>vstest.console "C:\Schetine\tru | |
nk\Schetine\bin\Schetine.Tests.dll" /inisolation | |
Microsoft (R) Test Execution Command Line Tool Version 11.0.50323.1 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
Failed Create | |
Error Message: | |
Initialization method Schetine.Tests.Controllers.RealtyControllerTest.Setup t | |
hrew exception. System.IO.FileLoadException: System.IO.FileLoadException: Could |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files\Microsoft Visual Studio 11.0\VC>mstest /testcontainer:"C:\Schet | |
ine\trunk\Schetine\bin\Schetine.Tests.dll" /noisolation | |
Microsoft (R) Test Execution Command Line Tool Version 11.0.50214.1 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading C:\Schetine\trunk\Schetine\bin\Schetine.Tests.dll... | |
Starting execution... | |
Results Top Level Tests | |
------- --------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
V, 2124, 1, 2012/04/19, 11:51:32.519, 53768136965, devenv.exe, TestPluginCache: Updating loadOnlyWellKnownExtensions from False to False. | |
V, 2124, 1, 2012/04/19, 11:51:32.519, 53768157695, devenv.exe, TestPluginCache: Using directories for assembly resolution 'C:\USERS\LENIEL\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\EVZSJR1D.MSX'. | |
V, 2124, 1, 2012/04/19, 11:51:32.519, 53768159871, devenv.exe, TestPluginCache: Updated the available extensions to 'C:\USERS\LENIEL\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\11.0\EXTENSIONS\EVZSJR1D.MSX\NUnit.VisualStudio.TestAdapter.dll'. | |
I, 2124, 19, 2012/04/19, 11:51:32.582, 53768357990, devenv.exe, CommonUtilities.ResolveFilePath: File path resolved to: | |
I, 2124, 19, 2012/04/19, 11:51:32.582, 53768359167, devenv.exe, TestRunnerServiceClient: Starting test runner process: | |
I, 2124, 19, 2012/04/19, 11:51:32.582, 53768359270, devenv.exe, TestRunnerServiceClient: Starting test runner process: , arguments: /parentProcessId 2124, workingDirectory: C:\Windows\system32 | |
V, 2124, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version ="1.0"?> | |
<configuration> | |
<configSections> | |
<section name="msbuildToolsets" type="Microsoft.Build.BuildEngine.ToolsetConfigurationSection, Microsoft.Build.Engine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | |
</configSections> | |
<startup useLegacyV2RuntimeActivationPolicy="true"> | |
<supportedRuntime version="v4.0.30319" /> | |
<requiredRuntime version="v4.0.30319" safemode="true"/> | |
</startup> | |
<runtime> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server Error in '/test' Application. | |
Access is denied | |
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. | |
Exception Details: System.Net.HttpListenerException: Access is denied | |
Source Error: | |
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |