Skip to content

Conversation

@marcominerva
Copy link
Owner

Updated Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore, and SimpleAuthenticationTools.Abstractions to latest patch versions across sample and main projects. Also removed .github/copilot-instructions.md from solution items.

Updated Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore, and SimpleAuthenticationTools.Abstractions to latest patch versions across sample and main projects. Also removed .github/copilot-instructions.md from solution items.
Copilot AI review requested due to automatic review settings February 11, 2026 11:36
@marcominerva marcominerva merged commit d43ed38 into master Feb 11, 2026
8 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates NuGet package patch versions across the main library projects and multiple sample projects, and removes the Copilot instructions markdown file from the solution’s “Solution Items” list.

Changes:

  • Bump SimpleAuthenticationTools.Abstractions to 3.1.9 in main projects.
  • Bump Swashbuckle packages to 10.1.2 and Microsoft.AspNetCore.OpenApi to 10.0.3 in samples.
  • Remove .github/copilot-instructions.md from SimpleAuthentication.slnx solution items.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/SimpleAuthentication/SimpleAuthentication.csproj Updates SimpleAuthenticationTools.Abstractions package version.
src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj Updates SimpleAuthenticationTools.Abstractions and Swashbuckle.AspNetCore.SwaggerGen package versions.
samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj Updates Swashbuckle.AspNetCore package version.
samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj Updates Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions.
samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj Updates Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions.
samples/MinimalApis/ApiKeySample/ApiKeySample.csproj Updates Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions.
samples/Controllers/JwtBearerSample/JwtBearerSample.csproj Updates Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions.
samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj Updates Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions.
samples/Controllers/ApiKeySample/ApiKeySample.csproj Updates Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package versions.
SimpleAuthentication.slnx Removes .github/copilot-instructions.md from solution items.

Comment on lines +38 to +42
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.1.7" />
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.1.9" />
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this project, the net10.0 conditional dependency still pins Microsoft.AspNetCore.OpenApi to 10.0.2, while the samples were updated to 10.0.3. If the intent is to update OpenApi across main + samples (as the PR description suggests), bump this net10.0 reference as well (or explain why it must stay on 10.0.2).

Copilot uses AI. Check for mistakes.
Comment on lines 14 to 16
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/copilot-instructions.md" />
<File Path="src/Directory.Build.props" />
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change only removes .github/copilot-instructions.md from the solution items, but the file still exists in the repo. The PR title implies the instructions file was removed; consider either deleting the file as well, or adjusting the title/description to match the actual change.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant