Skip to content

What's new in ASP.NET Core 6.0 /3#23640

Merged
Rick-Anderson merged 43 commits into
mainfrom
whats-new-V6/ra/3
Nov 6, 2021
Merged

What's new in ASP.NET Core 6.0 /3#23640
Rick-Anderson merged 43 commits into
mainfrom
whats-new-V6/ra/3

Conversation

@Rick-Anderson
Copy link
Copy Markdown
Contributor

@Rick-Anderson Rick-Anderson commented Oct 26, 2021

-->

### Single-page app (SPA) support
<!-- TODO @LadyNaggaga to provide this section-->
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LadyNaggaga please provide this section.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rick-Anderson what's the expectation here? just code snippets examples of the changes? @captainsafia is this something that you can help with?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I currently have

Is that enough? I deleted ### Single-page app (SPA) support and comments following.

Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated

#endregion
#elif DCRT
#region snippert_dcrt
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is something wrong with it? It seems ok.

Comment thread aspnetcore/release-notes/aspnetcore-6.0/samples/WebApp1/Program.cs Outdated
@Rick-Anderson Rick-Anderson marked this pull request as ready for review October 28, 2021 18:56
Comment on lines +235 to +247
var builder = WebApplication.CreateBuilder(args);
builder.WebHost.ConfigureKestrel(serverOptions =>
{
serverOptions.ConfigureEndpointDefaults(listenOptions => listenOptions.Use((connection, next) =>
{
var socketFeature = connection.Features.Get<IConnectionSocketFeature>();
socketFeature.Socket.LingerState = new LingerOption(true, seconds: 10);
return next();
}));
});
var app = builder.Build();
app.MapGet("/", (Func<string>)(() => "Hello world"));
await app.RunAsync();
Copy link
Copy Markdown
Contributor Author

@Rick-Anderson Rick-Anderson Oct 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pranavkm this has multiple problems. Can you give me the correct code? Code comes from this blog entry

Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Copy link
Copy Markdown
Member

@Pilchie Pilchie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is amazing. Really great to see everything all in one place!

Thanks @Rick-Anderson


For more information, see [StackExchange.Redis Profiling](https://stackexchange.github.io/StackExchange.Redis/Profiling_v2.html).

### Shadow copying in IIS
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shirhatti @jkotalik please review Shadow copy section.

Please leave feedback on IIS Shadow copying in this GitHub issue.

Can you provide a GitHub issue for feedback? The doc's repo is probably the wrong place.

Copy link
Copy Markdown
Collaborator

@guardrex guardrex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with some nit updates. I'll return to fill in the "HOLD" (commented out) sections on a later PR.

Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Rick-Anderson and others added 2 commits November 4, 2021 06:13
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
@danroth27 danroth27 requested a review from bradygaster November 4, 2021 18:33
@Rick-Anderson Rick-Anderson requested a review from Pilchie November 4, 2021 19:02
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0/samples/HomeController.cs Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0/samples/HomeController.cs Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0/samples/HomeController.cs Outdated
Comment thread aspnetcore/release-notes/aspnetcore-6.0.md
Copy link
Copy Markdown
Contributor

@mkArtakMSFT mkArtakMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Co-authored-by: Artak <34246760+mkArtakMSFT@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
@Rick-Anderson Rick-Anderson merged commit 91506fd into main Nov 6, 2021
@Rick-Anderson Rick-Anderson deleted the whats-new-V6/ra/3 branch November 6, 2021 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create What's new in 6.0

10 participants