-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Closed
Copy link
Labels
Area-CompilerCompiler-related issues which don't belong to other categoriesCompiler-related issues which don't belong to other categoriesBugImpact-High(Internal MS Team use only) Describes an issue with extreme impact on existing code.(Internal MS Team use only) Describes an issue with extreme impact on existing code.
Milestone
Description
Repro steps
Provide the steps required to reproduce the problem:
- Clone this specific commit: https://github.com/BoyBaykiller/opentk/tree/5c9dc6e6f0ec4c911fe05357dbfccc7e81d1842f
- Try to compile this test project using
dotnet build -v:n .\tests\OpenTK.Tests\OpenTK.Tests.fsproj
Expected behavior
The compiler should compile the project (this particular commit has a runtime error, but that shouldn't matter).
Actual behavior
The compiler never finishes compiling the project.
Known workarounds
Switching to .net6.0
fixes the issue.
Related information
I also tried targeting and compiling the project with SDK Version: 9.0.100-preview.6.24328.19 and I still get the hang.
Provide any related information (optional):
- Operating system: Windows 10
- .NET Runtime kind (.NET Core, .NET Framework, Mono): .NET Core 8.0.303
- Editing Tools (e.g. Visual Studio Version, Visual Studio): Visual Studio 2022 Version 17.10.5
Metadata
Metadata
Assignees
Labels
Area-CompilerCompiler-related issues which don't belong to other categoriesCompiler-related issues which don't belong to other categoriesBugImpact-High(Internal MS Team use only) Describes an issue with extreme impact on existing code.(Internal MS Team use only) Describes an issue with extreme impact on existing code.
Type
Projects
Status
In Progress