-
### Is your feature request related to a problem? Please describe.
When using the 'csharp-netcore' generator even with `nullableReferenceTypes` set to true and targetting only net6.0 / net7.0 nulla…
-
## Issue Description ##
As a user who has to target multiple Target Framework versions, I would like to be able to choose the specific framework Omnisharp should use. This functionality is homologous…
-
In some situations, it looks like the VS Code debugger is unable to attach fast enough to hit specific breakpoints. For example, if we create a boilerplate C# httptriggered Azure function and add a …
-
New console app with framework reference to `Microsoft.NETCore.App`, remove the `version` property from `.runtimeconfig.json`, run the app:
Fails with:
```
It was not possible to find any compati…
-
### Describe the bug
OpenAPI Service Reference generated code is not included during build when System.Windows.Window object exists in project.
### To Reproduce
1. Create a Core Console project…
-
*Migrated from: https://github.com/dotnet/sdk/issues/35705*
---
Using a very specific combination of dotnet CLI arguments and msbuild properties, .NET 7 (and lower?) would allow you to run a pub…
-
## Environment data
`dotnet --info` output:
.NET Core SDK (reflecting any global.json):
Version: 2.1.403
Commit: 04e15494b6
Runtime Environment:
OS Name: Windows
OS Version: 10.…
-
### Version
ionide F# v7.18.2
### Dotnet Info
.NET SDK:
Version: 8.0.200
Commit: 438cab6a9d
Workload version: 8.0.200-manifests.5638171e
Runtime Environment:
OS Nam…
-
_From @basbossink on Thursday, September 19, 2019 4:05:34 PM_
## Steps to reproduce
Create a project that depends on a pre-release package that is not available (yet).
```sh
dotnet restore
```
…
-
---
**Issue moved from dotnet/docs#21425**
- Please respond to @lauxjpn.
---
_From @lauxjpn on Tuesday, November 10, 2020 3:40:01 AM_
**Issue description**
The `Regex.Match()` method…