-
dotnet format is using MSBuildWorkspace to read the .sln file and instantiate all projects in memory at once. For large solutions with thousands of projects this approach does not scale (I ran into th…
-
### Tested versions
Looks to be reproducible back to 4.0 based on the commits. I repro'ed it in 4.3
### System information
Godot v4.3.stable.mono - macOS 14.5.0 - Vulkan (Mobile) - integrated…
-
I'm trying to create a github pipeline and I'm getting very generic errors when trying to generate code coverage reports and uploading them to Codacy. I don't see any errors at all in the output log o…
-
I'm running on MacOS (Mac M1, MacOS Ventura) and have all of my .NET SDKs installed in my user folder at `~/.dotnet`. I also have the following set in my `~/.profile` so builds and things run great.
…
-
### Description
If you have installed paket as a local dotnet tool in your repo and then run `dotnet paket clean-cache` paket no longer works
### Repro steps
run in a new folder:
```
dotnet…
-
[GlobalToolsSuggestionRegistration](https://github.com/dotnet/command-line-api/blob/209b724a3c843253d3071e8348c353b297b0b8b5/src/System.CommandLine.Suggest/GlobalToolsSuggestionRegistration.cs) return…
-
... While investigating dotnet/docs#27771
According to `dotnet --info` I have 3 SDK and 3 Runtimes installed. The 1 Runtime listed from the tool's version doesn't match the version from `dotnet --i…
-
**Is your feature request related to a problem? Please describe.**
It would be great to have this as dotnet tool, as can be used in general by F# devs, or is this going to be into F# 9 like sdk ref…
-
### Describe the bug
I was building a Blazor project, and it recommended I install the `wasm-tools` workload so that output could be optimized. I did so.
Now all my csproj's fail to build with err…
-
I'm using MacOS for development.
CANopenEditor GUI application works good through the Wine.
But CLI tools are not available.
```bash
# test command
wine cmd /c CANopenEditor/EDSEditor.exe -…