-
There's a performance difference between native debugging and Docker container debugging. The problem can be observed when expanding variables in VS Code. In this test project https://github.com/jamie…
-
### Product
dotnet CLI (dotnet new)
### Describe The Bug
> Note, I've stripped most of the code to show the bare minimum for the bug
I have a `.bicep` file that contains the following code:
```…
-
### Describe the Issue
transferred from https://github.com/dotnet/vscode-csharp/issues/7617, filed by @glen-84
Type: Bug
## Issue Description ##
There is an excessive amount of logging in th…
-
## Environment data
`dotnet --info` output:
```
.NET Core SDK (reflecting any global.json):
Version: 3.0.100-preview-009812
Commit: e3abf6e935
Runtime Environment:
OS Name: debian…
-
VSCode always downloads.net Runtime 7.0.10 when it starts.
Found because the c# Dev kit extension is installed.
Disable the c# Dev kit and it will no longer download.
If installing the extens…
-
#### Describe the bug
I'm trying to execute dotnet try to try code samples of this repo but when I'm try run the code, I got this red area without any message.
What can I do in this case????
I…
-
### Describe the bug
Both fsharp & csharp scripts fail to see any class from System.Security.Cryptography on .NET 7
### To Reproduce
Running this code in an fsx file results in *error FS0039: The…
-
Code looks like below:
```
return await _entities.Search(x => x.Propname).Containing(keywords.Split(' '))
.ToRanked().OrderByDescending(x => x.Hits)
.Select(x =…
-
### Using a Razor component via an alias isn't recognized by the compiler
If I want to rename/alias a Razor component when using it in a Razor page/Razor component, I should be able to reference it u…
-
### Describe the bug
Building ASP.NET MVC applications with .NET 9 is 2x slower than .NET 8 for basic applications and 10x slower for applications that utilize several client-side libraries (e.g. wit…