Skip to content

Commit 686e8fb

Browse files
committed
ran codemaid
1 parent f39096a commit 686e8fb

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
lines changed

src/Api.Test/Product.db

-36 KB
Binary file not shown.

src/Api.Test/Setup/SetupStartup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Microsoft.AspNetCore.Authentication;
21
using Microsoft.AspNetCore.Hosting;
32
using Microsoft.AspNetCore.Mvc.Testing;
43
using Microsoft.EntityFrameworkCore;
@@ -8,7 +7,6 @@
87
using System.Linq;
98
using System.Threading.Tasks;
109
using Xero.Demo.Api.Datastore;
11-
using Xero.Demo.Api.Tests.EndpointTests.IntegrationTests;
1210
using Xero.Demo.Api.Tests.EndpointTests.UnitTests.V1.TestData;
1311

1412
namespace Xero.Demo.Api.Tests.Setup

src/Api/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
using Microsoft.AspNetCore.Hosting;
2-
using Microsoft.EntityFrameworkCore;
3-
using Microsoft.Extensions.DependencyInjection;
42
using Microsoft.Extensions.Hosting;
53
using System.Threading.Tasks;
6-
using Xero.Demo.Api.Datastore;
74
using Xero.Demo.Api.Domain;
85

96
namespace Xero.Demo.Api

src/Api/Properties/launchSettings.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,21 @@
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+
} }

src/Api/Xero.Demo.Infrastructure/Languages/JsonRequestCultureProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using Microsoft.AspNetCore.Http;
22
using Microsoft.AspNetCore.Localization;
33
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
64
using System.Text.RegularExpressions;
75
using System.Threading.Tasks;
86

0 commit comments

Comments
 (0)