Update instructions and JwtBearer package versions#187
Merged
marcominerva merged 1 commit intomasterfrom Mar 11, 2026
Merged
Conversation
Clarified guidance on ConfigureAwait usage in copilot-instructions.md and fixed duplicate test instruction. Upgraded Microsoft.AspNetCore.Authentication.JwtBearer to latest patch versions for .NET 8.0, 9.0, and 10.0 in csproj.
There was a problem hiding this comment.
Pull request overview
Updates internal contributor guidance and bumps JwtBearer dependency patch versions to keep the SimpleAuthentication abstractions aligned with current .NET servicing releases.
Changes:
- Upgraded
Microsoft.AspNetCore.Authentication.JwtBearerpatch versions per target framework (net8.0,net9.0,net10.0). - Refined Copilot guidance on when
ConfigureAwait(false)is appropriate (library vs. ASP.NET Core app context). - Fixed a formatting/duplication issue in the testing instructions list.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj |
Updates JwtBearer package patch versions per target framework. |
.github/copilot-instructions.md |
Clarifies ConfigureAwait(false) guidance and cleans up a duplicated/indented testing instruction line. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clarified guidance on ConfigureAwait usage in copilot-instructions.md and fixed duplicate test instruction. Upgraded Microsoft.AspNetCore.Authentication.JwtBearer to latest patch versions for .NET 8.0, 9.0, and 10.0 in csproj.