MS
using MyConnectionMultiplexer = namespace.to.target;
Size: a a a
MS
MS
MS
DP
IC
IC
MS
DG
DG
IC
IC
DG
MS
DG
A
RUN dotnet publish \
--no-build \
-f netcoreapp3.1 \
-r linux-x64 \
-c ${CONFIGURATION:-Release} \
-p:PublishReadyToRun=true \
-p:PublishTrimmed=true \
-p:SelfContained=true \
-p:CrossGenDuringPublish=false \
-p:PublishReadyToRunShowWarnings=true \
-o output
Could not load file or assembly 'System.Reflection.....
IC
RUN dotnet publish \
--no-build \
-f netcoreapp3.1 \
-r linux-x64 \
-c ${CONFIGURATION:-Release} \
-p:PublishReadyToRun=true \
-p:PublishTrimmed=true \
-p:SelfContained=true \
-p:CrossGenDuringPublish=false \
-p:PublishReadyToRunShowWarnings=true \
-o output
Could not load file or assembly 'System.Reflection.....
IC
A