Go to file
Ryan Nowak 763720b092 Remove Routing pubternal
This change makes a bunch of random routing classes internal instead of
pubternal. Most of these have no use case and aren't valuable at all
outside of routing code.

The one exception here is that the only way to construct a
`TemplateBinder` in 1.0-2.2 is using a constructor that accepts some
pubternal types. I don't think it's a good idea to just yank this since
the usage is pretty wide.

Instead I added a factory service so you can create this, and marked the
constructor [Obsolete] where these types are touched. We can make the
actual breaking change in the next major release.
2019-04-14 14:49:17 -07:00
.azure/pipelines Report Java client test results (#9214) 2019-04-10 16:02:40 -07:00
.config
.github Update CODEOWNERS (#9229) 2019-04-10 08:55:35 -07:00
.vscode
build Remove Cpp Client from this repo (#9050) 2019-04-10 09:51:33 -07:00
docs Make NodeJS and Java required to build (#9206) 2019-04-10 12:00:56 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20190413.2 2019-04-14 11:44:12 -07:00
src Remove Routing pubternal 2019-04-14 14:49:17 -07:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Use MessagePackReader \ MessagePackWriter to implement IHubProtocol for server-side Blazor (#8687) 2019-04-01 14:25:23 -07:00
CONTRIBUTING.md
Directory.Build.props update SignalR Java client signing cert (#9049) 2019-04-10 20:53:00 -07:00
Directory.Build.targets Update the SDK (#8670) 2019-04-01 15:18:18 -07:00
LICENSE.txt
NuGet.config
README.md
THIRD-PARTY-NOTICES.txt
activate.ps1
activate.sh
build.cmd
build.ps1
build.sh
dockerbuild.sh
global.json Updating SDK to 3.0.100-preview4-011136 2019-04-09 14:23:07 -07:00
korebuild-lock.txt Enable custom restore of NPM dependencies for csproj files 2019-04-14 15:02:37 +02:00
korebuild.json
restore.cmd
restore.sh
startvs.cmd
version.props Update branding to 2.1.11 2019-04-10 08:59:44 -07:00

README.md

ASP.NET Core

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. Learn more about ASP.NET Core.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

These are some other repos for related projects:

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.