diff --git a/src/ApplicationCore/ApplicationCore.csproj b/src/ApplicationCore/ApplicationCore.csproj index da1721e..f29ae0a 100644 --- a/src/ApplicationCore/ApplicationCore.csproj +++ b/src/ApplicationCore/ApplicationCore.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index d4b15fc..db74180 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/src/Web/Startup.cs b/src/Web/Startup.cs index 5b57d17..dc4a91f 100644 --- a/src/Web/Startup.cs +++ b/src/Web/Startup.cs @@ -183,7 +183,7 @@ namespace Microsoft.eShopWeb.Web } // This method gets called by the runtime. Use this method to configure the HTTP request pipeline. - public void Configure(IApplicationBuilder app, IHostingEnvironment env, LinkGenerator linkGenerator) + public void Configure(IApplicationBuilder app, IHostingEnvironment env) { //app.UseDeveloperExceptionPage(); app.UseHealthChecks("/health", diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index edb0d0e..887960b 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -16,7 +16,7 @@ - + diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj index ad861f9..6ebd9b8 100644 --- a/tests/FunctionalTests/FunctionalTests.csproj +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -15,13 +15,13 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/tests/FunctionalTests/Web/Controllers/AccountControllerSignIn.cs b/tests/FunctionalTests/Web/Controllers/AccountControllerSignIn.cs index 83e19e5..0035a83 100644 --- a/tests/FunctionalTests/Web/Controllers/AccountControllerSignIn.cs +++ b/tests/FunctionalTests/Web/Controllers/AccountControllerSignIn.cs @@ -34,7 +34,7 @@ namespace Microsoft.eShopWeb.FunctionalTests.Web.Controllers } [Fact] - public async Task RegexMatchesValidRequestVerificationToken() + public void RegexMatchesValidRequestVerificationToken() { // TODO: Move to a unit test // TODO: Move regex to a constant in test project diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj index 2cbbf59..ce38e73 100644 --- a/tests/IntegrationTests/IntegrationTests.csproj +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/tests/IntegrationTests/LoginService.cs b/tests/IntegrationTests/LoginService.cs index d67d4e7..b207f4f 100644 --- a/tests/IntegrationTests/LoginService.cs +++ b/tests/IntegrationTests/LoginService.cs @@ -46,7 +46,7 @@ namespace Microsoft.eShopWeb.IntegrationTests.Repositories.OrderRepositoryTests Assert.True(result.Succeeded); } - catch (Exception ex) + catch (Exception) { } } diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj index 9917fe0..5a28914 100644 --- a/tests/UnitTests/UnitTests.csproj +++ b/tests/UnitTests/UnitTests.csproj @@ -8,7 +8,7 @@ - +