You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the dotnet core samples, the names for the core/Kestrel server are all over the place. Some match the actual project name, some are abbreviated so far that they do not make sense and many are completely wrong.
The launch settings for IIS Express are consistent. We should do the same for Core/Kestrel.
We don't need unique names for each sample, since the selected project is enough. Should have consistent and clear name for all samples using Core/Kestrel.
I don't know what name might be best to use, but some options:
The text was updated successfully, but these errors were encountered:
dmvtech
added
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
and removed
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
labels
Jul 6, 2021
If we want to keep consistency with .NET Core apps, by default the Kestrel end points are created using the project name. Either way works. +1 on consistency across all samples.
Sample information
All .NET Core samples here.
Describe the bug
For the dotnet core samples, the names for the core/Kestrel server are all over the place. Some match the actual project name, some are abbreviated so far that they do not make sense and many are completely wrong.
The launch settings for IIS Express are consistent. We should do the same for Core/Kestrel.
For example, we have something like:
We don't need unique names for each sample, since the selected project is enough. Should have consistent and clear name for all samples using Core/Kestrel.
I don't know what name might be best to use, but some options:
And then would be something like:
Additional context
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-5.0
The text was updated successfully, but these errors were encountered: