-
Main reason is the coolness of dotnet-suggest
-
Hi,
i think that collecting dumps in linux is still not really polished, i'm on Ubuntu 20.04 and dotnet 7, this is the process :
Run a dotnet7 application as user, in another console try to run
…
-
# Description of the new feature/enhancement
I should be able to execute `winget create` and have the new manifest creation tool executed.
https://github.com/microsoft/winget-create/discussions/…
-
### Describe the feature
The disk cache folder on Windows resides in `C:\Users\\.cache\giget`, which applies Linux/macOS standards to Windows. I suggest we move it to the correct Windows folder, wh…
-
### Description
# Issue: Unable to Run MAUI Apps on Android 11 ❌
## Description
I am experiencing issues running a .NET 8 MAUI application on an Android 11 device. The app was created using the defa…
-
### Apple platform
Mac Catalyst
### Framework version
net9.0-*
### Affected platform version
9.0.100-preview.7.24407.12
### Description
Upgrading an 8.0 MAUI app to 9.0 by changing TFMs to `net…
-
### Analyzer
**CA1835**: Prefer the memory-based overloads of ReadAsync/WriteAsync methods in stream-based classes
https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rul…
-
Posting this issue to this repo as per the suggestion of @tarekgh
https://github.com/dotnet/roslyn-analyzers/issues/7285
https://github.com/dotnet/roslyn-analyzers/pull/7286
tldr: Invalid br…
-
### Is your feature request related to a problem? Please describe.
As CentralPacakgeManagement becomes more mainstream it is something we would like to offer as an option in our templates like:
```b…
-
I'm building 2 ASP.NET Core Web API services containerized with Docker, `WebApplication1` and `WebApplication2`. `WebApplication2` depends on `WebApplication1` that is why in `WebApplication1`, I have…