Skip to content
#

aspnetcore

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

JamesNK
JamesNK commented Apr 12, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

During a refactor some Kestrel trace log methods were reordered to group them together by logic. This makes it difficult to understand what event IDs (an incrementing number) are used, and what the next event ID should be.
https://github.com/dotnet/aspnetcore/blob/c00e0e775208cb7cb377f9bd0c

area-runtime good first issue
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