Skip to content
#

aspnetcore

Here are 2,587 public repositories matching this topic...

javiercn
javiercn commented Mar 12, 2022

https://github.com/dotnet/aspnetcore/blob/2b4a186c29667003d06bef8d629f5d3266b5804a/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot/service-worker.published.js#L41-L59

This causes issues when users try to access a resource on the page directly through the address bar.

The proposal involves updating the service worker to make sure that if a request

help wanted area-blazor good first issue blazor-wasm
server
Areedtz
Areedtz commented May 29, 2021

Describe the Bug

Sending invalid GUIDs to API endpoints will cause them to return an error code "500 Internal Server Error".

Steps To Reproduce

  1. 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

LettuceEncrypt
natemcmaster
natemcmaster commented Jul 3, 2018

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
good first issue task

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more