aspnetcore
Here are 1,923 public repositories matching this topic...
-
Updated
Nov 26, 2020 - C#
Create an include (something like https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md
With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like
These keywords should not be used for link generations, as model bound parameters, or top level properties.
Add the include to the 3
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
-
Updated
Nov 28, 2020 - C#
-
Updated
Nov 11, 2020 - C#
-
Updated
Nov 27, 2020 - C#
-
Updated
Nov 27, 2020
-
Updated
Nov 2, 2020 - C#
-
Updated
Aug 21, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Nov 27, 2020 - C#
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 16, 2020 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Nov 25, 2020 - C#
-
Updated
Oct 16, 2019 - Vue
-
Updated
Aug 21, 2020 - C#
-
Updated
Oct 23, 2020 - C#
-
Updated
Nov 10, 2020 - C#
It's useful model for extend the expiration automatically sometime.
I haven't found related infomation about this feature.
Would you consider to support this feature?
-
Updated
Oct 31, 2020 - C#
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 27, 2020 - C#
If you create a custom ICertificateAuthorityConfiguration and pass it to say a step-ca authority, with a custom port in the URL the FileSystemAccountStore tries to put the port in the directory name and fails.
Can we change from AuthorityUri to Host?
Add tests
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Sep 16, 2020 - C#
Improve this page
Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."
https://github.com/dotnet/aspnetcore/blob/3a942ff5c5892fed126ab3c69406546f8e2287a0/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelTrace.cs#L15
These names are considered public API and should not be changed even if the thing they're named after changes. As such we don't want to use nameof because the tools would automatically rename them.
Compare to:
https://github.com/dotnet/a