All Projects → aspnet → Dotnettools

aspnet / Dotnettools

Licence: apache-2.0
[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore

Projects that are alternatives of or similar to Dotnettools

Templating
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 205 (-54.14%)
Mutual labels:  aspnet-product
XamarinHosting
Xamarin Forms Generic Host implementation for Microsoft.Extensions.Hosting.
Stars: ✭ 19 (-95.75%)
Mutual labels:  aspnet-product
Javascriptservices
[Archived] This repository has been archived
Stars: ✭ 3,108 (+595.3%)
Mutual labels:  aspnet-product
Diagnostics
[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 213 (-52.35%)
Mutual labels:  aspnet-product
Coherence
A build that verifies that all the packages form a consistent graph.
Stars: ✭ 30 (-93.29%)
Mutual labels:  aspnet-product
ServerTests
[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 20 (-95.53%)
Mutual labels:  aspnet-product
Extensions
.NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.
Stars: ✭ 2,188 (+389.49%)
Mutual labels:  aspnet-product
Websockets
[Archived] Implementation of the WebSocket protocol, along with client and server integration components.
Stars: ✭ 364 (-18.57%)
Mutual labels:  aspnet-product
libuv-build
Libuv build automation for ASP.NET Core
Stars: ✭ 22 (-95.08%)
Mutual labels:  aspnet-product
Routing
[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 276 (-38.26%)
Mutual labels:  aspnet-product
Signalr
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 2,401 (+437.14%)
Mutual labels:  aspnet-product
EntityFramework.Tools
.NET Command Line tools for Entity Framework Core
Stars: ✭ 23 (-94.85%)
Mutual labels:  aspnet-product
Testing
[Archived] Testing infrastructure, including support for xUnit.net and StyleCop. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 64 (-85.68%)
Mutual labels:  aspnet-product
Jquery Validation Unobtrusive
Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.
Stars: ✭ 207 (-53.69%)
Mutual labels:  aspnet-product
Configuration
[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 313 (-29.98%)
Mutual labels:  aspnet-product
Metapackages
[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 195 (-56.38%)
Mutual labels:  aspnet-product
PlatformAbstractions
OBSOLETE - used only for 1.0/1.1 patch builds
Stars: ✭ 22 (-95.08%)
Mutual labels:  aspnet-product
Httpabstractions
[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 378 (-15.44%)
Mutual labels:  aspnet-product
Microsoft.data.sqlite
[Archived] SQLite implementations of the System.Data.Common interfaces. Project has moved to https://github.com/aspnet/EntityFrameworkCore
Stars: ✭ 344 (-23.04%)
Mutual labels:  aspnet-product
EventNotification
[Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 43 (-90.38%)
Mutual labels:  aspnet-product

DotNetTools [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at https://docs.asp.net.

Projects

The repository contains command-line tools for ASP.NET Core that are bundled* in the .NET Core CLI. Follow the links below for more details on each tool.

*This applies to .NET Core CLI 2.1.300-preview2 and up. For earlier versions of the CLI, these tools must be installed separately.

For 2.0 CLI and earlier, see https://github.com/aspnet/DotNetTools/tree/rel/2.0.0/README.md for details.

For 2.1.300-preview1 CLI, see https://github.com/aspnet/DotNetTools/tree/2.1.0-preview1-final/README.md for details.

Usage

The command line tools can be invoked as a subcommand of dotnet.

dotnet watch
dotnet user-secrets
dotnet sql-cache
dotnet dev-certs

Add --help to see more details. For example,

dotnet watch --help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].