Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Aug 14, 2018
1 parent 8eeb385 commit b9e88e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/Ocelot.Provider.Rafty/FilePeersProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using Microsoft.Extensions.Options;
using Middleware;
using System.Collections.Generic;
using Administration;

public class FilePeersProvider : IPeersProvider
{
Expand Down
1 change: 1 addition & 0 deletions src/Ocelot.Provider.Rafty/HttpPeer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using Administration;

public class HttpPeer : IPeer
{
Expand Down
1 change: 1 addition & 0 deletions test/Ocelot.Provider.Rafty.IntegrationTests/RaftTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
using Administration;
using Configuration.File;
using DependencyInjection;
using global::Rafty.Infrastructure;
Expand Down
1 change: 1 addition & 0 deletions test/Ocelot.Provider.Rafty.ManualTest/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace Ocelot.Provider.Rafty.ManualTest
{
using System.IO;
using Administration;
using DependencyInjection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
namespace Ocelot.Provider.Rafty.UnitTests.Properties
namespace Ocelot.Provider.Rafty.UnitTests
{
using System;
using System.Collections.Generic;
using Administration;
using DependencyInjection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting.Internal;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using TestStack.BDDfy;
using Xunit;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting.Internal;
using System;
using System.Collections.Generic;

public class OcelotAdministrationBuilderExtensionsTests
{
Expand Down

0 comments on commit b9e88e0

Please sign in to comment.