-
### Describe the bug
If using custom log formatting (e.g. JSON) and `"launchBrowser": true` in launchSettings.json, `dotnet watch` will hard exit when it fails to launch the browser.
### To Reproduc…
cfbao updated
3 weeks ago
-
**Description**
We need to integrate Code Climate into our CI/CD pipeline to generate coverage reports for our project. This integration will help us maintain code quality and provide insights into…
-
### 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…
-
As an admin-only tool, if there's a Send/Receive problem with a project, we might sometimes want to download an .fwdata file from the repo. The actual logic for how the .fwdata file gets put together …
-
I'm not able to debug share extension with current Xamarin.iOS, not sure if it's because of Xcode 15.
### Steps to Reproduce
1. Create an iOS Project with Share extension
2. Build and deploy iO…
-
### Describe the bug
Somewhere between `9.0.100-preview.7.24365.2` and `9.0.100-preview.7.24365.10` ([diff](https://github.com/dotnet/sdk/compare/7968bc1587169c5f8503b141da98a9f987e1fa73...0b6dbc26…
-
### Context
> NOTE: This is related to https://github.com/dotnet/diagnostics/issues/1260. Both issues repro'd consistently against the same PID.
I encountered this while analyzing perf of a .NET C…
-
### Describe the Bug
`dotnet dev-certs https` no longer creates a folder if one does not exist
### Steps to Reproduce
Previously, running the following code worked:
```
FROM mcr.microsoft.com/dotn…
-
### NuGet Product Used
dotnet.exe
### Product Version
9.0.100-rc.1.24452.12
### Worked before?
_No response_
### Impact
It's more difficult to complete my work
### Repro Steps & Context
# Rep…
-
### Reproduction steps
Dockerfile:
```
FROM microsoft/dotnet:2.2.100-sdk-alpine3.8 AS build
COPY .git ./
RUN apk add libcurl && \
dotnet tool install -g minver-cli --version 1.0.0-beta.1 …