aspnetcore
Here are 2,551 public repositories matching this topic...
-
Updated
Mar 9, 2022 - C#
In the left menu and at the bottom of the page, there is this link : JavaScript API reference
Obviously, I was expecting the API of SignalR, not a general javascript API link...
I would expect this link instead: https://docs.microsoft.com/en-us/javascript/api/@microsoft/signalr/?view=signalr-js-latest
Docume
-
Updated
Mar 9, 2022
Describe the Bug
Sending invalid GUIDs to API endpoints will cause them to return an error code "500 Internal Server Error".
Steps To Reproduce
- HTTP DELETE to API endpoint such as /api/emergency-access/ with invalid GUID like "asd"
Expected Result
Endpoint returns a "400 Bad Request"
Actual Result
Endpoint returns a "500 Internal Server Error"
Environment
-
Updated
Mar 9, 2022 - C#
-
Updated
Mar 3, 2022 - C#
-
Updated
Feb 28, 2022
-
Updated
Mar 8, 2022 - C#
-
Updated
Nov 2, 2021 - C#
-
Updated
Jan 26, 2022 - C#
-
Updated
Feb 8, 2022 - C#
-
Updated
Mar 3, 2022 - C#
-
Updated
Mar 3, 2022 - C#
-
Updated
Mar 8, 2022 - C#
-
Updated
Feb 14, 2022 - C#
-
Updated
Nov 1, 2021 - C#
-
Updated
Jan 18, 2022
-
Updated
Feb 11, 2022 - C#
-
Updated
Feb 11, 2022
-
Updated
Feb 21, 2022 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Feb 14, 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
Mar 5, 2022 - C#
-
Updated
Oct 16, 2019 - Vue
-
Updated
Sep 26, 2021 - 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
-
Updated
Oct 23, 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."
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The React community has largely moved on from the old class-based components and now favors function components with hooks.
Describe the solution you'd like
Rewrite the
Counter.js,FetchData.js,Home.js, `Layout.j