260 packages tagged with “dotnet-tool”
dotnet-subset is a .NET tool that copies a subset of files from a repository to a directory. The tool is mainly used in Dockerfiles to optimize the docker build caching for "dotnet restore" instructions.
Package Description
Generates transitive third-party license notice
The CLI Tool to run Genocs templates.
ILRepack - Open-source alternative to ILMerge
A dotnet commandline tool for WireMock.Net (A Lightweight Http Mocking Server for .NET)
Analyse and recommend an appropriate semver update for a package change
Locale.CLI is a powerful cross-platform command-line tool for managing localization files. Features include: scan (detect missing/orphan keys), diff (compare files), check (validate rules), convert (transform formats), generate (create skeleton files), watch (monitor changes), and translate (auto-translate using Google, DeepL, Bing, Yandex, LibreTranslate, OpenAI, Claude, Gemini, Azure OpenAI, or Ollama).
A dotnet global tool that lists projects and watches builds across an Azure Devops organization
# How use ## Use .NetCore tool for publish .dacpac file ### What's .dacpac A data-tier application (DAC) is a logical database management entity that defines all SQL Server objects - such as tables, views, and instance objects - associated with a user's database. It is a self-contained unit of SQL Server database deployment that enables data-tier developers and DBAs to package SQL Server objects into a portable artifact called a DAC package, or .dacpac file. <sup>[See more](https://docs.microsoft.com/en-us/sql/relational-databases/data-tier-applications/data-tier-applications?view=sql-server-2017)</sup> ### Requirements 1. .NET Core 8.0+ runtime installed ### Publish .dacpac with .Net tool #### Install the Dacpac.Tool package ```powershell dotnet tool install --global Dacpac.Tool ``` #### Run tool only with the required parameters 1. Use case Multi tenant database, your have same schema for multiple client on database server * Windows autentication (SSPI) ```powershell dotnet dacpac publish --dacpath=C:\artifact\db\ --server=mydatabase.server.contoso.com --databasenames='client1;client2;client3;client4' ``` * Specific User authentication ```powershell dotnet dacpac publish --dacpath=C:\artifact\db\ --server=mydatabase.server.contoso.com --databasenames='client1;client2;client3;client4' --userId=useWithPersmissionForUpdate --password=123455 ``` * Parameters |Name|Description|Default| |-------|-------|-----| |dacpath| Directory where the dacpac file is stored| Directory that the tool is running| |databasenames | The names of databases that need to be updated|It's requerid not have default| |namenattern|Pattern for search file|*.dacpac| |UseSspi|Indicates that the windows user should be used|true |userId|Database user <sub>Need permissions for schema change</sub>|carioca| |password| The password from 'userid' | IFromBrazilian| [See all parameters](https://docs.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.dac.dacdeployoptions?redirectedfrom=MSDN&view=sql-dacfx-140.3881.1)
Imagile CLI - Command line tool for managing the Imagile platform
dbExpression is a database connector that enables fluent composition and execution of type safe SQL queries directly from Microsoft .NET. This tool provides for generation of code scaffolding for use with dbExpression.
A dotnet global tool runner that automatically updates the tool package before running it, checks for updates while it runs, and restarts the tool as needed after updating it.
编码规范工具——命令行 可以用来转换文件夹里面所有文件编码
Provides a dotnet tool for generating TypeScript definitions from an ASP.NET Core API.
CLI tool that can manage multiple installed version of Godot Engine (https://godotengine.org/)
Pack dotnet templating templates into a VSIX to install the templates in Visual Studio.
An OpenAI CLI for managing files, vector stores and more
A dotnet global tool to connect to Azure SignalR and receive streaming events pushed to it from Azure EventGrid.
Unity MCP Server - A Model Context Protocol server that enables AI assistants to interact with Unity Editor and games through the Unity-MCP Plugin
A .NET tool to organize C# code files using Roslyn
Code generator of SpiderX.
Abstractions for SemVerAnalyzer
CLI tool for detecting LLM-generated "sloppy" code patterns in .NET projects
Run C# code gists directly using: dnx gist owner/gist[:path]
Raaghu CLI (Command Line Interface) is a command line tool to perform common operations for Raaghu Design System (RDS) and Raaghu Frontend Suite created by Wai Technologies.
A WhatsApp simulator client that complements Devlooped.WhatsApp.
MCP Server dotnet. Model Context Protocol server that interacts with MCP Plugin integrated into any dotnet application.
Tool for capturing and publishing tool version information across CI/CD environments
DotNet CLI tool for generate facades of NClient.