Skip to content

Commit

Permalink
Minimal API /3 (#22941)
Browse files Browse the repository at this point in the history
* Minimal API /3

* Minimal API /3

* Minimal API /3

* Minimal API /3

* Minimal API /3

* Minimal API /3

* Minimal API /3

* react to draft feedback

* react to draft feedback

* react to draft feedback

* react to draft feedback

* react to draft feedback

* react to draft feedback

* work

* work

* work

* work

* VSC work

* VSC work

* VSC work

* VSC work

* VSC work

* JSON

* react to feedback not necessary

* react to feedback not necessary

* start of DTO

* Update aspnetcore/tutorials/min-web-api/samples/6.x/todoDTO/Program.cs

Co-authored-by: David Fowler <[email protected]>

* start of DTO

* start of DTO

* add VS2022 images

* add VS2022 images

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* Apply suggestions from code review

Co-authored-by: Fiyaz Bin Hasan <[email protected]>

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <[email protected]>

* react to feedback

* react to feedback

* react to feedback

* Apply suggestions from code review

Co-authored-by: Loïc Sharma <[email protected]>

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <[email protected]>

* Update aspnetcore/tutorials/min-web-api.md

Co-authored-by: Kirk Larkin <[email protected]>

* react to feedback

Co-authored-by: David Fowler <[email protected]>
Co-authored-by: Fiyaz Bin Hasan <[email protected]>
Co-authored-by: Tom Dykstra <[email protected]>
Co-authored-by: Loïc Sharma <[email protected]>
Co-authored-by: Kirk Larkin <[email protected]>
  • Loading branch information
6 people authored Oct 25, 2021
1 parent c85028b commit 95f4117
Show file tree
Hide file tree
Showing 19 changed files with 829 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions aspnetcore/includes/trustCertVS22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
no-loc: [Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
---
Visual Studio displays the following dialog:

![This project is configured to use SSL. To avoid SSL warnings in the browser you can choose to trust the self-signed certificate that IIS Express has generated. Would you like to trust the IIS Express SSL certificate?](~/getting-started/_static/trustCertVS22.png)

Select **Yes** if you trust the IIS Express SSL certificate.

The following dialog is displayed:

![Security warning dialog](~/getting-started/_static/cert.png)

Select **Yes** if you agree to trust the development certificate.

[!INCLUDE[trust FF](~/includes/trust-ff.md)]
Loading

0 comments on commit 95f4117

Please sign in to comment.