seperate redux ui impl into FrontendCore project
This commit is contained in:
@@ -23,6 +23,7 @@ public class UiProcessService(IHostApplicationLifetime lifetime) : BackgroundSer
|
||||
using var executable =
|
||||
typeof(UiProcessService).Assembly.GetManifestResourceStream(
|
||||
$"{typeof(UiProcessService).Namespace!}.{UiExecutableName}");
|
||||
|
||||
if (executable == null)
|
||||
throw new FileNotFoundException("Failed to open resource as stream.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user