ce fini
This commit is contained in:
parent
9d74f05f79
commit
f38027398c
@ -1,5 +1,4 @@
|
||||
using Microsoft.CodeAnalysis.Operations;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Orleans.Configuration;
|
||||
|
||||
@ -2,12 +2,7 @@
|
||||
using Orleans.Runtime;
|
||||
using Orleans.Streams;
|
||||
using StackExchange.Redis;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Provider
|
||||
{
|
||||
|
||||
@ -1,12 +1,7 @@
|
||||
using Orleans.Runtime;
|
||||
using Orleans.Streams;
|
||||
using StackExchange.Redis;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Provider
|
||||
{
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Orleans;
|
||||
using Orleans.Configuration;
|
||||
using Orleans.Providers.Streams.Common;
|
||||
using Orleans.Streams;
|
||||
|
||||
@ -1,11 +1,6 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Orleans.Runtime;
|
||||
using Orleans.Streams;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Provider
|
||||
{
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
using Orleans;
|
||||
using Orleans.Streams;
|
||||
using Orleans.Streams;
|
||||
using StackExchange.Redis;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Provider
|
||||
{
|
||||
|
||||
@ -1,12 +1,9 @@
|
||||
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Orleans.Configuration;
|
||||
using Orleans.Runtime;
|
||||
using Orleans.Streams;
|
||||
using Provider;
|
||||
using StackExchange.Redis;
|
||||
|
||||
var builder = new HostBuilder()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user