Commit Graph

625 Commits (a4db169117f0e3ce7ebdda300cf131555462b8e2)

Author SHA1 Message Date
Wade Pickett 4fa6aaacc5
VS Code: Add required assets (#30363)
* VS Code: Add required assets
* Moved common text to two includes: vscode-trust-authors.md and vscode-add-assets-prompt.md
* improve vscode-trust-authors.md
* Combined new includes, added SignalR tutorials

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-09-18 20:46:10 -07:00
Samuele Furnari f9282a2a7e
Fix client side files position (#30173)
* Fix client side files position

There is a little error in the sample: if you follow the tutorial, the `npm run release` fails because it looks for html/css/ts files in the src folder but the tutorial says to create these files in the project root.

My favourite solution is to create the _src_ folder and then put these files into this folder. I modified the tutorial to follow this solution.

Thanks!

Samuele

* fix script tag position in webpack generate html

* Apply suggestions from code review

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Update signalr-typescript-webpack7.md

Added same suggested changes to version 7.

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2023-09-18 18:54:21 +00:00
Tom Dykstra b537553f1b
Note VS for Mac EOL (#30382)
* note VS for mac eol

* update date

* move include out of include

* add a line

* revert

* add text to include file

* include in include

* misc

* fix xref link *-->%2A
2023-09-16 08:20:26 -10:00
Wade Pickett 33eb03e1ee
.NET 8 update - macOS - First MVC Series (#30192)
* .NET 8 update - macOS - First MVC Series
* Include migration files in v7 sample
* Changed regions to proper snippet tags
2023-08-31 09:44:29 -07:00
Luke Latham 8d1a012e2d
Blazor JS interop node updates 8.0 (#30171) 2023-08-29 09:25:28 -04:00
Wade Pickett e62eb1f00e
Correct include for .NET 8 VS Mac prereq (#30064)
* Correct include for .NET 8 VS Mac prereq
* Update aspnetcore/includes/net-prereqs-mac-8.0.md
2023-08-15 17:29:47 -07:00
Wade Pickett b8ee7fa9f5
dotnet tool install --arch options (#29923)
* dotnet tool install --arch options, new include plus edit to 31 files to add include.
2023-07-27 14:35:42 -07:00
Tom Dykstra 3098bac4d0
Moniker prep for 8.0 (#29922) 2023-07-26 17:09:23 -07:00
Tom Dykstra c8d002cd6f Update not-latest-version.md 2023-07-20 11:38:39 -07:00
Tom Dykstra 9bd795243e
Extend preview notice to .NET 8 doc versions (#29844)
* extend preview notice to 8.0 doc versions

* try guardrex suggestion

* fix moniker

* try to fix moniker error

* try to fix moniker error

* Update aspnetcore/fundamentals/minimal-apis/handle-errrors.md

* Update aspnetcore/fundamentals/minimal-apis/handle-errrors.md

* add back the >7 section

* restore date

* fix include link

* try fix include
2023-07-18 14:26:52 -10:00
Tom Dykstra 3f864ccac2
Add preview notice (#29839) 2023-07-18 09:16:19 -10:00
James Newton-King 830ecb6ed1
Improve Kestrel endpoints (#29564)
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-06-22 09:41:55 +08:00
Luke Latham d199aaa163
Tiny NIT and update Blazor doc to use the INCLUDE (#29525) 2023-06-15 08:15:44 -04:00
Rick Anderson 3a092efbed
Warn on port spoofing /7 (#29463)
* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Update aspnetcore/includes/spoof.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Warn on port spoofing /7

* Update aspnetcore/includes/spoof.md

Co-authored-by: Chris Ross <chrross@microsoft.com>

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
2023-06-14 18:24:46 +00:00
Luke Latham 272f6b21b9
NIT Migrations INCLUDE lingo change (#29400) 2023-06-01 13:17:57 +00:00
guardrex 1a46d59266 Updates 2023-05-31 09:12:51 -04:00
guardrex 51665f4600 Blazor scaffold Identity updates 2023-05-30 16:01:15 -04:00
Wade Pickett 2f55e4264b
v8 Updates for First MVC series (#29115)
* v8 Updates for First MVC series

* Moving debug_menu50.png back to proper directory

* Fixing cross repo link for Migrations with Multiple Providers

* Updated scaffolding -sqlite flag to --databaseProvider sqlite

* Added completed 8.0 code and derived doc code sample with region snippets

* Updated all code links in all topics to 8.0 sample

* Corrected EF Migrations link to relative in add-model.md

* Corrected add scaffolding png on adding-model.md

* Fixed html source highlight

* Apply Tom's suggestion from code review: code style ticks on package listing

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Applying Tom's review suggestion to version 7 adding-model as well

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-05-02 11:34:56 -07:00
Rick Anderson 1ba7ac9aa3
Update not-latest-versionNM.md (#29002)
* Update not-latest-versionNM.md

* Update aspnetcore/includes/not-latest-versionNM.md

* Update aspnetcore/includes/not-latest-versionNM.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-04-18 12:20:20 -10:00
alekson-sh 36628b4318
Possible typo (#28989) 2023-04-15 04:58:58 -04:00
Rick Anderson 9e1a46418a
update Reliable web patterns (#28972)
* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns

* update Reliable web patterns
2023-04-13 13:31:42 -10:00
Rick Anderson c7d0e754a3
Reliable web app pattern 3 (#28947)
* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* Reliable web app pattern 3

* react to feedback
2023-04-13 01:29:10 +00:00
Rick Anderson 091983c60a
Not latest version (#28878)
* Not latest version

* Not latest version

* Not latest version

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Not latest version

* Not latest version

* Not latest version

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-04-04 15:42:31 -10:00
Tom Dykstra 004dbfa029
Some H3s to H2s and H5s to H4s (#28820) 2023-03-29 15:27:01 -07:00
Melkisedek Hamakali 58d4a1bfcc
Add missing required code generation package
Without this tool, the command in part 2 for code generation will fail with the message below
```
To scaffold controllers and views using models, install Entity Framework core packages and try again: Microsoft.EntityFrameworkCore.Tools
   at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.<BuildCommandLine>b__6_0()
   at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at Microsoft.VisualStudio.Web.CodeGeneration.ActionInvoker.Execute(String[] args)
   at Microsoft.VisualStudio.Web.CodeGeneration.CodeGenCommand.Execute(String[] args)
```
2023-03-28 16:44:33 +02:00
Wade Pickett 507b9f552d
SignalR Get Started Update (#28720)
Updated SignalR tutorial for both .NET 7 and 8.
Moved to version by file, versions 2.1 through 8
Update the prereq includes to v8.
2023-03-23 15:35:39 -07:00
Rick Anderson 401f6dffaa
Update not-latest-version.md (#28736)
* Update not-latest-version.md

* Update aspnetcore/includes/not-latest-version.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-03-22 22:23:32 +00:00
Tom Dykstra f06da7227a
Set up for 'old content' alert (#28730)
* Store image file for 'old content' alert

* add not-latest-version include

* fix image link

* move image file

* address feedback, shrink image

* fix alert box formatting

* remove 'available'

* restore dropped '>'

* Update aspnetcore/includes/not-latest-version.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

* move include-file link

* move include link

* add toc selector image

---------

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2023-03-21 12:01:19 -10:00
Rick Anderson 46ec24e1a1
Merge pull request #28705 from dotnet/ra-kerberos
Ra kerberos
2023-03-16 16:37:02 -10:00
Rick Anderson f894ceceb8 explain kerberos 2023-03-16 16:28:06 -10:00
Tom Dykstra 9b8ca04821
Doc HTTP_PORTS, HTTPS_PORTS (#28653) 2023-03-16 12:35:46 -07:00
Tom Dykstra fb405a3688
Fix links (#28691) 2023-03-16 11:42:26 -07:00
Luke Latham a190b97f7f
Change example 3rd party package (#28682)
* Change example 3rd party package

* Update css-isolation.md
2023-03-15 16:16:55 -04:00
Tom Dykstra 3250cabe2f
Prep for 8.0 version (#28649) 2023-03-10 14:33:54 -08:00
Rick Anderson 9b71d88a4d
Update aspnetcore/includes/kerberos.md 2023-02-27 16:34:51 -10:00
Charles Owen adbe4238f8
Update kerberos.md
Adding references to other Microsoft articles on gMSA.
2023-02-26 11:16:24 -05:00
Wade Pickett 36beb3e211
SignalR: Reference shared framework (#28398)
* SignalR: Reference shared framework

* Update aspnetcore/signalr/hubs.md

Committing the inline suggestion, and then will update the missing link afterwards.

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Moved 7.0 version up, moved new note to bottom of topics

* Removed dupe.

* added note in 5 more topics, moved latest versions to top where needed

* New include, reduced number of topics, added resources links

* Moved link in migration doc to internal.

* Added description for xref since subsection title not generated

* Removed note from hubcontext, using additional resources link now

* Reduced new section in migration topic per Rick suggestion

* Apply suggestions from code review

Added additional suggestions to link.

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Moved note back to near top of hubs.md all 3 versions per Brennan suggestion

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-02-24 12:23:37 -08:00
Rick Anderson b944f1eb2d
Create kerberos.md 2023-02-23 14:19:09 -10:00
Luke Latham 757d2c51b8
Patch JS collocation content (#28465) 2023-02-21 08:32:48 -06:00
Rick Anderson b49ed42635
make 128 error more visible /1 (#28387)
* make 128 error more visible /1

* make 128 error more visible /1

* make 128 error more visible /1

* make 128 error more visible /1

* make 128 error more visible /1
2023-02-14 17:03:19 -10:00
Tom Dykstra a003a4a11c
Add missing tag helper to the list (#28370) 2023-02-13 13:55:38 -08:00
Rick Anderson 83785ee8e1
ES5 support in SIgnalR /6 (#28325)
* ES5 support in SIgnalR /6

* ES5 support in SIgnalR /6
2023-02-10 09:51:04 -10:00
Rick Anderson 2fecfdd970
Warn about routing with special chars /6 (#28213)
* Warn about routing with special chars /6

* Update aspnetcore/includes/routeSlash.md
2023-02-01 12:14:39 -10:00
Wade Pickett c6e0946dd8
Update MacOS .NET 7: Series: Get started with ASP.NET Core MVC (#28195)
* MacOS-.NET7 updates First MVC Series

* Updated Trust Cert includes & screenshots.

* Updated Mac output screenshot

* Scaled down trust cert screens

* Update new controller screenshot

* Update add controller section.

* Scaled screenshots

* Removed outdated output_macos_net7.png

* corrected output_macos image link

* Update add view section, controller, start model.

* Corrected running app screenshot

* Format trust include.

* updated razor view screenshot

* Updated model nuget section

* Updated/corrected mac scaffolding command.

* Updated dependency injection code sample link

* Updates for mac scaffolding section.

* Update sqlite for dev section.

* Combined VSC and VS Mac instruction where possible.

* Retested working-with-sql.md updated metadata

* Corrected validation include to fix #28215

* Updated dates metadata after testing each tutorial.

* Improved resolution on trust cert and add control screenshots

* Apply suggestions from code review

Added Tom's suggestion, first round

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Apply suggestions from code review

Adding more of Tom's suggestions

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Adding more of Tom's suggestions

* Added Tom's suggestions

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2023-01-31 09:22:12 -08:00
Tom Dykstra 4b1a29451b
Escape quotes in --content example (#28198) 2023-01-25 16:47:19 -08:00
Rick Anderson 6da102c973
Duende IdentityServer /1 (#27821)
* Duende IdentityServer

* react to feedback
2022-12-20 14:19:36 -10:00
Rick Anderson c42d813456
Update currency.md (#27769) 2022-12-01 15:05:08 -10:00
Samson Amaugo 58b1e431a6
Changetoembed (#27615)
* snippets for nestgroup

* changed code ref in docs

* made changes to the endpointfilter

* removed not needed name space

* dotnet format

* fixed route
2022-11-14 08:55:31 -10:00
Wade Pickett e290b26754
Razor pages series macOS and .NET 7 update (#27505)
* Razor pages series macOS and .NET 7 update

* Backed out of VS for Code step changes.

* fixed dialog name

* Model.md update for macOS

* Updated scaffolding screenshot for VS for Mac

* Added appsetting_SQQLite for 7.0 and fixed 5.0 which was showing mvcmovie.db

* Fixed VS for Win IndexRating.cshtml in snap7 folder

* Updated include net-prereqs-mac-7.0 to point GA of VS 2022 not Preview
2022-11-09 16:22:27 -08:00
Rick Anderson c08fc1d22b
Do not merge until 8 PM PST: Remove prerelease /2 (#27523)
* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2

* Remove prerelease /2
2022-11-07 15:51:13 -10:00