-
### Description
Error while targetting net5.0 framework.
### Repro steps
1. dotnet new -i Saturn.Template
2. md saturn2net5
3. dotnet new saturn -lang F#
4. Change TFM in saturn2net5.fspro…
-
When trying to run `dotnet execute test` with the following config:
```json
{
"name": "app",
"env": {},
"commands": {
"build": [
"dotnet build"
],
"test": [
"do…
-
**Problem**
Recently upgraded a project to the latest dotnet SDK version. In doing so I no longer had a valid version of `dotnet-ef`. When running the `and-cli migration` command, while it does what …
-
I'm trying to install several .NET Core Tools globally and it looks like the installation is working fine, however the path to launch the files does not appear to be set properly.
What I'm doing:
…
-
It would be a great companion tool to have to convert ascx files to razor components - fixing any obvious name changes along the way (thinking the @context vs Item problem here)
-
### Describe the bug
In Debian ARM64, executing `dotnet test` on any project will report an error: `Could not find 'dotnet' host for the 'ARM64' architecture.`
### To Reproduce
Build an arbitrary t…
-
When installing a dotnet global tool that targets a specific SDK (e.g. `5.0.100`) from a folder that contains a `global.json` that pins the SDK to different version (e.g. `3.1.100`), dotnet won't inst…
-
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 -…
-
Hi there,
could someone please help with `libsos.so` for `linux-s390x` and `linux-ppc64le`? I got following error:
```
$ dotnet tool install --global dotnet-sos
Skipping NuGet package signature …
ww898 updated
8 months ago
-
**Describe the bug**
I follow the instruction to delete previous old version of Admin & Portal App services in order to run the "Upgrade.ps1" script.
However I got the below error:
ERROR: Failed …