-
### Motivation
Many times you want to include a very long shell call as a script that should fit into 1 line, e.g.:
```
dotnet tool install Microsoft.DotNet.XHarness.CLI …
-
When running the tool, the following is being returned:
```
Errors occurred while analyzing dependencies for some of your projects. Are you sure you can connect to all your configured NuGet server…
jtsom updated
1 month ago
-
per issue #19650
> I observed that the original issue reporter has shared a feature with similar functionalities [here](https://github.com/dotnet/sdk/issues/19650). The implementation appears thou…
-
### Describe the feature you'd like
The "global.json" file format (`dotnet new globaljson`) is well documented, but VSCode does not offer autocompletion for all fields. In particular, `"msbuild-sdk…
-
### Describe the bug
When install .NET Global Tools with `dotnet tool install` command with .NET 8 SDK.
Duplicated `.nupkg` file copy is created to tool installed directory.
Sometimes `nupkg` fil…
-
## Issue Description ##
When I'm typing a first part of a variable name in an interpolated string expression, the intellisense will not trigger, the exception to this so far has been when I try to ac…
-
**Describe the bug**
Run the update script to update existing SaaS-Accelerator in Azure, but get error
**To Reproduce**
Steps to reproduce the behavior:
1. Fork the SaaS-Accelerator code with la…
-
I'm getting System.TypeInitializationException when running the tool.
Initially I could not even run the tool after installing with command:
```sh
dotnet tool install --global ClangSharpPInvoke…
-
### Describe the bug.
Error : (DotnetNonZeroInstallerExitCodeError)
Failed to download .NET 8.0.303-global~x64:
An error was raised by the .NET SDK installer. The exit code it gave us: 1.
The .NET…
-
Type: Bug
## Issue Description ##
Having watched files or paths is causing the workspace/didChangeWatchedFiles handler to try and 1:1 tranlate a glob pattern (valid paths can include `..` anywhere)…