aspnetcore
Here are 2,122 public repositories matching this topic...
-
Updated
Apr 20, 2021 - 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
Apr 26, 2021 - C#
-
Updated
Apr 26, 2021 - C#
-
Updated
Apr 26, 2021 - C#
-
Updated
Apr 23, 2021
-
Updated
Apr 7, 2021 - C#
-
Updated
Aug 21, 2020 - C#
-
Updated
Mar 24, 2021 - C#
-
Updated
Apr 25, 2021 - C#
-
Updated
Apr 25, 2021 - C#
-
Updated
Mar 26, 2021 - C#
-
Updated
Apr 23, 2021 - C#
-
Updated
Apr 25, 2021 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Apr 25, 2021 - C#
-
Updated
Feb 10, 2021 - C#
-
Updated
Apr 25, 2021 - C#
-
Updated
Oct 16, 2019 - Vue
Eviction hooks
Hi there,
Does EasyCaching support any callback capabilities so we can be notified when an InMemory item is evicted/expires?
I can't seem to find any documentation.
thanks!
-
Updated
Oct 23, 2020 - C#
-
Updated
Apr 21, 2021 - C#
-
Updated
Apr 13, 2021
-
Updated
Apr 21, 2021 - 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
Apr 21, 2021 - JavaScript
-
Updated
Apr 22, 2021 - 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."
After updating my Web API project from .NET Core 3.1 to .NET 5, I'm getting a warning along the lines of "variable is never null".
The warning is incorrect, because when I remove the null check, lots of my integration tests start to fail. Spe