dotnet-tool Questions

4

Solved

I install too many dotnet tool but how to keey they in lastest version. I do not want to update them manual. I find the github issus: Add dotnet tool update --all option · Issue #10130 · dotnet/sd...
Susurrus asked 19/2, 2020 at 5:0

3

I'm trying to install the dotnet-ef tool via the dotnet-cli. The command that I enter: dotnet tool install --global dotnet-ef It gives me the following error: C:\Users\%USERNAME%\AppData\Local\Tem...
Boiled asked 20/10, 2022 at 22:48

2

Solved

I'm trying to install playwright on my deployment target machine in order to run UI tests. # Install the CLI once. dotnet tool install --global Microsoft.Playwright.CLI playwright install however...
Abbreviate asked 13/11, 2021 at 17:53

0

I have a library packaged as tool. I use that same library as a regular project in the solution. I would like to use the nuget package also as library, but it seems that went it has been packaged a...
Cellarage asked 26/4, 2022 at 17:29

4

Solved

Unable to build .Net .sqlproj using "dotnet" command line tool. Here's the error: dotnet\sdk\3.1.300\Microsoft\VisualStudio\v11.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" was not found ...

2

Solved

Recently I've noticed a .config directory being created by Visual Studio with a dotnet-tools.json file in. Should this be .gitignored or checked into source control?
Lepanto asked 11/2, 2020 at 17:14

4

Looking to get the following setup going: I'm working on a Blazor app, and with the official css isolation bundler. I'm using Less though, and installed a Less transformer which creates the require...
Seena asked 20/12, 2020 at 2:11

1

Solved

The DotNet3.1 AWS Lambda I have created an AWS Lambda solution with C# DotNet3.1 using the Amazon template dotnet new serverless.AspNetCoreWebAPI -n MyDotNet.Lambda.Service this creates a lambda f...
Hydrazine asked 9/3, 2021 at 17:35

5

I have an ASP.NET Core 3.0 project that uses .NET Core 3.0. I have recently upgraded VS 2019 to version 16.4.1. I use Web Publish from Visual Studio to deploy the application on various environmen...

1

Solved

I have a Github Action that creates a dotnet tool, and trying to use it. $ dotnet pack MyTool.csproj --configuration Release $ dotnet tool install --global --add-source . MyTool Since you just in...
Pentothal asked 23/11, 2019 at 18:32

3

I'm having a quite strange situation with Visual Studio and EF migrations in Publish Profile. Given: Visual Studio 2019 v16.4 .NET Core project. Targets .NET Core 3.1 EF 3.1 Azure publish profile...

1

Solved

I'm trying to execute the dotnet swagger command but received an error message: Could not execute because the specified command or file was not found. Possible reasons for this include: * You miss...
Sherry asked 20/1, 2020 at 9:9

2

Solved

I'm trying to use [email protected]. In order to do this at this point I already have: - Installed Visual Studio 2019 Preview - Installed the .NET Core 3.1 Runtime - Installed the .NET Core 3....
Graviton asked 24/10, 2019 at 20:57
1

© 2022 - 2024 — McMap. All rights reserved.