Citrix Workspace .net Core 8.0 Or Later |verified| Review
FROM mcr.microsoft.com/dotnet/runtime:8.0 WORKDIR /app COPY bin/Release/net8.0/linux-x64/publish/ . ENTRYPOINT ["dotnet", "MyCitrixTool.dll"] Note: This runs inside a Linux VDA session but does not support GUI. End of Paper
# Set HDX Adaptive Transport to prefer EDT Set-BrokerAccessPolicyRule -Name "BlazorUsers" -AllowAdaptiveTransport $true Set-VDAPolicy -Name "BlazorWebSocket" -Setting "WebSocketOverEDT" -Value "Enabled" citrix workspace .net core 8.0 or later
Console.WriteLine($"Session ID: CitrixEnvironment.SessionId"); Console.WriteLine($"Client IP: CitrixEnvironment.ClientAddress"); FROM mcr