-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Partner requestbugneeds-triageHave yet to determine what bucket this goes in.Have yet to determine what bucket this goes in.
Description
Issue Description
Loading a project in C# Dev Kit (VSCode) and Solution Explorer is failing to load:

Steps to Reproduce
Install VS 17.9 int.preview which is getting preview SDK for 8.0.200 builds
Open a folder in C# Dev Kit
Expected Behavior
Project loads fine (this is a regression)
Actual Behavior
No solution explorer loads, no roslyn project context exists
Analysis
No idea.
I've implmeneted this workaround in my csproj file:
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
<CopyUpToDateMarker>$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '$(IntermediateOutputPath)', '$(MSBuildProjectFile).CopyComplete'))</CopyUpToDateMarker>
<MSBuildCopyMarkerName>$(MSBuildProjectFile)</MSBuildCopyMarkerName>
</PropertyGroup>
Versions & Configurations
dotnet info:
.NET SDK:
Version: 8.0.200-preview.23604.9
Commit: a75f89274d
Workload version: 8.0.200-manifests.3b83835e
Runtime Environment:
OS Name: Windows
OS Version: 10.0.22635
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.200-preview.23604.9\
.NET workloads installed:
Workload version: 8.0.200-manifests.3b83835e
[maui-windows]
Installation Source: VS 17.9.34412.211
Manifest Version: 8.0.3/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.maui\8.0.3\WorkloadManifest.json
Install Type: FileBased
[android]
Installation Source: VS 17.9.34412.211
Manifest Version: 34.0.52/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.android\34.0.52\WorkloadManifest.json
Install Type: FileBased
[aspire]
Installation Source: VS 17.9.34412.211
Manifest Version: 8.0.0-preview.1.23557.2/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.0.0-preview.1.23557.2\WorkloadManifest.json
Install Type: FileBased
[maccatalyst]
Installation Source: VS 17.9.34412.211
Manifest Version: 17.0.8490/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.maccatalyst\17.0.8490\WorkloadManifest.json
Install Type: FileBased
[ios]
Installation Source: VS 17.9.34412.211
Manifest Version: 17.0.8490/8.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.ios\17.0.8490\WorkloadManifest.json
Install Type: FileBased
Host:
Version: 8.0.0
Architecture: x64
Commit: 5535e31a71
.NET SDKs installed:
8.0.200-preview.23604.9 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 5.0.17 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 5.0.17 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 5.0.17 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.25 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 7.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]
msbuild -version:
MSBuild version 17.9.0-preview-23612-07+5af9301a6 for .NET Framework
17.9.0.61207
Metadata
Metadata
Assignees
Labels
Partner requestbugneeds-triageHave yet to determine what bucket this goes in.Have yet to determine what bucket this goes in.