MrX

Results 9 comments of MrX

Same issue here on Apple M1 with the following dockerfile ``` FROM mcr.microsoft.com/dotnet/sdk:6.0 AS installer-env # Build requires 3.1 SDK COPY --from=mcr.microsoft.com/dotnet/core/sdk:3.1 /usr/share/dotnet /usr/share/dotnet COPY . /src/dotnet-function-app RUN cd /src/dotnet-function-app...

I think you must specify opt.ServerAddres to the IP address used by your client to connect to your ftp server. Otherwise the local ip address of the docker container will...

I made it work by setting the PublicAddress of the SimplePasvOptions to the ip address of my server

Since the project uses OS native WebView, I'm not sure this is possible...

If that can helps, this is the way to do it un LTSpice .subckt MAXI330 1 2 B1 1 2 V=I(B1) MAG FREQ= + 20.142, 20.883, -74.570 + 50.537, 8.537,...

File search is completely broken since last week, it uses to work perfectly fine for me. Some files are found others not. I can't see the pattern. ![Image](https://github.com/user-attachments/assets/799d7d69-9e20-4d31-9d18-d20c5edfcf8e) ![Image](https://github.com/user-attachments/assets/580ef3a0-7974-4748-affe-6618154b795b)

I do have the exact same issue, very small project. Compiles and run fines. No warning flags in Rider. ![image](https://github.com/dotnet/razor/assets/2973549/2add9f7e-f4bf-41da-ab61-0221a7642382) c#: v2.23.2 (pre-release) VSCode: 1.87.2 MacOS: Sonoma 14.1.2