Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal API /3 #22941

Merged
merged 65 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from 61 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
6651182
Minimal API /3
Rick-Anderson Aug 3, 2021
108deb9
Minimal API /3
Rick-Anderson Aug 3, 2021
dd2a625
Minimal API /3
Rick-Anderson Aug 3, 2021
17b4aed
Minimal API /3
Rick-Anderson Aug 3, 2021
3c74ec9
Minimal API /3
Rick-Anderson Aug 3, 2021
c263771
Minimal API /3
Rick-Anderson Aug 4, 2021
ca4583c
Minimal API /3
Rick-Anderson Aug 4, 2021
3e56ae1
react to draft feedback
Rick-Anderson Aug 4, 2021
d0ee908
react to draft feedback
Rick-Anderson Aug 4, 2021
86bc32e
react to draft feedback
Rick-Anderson Aug 4, 2021
c7b69ca
react to draft feedback
Rick-Anderson Aug 4, 2021
81c3ebd
react to draft feedback
Rick-Anderson Aug 4, 2021
343dcc9
react to draft feedback
Rick-Anderson Aug 4, 2021
ea9164f
work
Rick-Anderson Aug 5, 2021
5dfa3db
work
Rick-Anderson Aug 5, 2021
a3ba606
work
Rick-Anderson Aug 7, 2021
34bba36
work
Rick-Anderson Aug 7, 2021
c8dbc9c
VSC work
Rick-Anderson Aug 12, 2021
77f9e8b
VSC work
Rick-Anderson Aug 12, 2021
73cfeb6
VSC work
Rick-Anderson Aug 12, 2021
62e3ecf
VSC work
Rick-Anderson Aug 12, 2021
e9b818c
VSC work
Rick-Anderson Aug 13, 2021
31c7137
JSON
Rick-Anderson Aug 15, 2021
c71b807
react to feedback not necessary
Rick-Anderson Aug 15, 2021
656c98c
react to feedback not necessary
Rick-Anderson Aug 15, 2021
d2200e9
start of DTO
Rick-Anderson Aug 17, 2021
b077283
Update aspnetcore/tutorials/min-web-api/samples/6.x/todoDTO/Program.cs
Rick-Anderson Aug 17, 2021
dc4af14
start of DTO
Rick-Anderson Aug 17, 2021
2cce088
start of DTO
Rick-Anderson Aug 18, 2021
b1ae4c0
add VS2022 images
Rick-Anderson Aug 19, 2021
c8a412a
add VS2022 images
Rick-Anderson Aug 19, 2021
c4f3bcc
work
Rick-Anderson Aug 22, 2021
252dde1
work
Rick-Anderson Aug 22, 2021
553b228
work
Rick-Anderson Aug 22, 2021
f6d081a
work
Rick-Anderson Aug 23, 2021
876c58a
work
Rick-Anderson Aug 23, 2021
5459dbc
work
Rick-Anderson Aug 23, 2021
94d00a0
work
Rick-Anderson Aug 24, 2021
4dbad9f
work
Rick-Anderson Aug 24, 2021
71d72e9
work
Rick-Anderson Aug 24, 2021
2622e7b
react to feedback
Rick-Anderson Aug 26, 2021
694651c
react to feedback
Rick-Anderson Aug 26, 2021
e528df5
Apply suggestions from code review
Rick-Anderson Aug 27, 2021
1f79f43
Apply suggestions from code review
Rick-Anderson Aug 27, 2021
34b377a
Merge branch 'main' into minAPI/ra/3
Rick-Anderson Aug 31, 2021
9349540
react to feedback
Rick-Anderson Aug 31, 2021
0fb38c2
react to feedback
Rick-Anderson Aug 31, 2021
eb2f0ec
react to feedback
Rick-Anderson Sep 4, 2021
525b23a
Apply suggestions from code review
Rick-Anderson Sep 17, 2021
3f97a66
work
Rick-Anderson Oct 18, 2021
8fb2dbd
work
Rick-Anderson Oct 18, 2021
9524159
work
Rick-Anderson Oct 18, 2021
9d0e00f
work
Rick-Anderson Oct 18, 2021
cc2677a
work
Rick-Anderson Oct 18, 2021
3e5ccce
work
Rick-Anderson Oct 19, 2021
84e965c
work
Rick-Anderson Oct 19, 2021
b4b73d0
work
Rick-Anderson Oct 19, 2021
c4150aa
work
Rick-Anderson Oct 19, 2021
be6248a
work
Rick-Anderson Oct 19, 2021
5eaf99e
work
Rick-Anderson Oct 20, 2021
f638f8f
work
Rick-Anderson Oct 22, 2021
bf5d7af
react to feedback
Rick-Anderson Oct 22, 2021
01231b7
Apply suggestions from code review
Rick-Anderson Oct 25, 2021
05931bf
Update aspnetcore/tutorials/min-web-api.md
Rick-Anderson Oct 25, 2021
18db1d4
react to feedback
Rick-Anderson Oct 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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