aspnetcore
Here are 2,614 public repositories matching this topic...
-
Updated
Apr 12, 2022
-
Updated
Apr 19, 2022 - C#
Hi,
my admin portal looks like this :
Version
- Server Installed 1.38.4
- Server Latest 1.38.4
- Web Installed -
- Web Latest 2.17.1
It seems that, at some point, 'GetInstalledWebVersion()' in 'Admin.dll' is called? Could anyone help me understand what do I need to check, to fix this?
-
Updated
Apr 20, 2022 - C#
-
Updated
Apr 19, 2022 - C#
-
Updated
Mar 31, 2022
-
Updated
Apr 18, 2022 - C#
-
Updated
Apr 10, 2022 - C#
-
Updated
Jan 26, 2022 - C#
-
Updated
Feb 8, 2022 - C#
-
Updated
Apr 15, 2022 - C#
-
Updated
Apr 19, 2022 - C#
-
Updated
Apr 15, 2022 - C#
-
Updated
Mar 16, 2022 - C#
-
Updated
Apr 15, 2022 - C#
-
Updated
Jan 18, 2022
-
Updated
Feb 11, 2022 - C#
-
Updated
Feb 11, 2022
-
Updated
Apr 18, 2022 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Mar 31, 2022 - C#
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
Apr 1, 2022 - C#
-
Updated
Apr 10, 2022 - C#
-
Updated
Oct 16, 2019 - Vue
-
Updated
Mar 15, 2022 - C#
Add tests
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
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."
Use
TryAddScoped
here instead ofAddScoped
https://github.com/dotnet/aspnetcore/blob/02e7e14782509c11e15cd559e5b07211600572ba/src/Components/Server/src/DependencyInjection/ComponentServiceCollectionExtensions.cs#L82
It's not clear to me why we do this, but I suspect that it is because in the past we might have had a different implementation registered by default inside MVC for rendering