𝒲𝒾𝒢𝓏𝒢𝓇𝓇
𝒲𝒾𝒢𝓏𝒢𝓇𝓇
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
Yeah
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
Just found this
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
done everything and even tried the one thing on that website that I didn't already to no avail
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
I've tried new and old projects they all have this issue
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
many times, I've been trying to fix this off and on for a while
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
output:
.NET SDK:
Version: 7.0.400
Commit: 73bf45718d

Runtime Environment:
OS Name: Mac OS X
OS Version: 13.5
OS Platform: Darwin
RID: osx.13-arm64
Base Path: /usr/local/share/dotnet/sdk/7.0.400/

Host:
Version: 7.0.10
Architecture: arm64
Commit: a6dbb800a4

.NET SDKs installed:
7.0.400 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.10 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.10 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
x64 [/usr/local/share/dotnet/x64]
registered at [/etc/dotnet/install_location_x64]

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download
.NET SDK:
Version: 7.0.400
Commit: 73bf45718d

Runtime Environment:
OS Name: Mac OS X
OS Version: 13.5
OS Platform: Darwin
RID: osx.13-arm64
Base Path: /usr/local/share/dotnet/sdk/7.0.400/

Host:
Version: 7.0.10
Architecture: arm64
Commit: a6dbb800a4

.NET SDKs installed:
7.0.400 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.10 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.10 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
x64 [/usr/local/share/dotnet/x64]
registered at [/etc/dotnet/install_location_x64]

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
to the command
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
there is the output
7.0.400 [/usr/local/share/dotnet/sdk]
7.0.400 [/usr/local/share/dotnet/sdk]
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
that's all of it
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 9/6/2023 in #help
βœ… No SKD's?
Using dotnet configured on PATH
Dotnet path: /usr/local/share/dotnet/dotnet
Activating C# standalone...
[Info - 8:25:58 PM] [Program]Language server initialized
No .NET SDKs were found.

Download a .NET SDK:
https://aka.ms/dotnet/download

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found
[Error - 8:25:58 PM] [LanguageServerHost]System.InvalidOperationException: Failed to find an appropriate version of .NET Core MSBuild. Call to hostfxr_resolve_sdk2 failed. There may be more details in stderr.
at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetDotNetBasePaths(String workingDirectory)+MoveNext()
at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetInstances(String workingDirectory)+MoveNext()
at Microsoft.Build.Locator.MSBuildLocator.GetInstances(VisualStudioInstanceQueryOptions options)+MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.TryEnsureMSBuildLoadedAsync(String workingDirectory) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 159
at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.OpenSolutionAsync(String solutionFilePath) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 97
at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`3.StartRequestAsync(TRequestContext context, CancellationToken cancellationToken) in /_/src/Features/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 136
Detected new installation of ms-dotnettools.csdevkit
Using dotnet configured on PATH
Dotnet path: /usr/local/share/dotnet/dotnet
Activating C# standalone...
[Info - 8:25:58 PM] [Program]Language server initialized
No .NET SDKs were found.

Download a .NET SDK:
https://aka.ms/dotnet/download

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found
[Error - 8:25:58 PM] [LanguageServerHost]System.InvalidOperationException: Failed to find an appropriate version of .NET Core MSBuild. Call to hostfxr_resolve_sdk2 failed. There may be more details in stderr.
at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetDotNetBasePaths(String workingDirectory)+MoveNext()
at Microsoft.Build.Locator.DotNetSdkLocationHelper.GetInstances(String workingDirectory)+MoveNext()
at Microsoft.Build.Locator.MSBuildLocator.GetInstances(VisualStudioInstanceQueryOptions options)+MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.TryEnsureMSBuildLoadedAsync(String workingDirectory) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 159
at Microsoft.CodeAnalysis.LanguageServer.HostWorkspace.LanguageServerProjectSystem.OpenSolutionAsync(String solutionFilePath) in /_/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/HostWorkspace/LanguageServerProjectSystem.cs:line 97
at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`3.StartRequestAsync(TRequestContext context, CancellationToken cancellationToken) in /_/src/Features/LanguageServer/Microsoft.CommonLanguageServerProtocol.Framework/QueueItem.cs:line 136
Detected new installation of ms-dotnettools.csdevkit
28 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 8/23/2023 in #help
❔ OmniSharp is Brokey
thank you
8 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 8/23/2023 in #help
❔ OmniSharp is Brokey
there really is no error code... here was prints
Failed to find dotnet info from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime
Found dotnet version 7.0.10. Minimum required version is 7.0.100.
Dotnet path: /Users/user/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/dotnet
Activating C# standalone...
Failed to find dotnet info from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime
Found dotnet version 7.0.10. Minimum required version is 7.0.100.
Dotnet path: /Users/user/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.10/dotnet
Activating C# standalone...
8 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 8/15/2023 in #help
❔ CMD Causing Problems with Custom Input Class
thank you for the help!
11 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 8/15/2023 in #help
❔ CMD Causing Problems with Custom Input Class
Yes sorry, There was a different bug that made it look like it didn't work
11 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 8/15/2023 in #help
❔ CMD Causing Problems with Custom Input Class
The only argument that Im seeing on this page is the "intercept" argument and from the website it says this argument: "Determines whether to display the pressed key in the console window. true to not display the pressed key; otherwise, false".
11 replies
CC#
Created by 𝒲𝒾𝒢𝓏𝒢𝓇𝓇 on 8/15/2023 in #help
❔ CMD Causing Problems with Custom Input Class
That is the function I am using, that is causing the weird backspace issue
11 replies