aspnetcore
Here are 2,244 public repositories matching this topic...
-
Updated
Aug 1, 2021 - C#
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
Aug 1, 2021 - C#
-
Updated
Jul 27, 2021 - C#
-
Updated
Jul 27, 2021 - C#
-
Updated
Jul 30, 2021
-
Updated
May 20, 2021 - C#
-
Updated
Jul 1, 2021 - C#
-
Updated
Jul 25, 2021 - C#
-
Updated
Aug 1, 2021 - C#
-
Updated
Jul 29, 2021 - C#
-
Updated
Jul 23, 2021 - C#
-
Updated
Jun 30, 2021 - C#
-
Updated
Jul 22, 2021 - C#
-
Updated
May 20, 2021 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Jul 28, 2021 - C#
-
Updated
May 11, 2021 - C#
-
Updated
Jul 26, 2021
-
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
Jul 11, 2021 - C#
-
Updated
Oct 23, 2020 - C#
-
Updated
Jul 30, 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
Jul 31, 2021 - JavaScript
-
Updated
Jul 26, 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."
Right now these tests don't run if it's close to midnight, so that they don't have to account for the file number wrapping back to 0 in the middle of test execution. This also means we don't have any tests that verify that file names/numbers behave correctly on the new day boundary. We should mock the system clock like SignalR does so we can test his behavior: https://github.com/dotnet/aspnetcore/