-
### Steps to reproduce
Let's consider these 3 project files :
ProjectA
```xml
net471
```
ProjectB
```xml
net471
```
ProjectC
```xml
…
-
In the following case:
projectA.AddProjects([projectB], dependency=False)
projectB.AddProjects([projectC], dependency=False)
If projectA is the selected instance in CSnake, then projectA, projectB an…
-
## Bug Description
When running npm-pack-here using the globalCacheOption for two targets, where one of the targets is a also a dependency of the other target, an error will occur like …
-
# Problem
Consider the following projects and classes:
### ProjectA
_is not included in the solution_
``` cs
namespace ProjectA
{
using System;
using System.ComponentModel;
public cla…
-
I was thinking:
```
add : # adds a project to the root dependency
add : : ... # adds project dependencies to another project dependency
```
For example. Adding `my/branch` to the root dependenc…
-
My workspace is a bit untypical. The root directory is not a git repo, but provides commands to automate `git clone` and `make` several interdependent projects with specified branch name of the repo o…
-
java.lang.NoClassDefFoundError: com/project/c/CClass
```
projectA:
AController.java
@RestController
public class AController {
@RequestMapping(value = "/print",method = RequestMethod.GET)
pu…
-
The [SetPlatform Negotiation feature](https://github.com/dotnet/msbuild/blob/main/documentation/ProjectReference-Protocol.md#setplatform-negotiation) does not work "out-of-the-box" if there is an `Any…
-
Please describe the problem.
When I have cross-compiler in compile_commands.json as the first element in "arguments[]", clangd seems not ignoring it, and it report information such as:
```
:Coc…
-
### Brief Issue Summary
Internally the cmake.selectActiveFolder command can receive the following parameter types:
- CMakeProject - unfortunately the CMake Tools API only allows me to get a Projec…