Skip to content

Tags: ChrisBHammond/AspNetCore.Docs

Tags

162892

Toggle 162892's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swashbuckle update (dotnet#18974)

* Update to current version

* cleanup AddSwaggerGen snippets

* moving OpenApiInfo to proper location

* powerapps and flow version note 2.0 example

* annotations update

* annotations edit

* edit pass

* fix note

* update line number

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

151252

Toggle 151252's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change en dash layout elements to colon-space syntax (dotnet#18506)

* Change en dash layout elements to colon-space syntax

* Update

* Update

151251

Toggle 151251's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change en dash layout elements to colon-space syntax (dotnet#18506)

* Change en dash layout elements to colon-space syntax

* Update

* Update

148416

Toggle 148416's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delocalize package name (dotnet#18371)

146872

Toggle 146872's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gRPC sample link fix (dotnet#18282)

145064

Toggle 145064's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update sample readme for Create gRPC client & server (dotnet#18169)

144435

Toggle 144435's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.1 update for gRPC-start tutorial and its two sample apps (dotnet#18103

)

* 3.1 udpate for Updated gRPC-start tutorial and its two sample apps

* Update GrpcGreeter.csproj

Update per review feedback.

* Update GrpcGreeter.csproj

Reversing change that caused the merge issue.

* Update grpc-start.md

Resolving merge conflict with mass no-loc for razor fix that occurred today.

* Update GrpcGreeter.csproj

Fixing per review.

* Update grpc-start.md

Addressing merge conflict - ms.date line

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 <10702007+scottaddie@users.noreply.github.com>

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)