You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2026. It is now read-only.
I have a symbolic link on my user profile, that prevents me from using Autorest. I followed the path, it comes down to the mkdir methods in this livrary that use the lstat method, but don't consider the possibility for a symbolic link for a directory. It probably makes sense to use stat in this case instead.
I have a symbolic link on my user profile, that prevents me from using Autorest. I followed the path, it comes down to the mkdir methods in this livrary that use the lstat method, but don't consider the possibility for a symbolic link for a directory. It probably makes sense to use stat in this case instead.