File tree Expand file tree Collapse file tree 5 files changed +10
-15
lines changed
Xero.Demo.Infrastructure/Languages Expand file tree Collapse file tree 5 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1- using Microsoft . AspNetCore . Authentication ;
21using Microsoft . AspNetCore . Hosting ;
32using Microsoft . AspNetCore . Mvc . Testing ;
43using Microsoft . EntityFrameworkCore ;
87using System . Linq ;
98using System . Threading . Tasks ;
109using Xero . Demo . Api . Datastore ;
11- using Xero . Demo . Api . Tests . EndpointTests . IntegrationTests ;
1210using Xero . Demo . Api . Tests . EndpointTests . UnitTests . V1 . TestData ;
1311
1412namespace Xero . Demo . Api . Tests . Setup
Original file line number Diff line number Diff line change 11using Microsoft . AspNetCore . Hosting ;
2- using Microsoft . EntityFrameworkCore ;
3- using Microsoft . Extensions . DependencyInjection ;
42using Microsoft . Extensions . Hosting ;
53using System . Threading . Tasks ;
6- using Xero . Demo . Api . Datastore ;
74using Xero . Demo . Api . Domain ;
85
96namespace Xero . Demo . Api
Original file line number Diff line number Diff line change 1010 "profiles" : {
1111 "IIS Express" : {
1212 "commandName" : " IISExpress" ,
13- "launchBrowser" : true ,
14- "environmentVariables" : {
15- "ASPNETCORE_ENVIRONMENT" : " Development"
16- }
17- },
18- "Xero.Demo.Api" : {
19- "commandName" : " Project" ,
2013 "launchUrl" : " swagger" ,
2114 "launchBrowser" : true ,
2215 "environmentVariables" : {
2316 "ASPNETCORE_ENVIRONMENT" : " Development"
2417 },
2518 "applicationUrl" : " http://localhost:5000"
2619 }
20+ },
21+ "Xero.Demo.Api" : {
22+ "commandName" : " Project" ,
23+ "launchUrl" : " swagger" ,
24+ "launchBrowser" : true ,
25+ "environmentVariables" : {
26+ "ASPNETCORE_ENVIRONMENT" : " Development"
27+ },
28+ "applicationUrl" : " http://localhost:5000"
2729 }
28- }
30+ } }
Original file line number Diff line number Diff line change 11using Microsoft . AspNetCore . Http ;
22using Microsoft . AspNetCore . Localization ;
33using System ;
4- using System . Collections . Generic ;
5- using System . Linq ;
64using System . Text . RegularExpressions ;
75using System . Threading . Tasks ;
86
You can’t perform that action at this time.
0 commit comments