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
First, great work on this. It's impressive, and feels almost as if it' a native feature most of a the time.
Well, except for some rough edges.
In all solutions that are created with dotnet sln add or Visual Studio, on my Mac, I always get errors about these projects.
The tool seems to want me to change \\ to /, although all tools (dotnet, VS for Mac, VS Code, Rider) don't have a problem with it as it is, but even if the project and solution are on the same folder, I get this:
Interestingly, changing "MyDaemonApp.csproj" to "./MyDaemonApp.csproj"does not remove the error, only makes it highlight the . instead of the whole block (might need to zoom the pic to see it):
Am I right to think that if the tools are generating this, and are OK with it, that it's not a real warning?
Otherwise, is it OK to have a setting to hide this kind of errors?
Thanks a lot for all the great free work on this extension.
The text was updated successfully, but these errors were encountered:
Hello,
First, great work on this. It's impressive, and feels almost as if it' a native feature most of a the time.
Well, except for some rough edges.
In all solutions that are created with
dotnet sln add
or Visual Studio, on my Mac, I always get errors about these projects.The tool seems to want me to change
\\
to/
, although all tools (dotnet, VS for Mac, VS Code, Rider) don't have a problem with it as it is, but even if the project and solution are on the same folder, I get this:Interestingly, changing
"MyDaemonApp.csproj"
to"./MyDaemonApp.csproj"
does not remove the error, only makes it highlight the.
instead of the whole block (might need to zoom the pic to see it):Am I right to think that if the tools are generating this, and are OK with it, that it's not a real warning?
Otherwise, is it OK to have a setting to hide this kind of errors?
Thanks a lot for all the great free work on this extension.
The text was updated successfully, but these errors were encountered: