aspnetcore
Here are 1,935 public repositories matching this topic...
-
Updated
Dec 4, 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
Dec 4, 2020 - C#
-
Updated
Nov 11, 2020 - C#
-
Updated
Dec 4, 2020 - C#
-
Updated
Dec 4, 2020
-
Updated
Nov 2, 2020 - C#
-
Updated
Aug 21, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Nov 30, 2020 - C#
-
Updated
Nov 3, 2020 - C#
-
Updated
Dec 3, 2020 - C#
-
Updated
Nov 16, 2020 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Dec 2, 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
Dec 2, 2020 - JavaScript
-
Updated
Dec 4, 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
Dec 4, 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."
As per Redis 4.0.0, HMSET is considered deprecated. Please use HSET in new code.
As of Redis 4.0.0, HSET is variadic and allows for multiple field/value pairs.