Skip to content

Update libraries - #100

Merged
marcominerva merged 4 commits into
masterfrom
develop
Feb 11, 2026
Merged

Update libraries#100
marcominerva merged 4 commits into
masterfrom
develop

Conversation

@marcominerva

Copy link
Copy Markdown
Owner

This pull request primarily updates package dependencies to their latest versions and makes minor maintenance improvements. The updates ensure the project remains current with upstream changes and resolves a small typo in an attribute message.

Dependency updates:

  • Updated Microsoft.AspNetCore.OpenApi and Swashbuckle.AspNetCore.SwaggerUI package references to their latest patch versions in samples/MinimalSample/MinimalSample.csproj and src/MinimalHelpers.OpenApi/MinimalHelpers.OpenApi.csproj to improve compatibility and include the latest fixes. [1] [2]
  • Updated TinyHelpers.AspNetCore package reference to the latest version in samples/MinimalSample/MinimalSample.csproj for improved support and bug fixes.

Build and tooling improvements:

  • Upgraded the super-linter GitHub Action from v7.2.0 to v8.3.1 in .github/workflows/linter.yml to use the latest linting rules and features.

Code and documentation cleanup:

  • Fixed a typo in the Obsolete attribute message in RouteHandlerBuilderExtensions.cs ("AspNetCoore" → "AspNetCore").
  • Removed .github/copilot-instructions.md from the solution items in MinimalHelpers.slnx for better project organization.

dependabot Bot and others added 4 commits February 9, 2026 17:48
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7.2.0 to 8.3.1.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v7.2.0...v8.3.1)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-version: 8.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…t-github/workflows/super-linter/super-linter-8.3.1

Bump super-linter/super-linter from 7.2.0 to 8.3.1 in /.github/workflows
Updated Microsoft.AspNetCore.OpenApi, Swashbuckle.AspNetCore.SwaggerUI, and TinyHelpers.AspNetCore to latest patch versions in project files. Removed .github/copilot-instructions.md from solution items. Fixed typo in Obsolete attribute message in RouteHandlerBuilderExtensions.cs.
Copilot AI review requested due to automatic review settings February 11, 2026 11:18
@marcominerva
marcominerva merged commit 68cfc6d into master Feb 11, 2026
8 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR performs routine maintenance by updating several NuGet dependencies and the GitHub linter action, plus a small message typo fix, keeping the MinimalHelpers repo aligned with upstream patches.

Changes:

  • Bumped Microsoft.AspNetCore.OpenApi versions across target frameworks and the sample project.
  • Updated sample dependencies (Swashbuckle.AspNetCore.SwaggerUI, TinyHelpers.AspNetCore) and upgraded super-linter.
  • Fixed a typo in an Obsolete attribute message and removed .github/copilot-instructions.md from solution items.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/MinimalHelpers.OpenApi/RouteHandlerBuilderExtensions.cs Fixes typo in Obsolete attribute message.
src/MinimalHelpers.OpenApi/MinimalHelpers.OpenApi.csproj Updates Microsoft.AspNetCore.OpenApi package versions per TFM.
samples/MinimalSample/MinimalSample.csproj Updates OpenAPI/SwaggerUI/TinyHelpers package versions in the sample.
MinimalHelpers.slnx Removes Copilot instructions file from Solution Items list.
.github/workflows/linter.yml Upgrades super-linter action version used by CI linting.

################################
- name: Lint Code Base
uses: super-linter/super-linter@v7.2.0
uses: super-linter/super-linter@v8.3.1

Copilot AI Feb 11, 2026

Copy link

Choose a reason for hiding this comment

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

GitHub Actions are referenced by mutable tags (e.g., super-linter/super-linter@v8.3.1). For supply-chain security and reproducible builds, pin this action to a commit SHA (optionally keeping the tag in a comment) instead of a version tag.

Suggested change
uses: super-linter/super-linter@v8.3.1
uses: super-linter/super-linter@<COMMIT-SHA-FOR-v8.3.1> # v8.3.1

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.

2 participants