The Microsoft Visual C# Interactive Compiler (CSI.exe) allows to execute C# Script files from the commandline or to enter C# Scripts interactively.
Questions tagged [csi]
37 questions
0
votes
1 answer
Clarification on the security of using secretKeyRef in Kubernetes manifest
I was looking into an entirely separate issue and then came across this question which raised some concerns:
https://stackoverflow.com/a/50510753/3123109
I'm doing something pretty similar. I'm using the CSI Driver for Azure to integrate Azure…

cjones
- 8,384
- 17
- 81
- 175
0
votes
1 answer
Esp32 csi to rssi
I am creating a project on esp32, currently I need to gather information for esp about the distance of the device with wifi from the esp32 modules. I used the project from github to gather…

somedisplayname21
- 15
- 2
0
votes
1 answer
Jetson Xavier Entry Level CSI-2 Camera Module
Looking for an entry-level camera module for the Jetson Xavier
Hi,
I have been looking into the Jetson Xavier Development Board which meets my requirements for size and performance. As part of my build I need to add many camera modules, ideally…

Lloyd Rayner
- 1,009
- 2
- 7
- 10
0
votes
1 answer
Why Does Command Line C# Interactive (csi.exe) Ignore Explicit Assembly Reference?
Microsoft (R) Visual C# Interactive Compiler version 2.9.0.63208
Windows 7 64 bit
NBitcoin 4.1.1.68
====
System.Security.Cryptography.Algorithms version 4.3.0.0 has an SHA256Managed class that I want to use in C# Interactive (csi.exe).
I added that…

deduper
- 1,944
- 9
- 22
0
votes
1 answer
How do I get the path or directory of my currently-executing script in CSI?
What is the best way to get my script’s path from a CSI script? I want to be able to have my script be #loaded from a script running in a different directory and still get access to its own directory and not be affected by the working directory. I…

binki
- 7,754
- 5
- 64
- 110
-1
votes
1 answer
Understanding automatic CSI migration
As in-tree plug-ins are going to be deprecated, third party storage provider is installed as default in the Kubernetes cluster. So my doubt is if I don’t enable automatic CSI migration, what will happen if I create new workloads with pvc using CSI…

Sowmiya
- 57
- 4
-1
votes
2 answers
Kubernetes CSI driver upgrade
We are developing k8s CSI driver
Currently in order to upgrade driver we delete the installed operator pods, cdrs and roles and recreate them from new version images.
What is suggested way to do upgrade? Or is uninstall/install is the suggested…

Igor Gonopolskiy
- 37
- 4