mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-05 07:46:32 +02:00
Add docker execution environment
This commit is contained in:
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
using RemoteExec.Client.Exceptions;
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
using System.Collections.Concurrent;
|
||||
using System.Reflection;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
namespace RemoteExec.Client;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
|
||||
using RemoteExec.Client.Exceptions;
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
using System.Collections.Concurrent;
|
||||
using System.Reflection;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
using System.Threading.Channels;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
|
||||
using RemoteExec.Shared;
|
||||
using RemoteExec.Shared.Models;
|
||||
|
||||
namespace RemoteExec.Client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user