-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with bootstrap new C# file #11
Comments
Hi @Sofistico, thank you for reporting this issue. Do you have any non-standard permissions model? Is that a work machine (maybe IT policies?) |
It is a work machine. the administrator of the machine is my company, but my user has full access, when i run this command: |
Is there some command or something that i can run to see and/or some other stuff that can be done? |
Another thing that happens frequently, is when i bootstrap a file, it gets only the last file, like this: namespace Animations;
public class KaboomAnimation
{
} where the path from nvim is: |
|
I don't have any other drive aside from C: the sln is on the root of the project, on the MagiRogue folder, here is the project: Here is an empty file inside the project that when i try to bootstrap, it generates weirdly: If it isn't much to ask, can you clone the project on that branch and try to bootstrap the file? |
@Sofistico, yes. I cloned it and I think I can reproduce the issue. The bootstrapped namespace is |
When i try to run the bootstrap command, it returns an error and show this error:
C:/Users/user/source/project/ is not accessible by the current user!
C:/Users/user/project/ is not accessible by the current user!
C:/Users/project/ is not accessible by the current user!
C:/plataforma-biometria-api/ is not accessible by the current user!
plataforma-biometria-api/ is not accessible by the current user!
the absolute path to the root of the project is
C:/Users/user/source/repos/project/project.sln
And then when i type enter or any command for it to continue, the file name is correct, but the namespace is defined as:
namespace C:;
The text was updated successfully, but these errors were encountered: