mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:30:50 +08:00 
			
		
		
		
	Updated packages (#1133)
* Upgrading nugets * doc changes * more changes to remove warnings * one more fix * one more fix * forcing the build
This commit is contained in:
		@@ -22,7 +22,7 @@ namespace Ocelot.UnitTests.Kubernetes
 | 
			
		||||
    {
 | 
			
		||||
        private IWebHost _fakeKubeBuilder;
 | 
			
		||||
        private ServiceV1 _serviceEntries;
 | 
			
		||||
        private Kube _provider;
 | 
			
		||||
        private readonly Kube _provider;
 | 
			
		||||
        private readonly string _serviceName;
 | 
			
		||||
        private readonly string _namespaces;
 | 
			
		||||
        private readonly int _port;
 | 
			
		||||
@@ -38,7 +38,7 @@ namespace Ocelot.UnitTests.Kubernetes
 | 
			
		||||
        {
 | 
			
		||||
            _serviceName = "test";
 | 
			
		||||
            _namespaces = "dev";
 | 
			
		||||
            _port = 8001;
 | 
			
		||||
            _port = 86;
 | 
			
		||||
            _kubeHost = "localhost";
 | 
			
		||||
            _fakekubeServiceDiscoveryUrl = $"http://{_kubeHost}:{_port}";
 | 
			
		||||
            _serviceEntries = new ServiceV1();
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,6 @@ namespace Ocelot.UnitTests.Kubernetes
 | 
			
		||||
    public class OcelotBuilderExtensionsTests
 | 
			
		||||
    {
 | 
			
		||||
        private readonly IServiceCollection _services;
 | 
			
		||||
        private IServiceProvider _serviceProvider;
 | 
			
		||||
        private readonly IConfiguration _configRoot;
 | 
			
		||||
        private IOcelotBuilder _ocelotBuilder;
 | 
			
		||||
        private Exception _ex;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user