Skip to content

Tags: kevinphillips81/AspNetCore.Docs

Tags

136674

Toggle 136674's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update grpc-start: Call insecure gRPC services (dotnet#17521)

* Update grpc-start: Call insecure gRPC services

Enable trust the HTTPS development certificate on some linux distributions is not easy. 
Adding this instructions can make it easier to develop on Linux.

* combine the notes

Co-authored-by: Scott Addie <[email protected]>

130132

Toggle 130132's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace www.microsoft.com/net links (dotnet#17346)

* Update instructions to skip one step

* remove links to /download/all

* additional microsoft.com/net links

* more link updates

* fix more instances

112342

Toggle 112342's commit message
gRPC Channel is disposed of after use (dotnet#16432)

104415

Toggle 104415's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop styled link text (dotnet#16042)

104414

Toggle 104414's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop styled link text (dotnet#16042)

104389

Toggle 104389's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update validation.md (dotnet#15998)

* Update validation.md

* Update validation.md

100624

Toggle 100624's commit message
Mention SignalR Core 3.0's auto reconnect support (dotnet#15703)

* Mention SignalR Core 3.0's auto reconnect support

* Nits

* Update aspnetcore/signalr/version-differences.md

Co-Authored-By: Scott Addie <[email protected]>

* Update version-differences.md

* Update version-differences.md

* minor edits

99904

Toggle 99904's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New run-the-app include & trustCert updates (dotnet#15619)

* New run-the-app include & trustcert updates

* Removed moniker from metadata since include has monikers

* removed moniker from metadata

* added VS context to run-the-app for alt-cmd-enter

* moved run app section to include run-the-app.md

* corrected date on metadata for razor-pages-start.md

* added bold for Run-Start without debugging to run-the-app.md

96961

Toggle 96961's commit message
Update grpc-start.md (dotnet#15449)

96955

Toggle 96955's commit message
Update GrpcClient to client ctor on channel (dotnet#15448)

* Update GrpcClient to client ctor on channel

Fixes dotnet#14136

* Remove duplicated code sections