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
dotnet build tries to recursively build projects, even if it wasn't asked to.
To Reproduce
Create an ASP.NET project and cd into it (dotnet new webapi -n test && cd test)
Initialise a Git repo (git init)
Add a Git submodule with kwsch/PKHeX (git submodule add https://github.com/kwsch/PKHeX.git) [this is where I initially saw the issue, especially since I'm on Linux and can't compile PKHeX]
Build the ASP.NET project (dotnet build)
Exceptions (if any)
N/A
Further technical details
Include the output of dotnet --info
❯ dotnet --info
.NET SDK:
Version: 9.0.103
Commit: c4e5fd73fe
Workload version: 9.0.100-manifests.e611c4b6
MSBuild version: 17.12.24+c4e5fd73f
Runtime Environment:
OS Name: arch
OS Version:
OS Platform: Linux
RID: linux-x64
Base Path: /usr/share/dotnet/sdk/9.0.103/
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.2
Architecture: x64
Commit: c4e5fd73fe
.NET SDKs installed:
6.0.136 [/usr/share/dotnet/sdk]
8.0.113 [/usr/share/dotnet/sdk]
9.0.103 [/usr/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.36 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.13 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
VSCode 1.97.2-2
The text was updated successfully, but these errors were encountered:
Describe the bug
dotnet build
tries to recursively build projects, even if it wasn't asked to.To Reproduce
cd
into it (dotnet new webapi -n test && cd test
)git init
)git submodule add https://github.com/kwsch/PKHeX.git
) [this is where I initially saw the issue, especially since I'm on Linux and can't compile PKHeX]dotnet build
)Exceptions (if any)
N/A
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: