aspnetcore
Here are 2,544 public repositories matching this topic...
-
Updated
Feb 25, 2022 - C#
Update
Document Details
- ID: 9795b92f-db24-8f1f-88c0-c36666d3526f
- Version Independent ID: 2d56d9b6-3d7b-0204-6c08-8e584fccecc2
- Content: Response compression in ASP.NET Core
- C
-
Updated
Jan 28, 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
Feb 26, 2022 - C#
-
Updated
Feb 25, 2022 - C#
-
Updated
Feb 11, 2022
-
Updated
Feb 23, 2022 - C#
-
Updated
Nov 2, 2021 - C#
-
Updated
Jan 26, 2022 - C#
-
Updated
Feb 8, 2022 - C#
-
Updated
Feb 24, 2022 - C#
-
Updated
Feb 25, 2022 - C#
-
Updated
Feb 11, 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
Feb 21, 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?
Describe the bug
RFC7231 suggests that the
Locationheader is optional for201Created response.