-
For example, acquisition and usage of https://www.nuget.org/packages/dotnet-format/ is quite simple:
```
dotnet tool install --global dotnet-format
```
```
dotnet-format --files MyModel.cs
`…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
`MSB4018 The "ResolveCompressedAssets" task failed unexpectedly.`
I have both `9.0.100` and …
-
Hello,
First of all, I want to note that about 5 weeks ago, the problem was not observed.
But something has changed.
Dockerfile (part of):
```FROM mcr.microsoft.com/dotnet/sdk:${CORE_VERSION:-8.0}
R…
-
### Describe the bug
Publish fails at the wasm-opt stage of blazor WASM AOT compilation with error message:
```
emcc : error : '/usr/share/dotnet/packs/Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.lin…
-
### Describe the bug
`dotnet format --verify-no-changes --no-restore` just hangs with no output when run in this configuration:
- Azure Pipelines (local is fine)
- .NET 9 SDK (.NET 8 SDK is fine)
- …
-
### Type of issue
Missing information
### Description
https://learn.microsoft.com/dotnet/core/install/upgrade currently provides very high level guidance to upgrading projects for each major .NET v…
-
### URL
https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/create
### Operating system
windows
### More information about your system
_No response_
### Description
I downloade…
-
### Why do we need this improvement?
we should offer a dotnet tool distributed via Nuget which we call AsyncAPI.Saunter.Generation.Cli as this tool enable documentation to be generated without addi…
-
How is this supposed to work in a Linux docker container with `Register-PSRepository` / `Register-PackageSource`? I seem to be having the same issue that's described [here](https://github.com/PowerShe…
-
Any way to support this project to be deployed into nuget as dotnet tool? https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create. Don't mind sending a PR for the github workflo…