Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 4, 2025

This PR updates outdated .NET packages across multiple projects to their latest stable versions.

Changes Made

Test Projects

  • Microsoft.NET.Test.Sdk: 17.14.0 → 17.14.1
  • NUnit.Analyzers: 4.8.0 → 4.8.1

Updated in:

  • src/Startup.Tests/Startup.Tests.csproj
  • src/Aspire/Startup.Aspire/Startup.Aspire.Tests/Startup.Aspire.Tests.csproj

API Project

  • Scalar.AspNetCore: 2.4.3 → 2.4.8
  • Swashbuckle.AspNetCore: 8.1.2 → 8.1.4
  • Swashbuckle.AspNetCore.Annotations: 8.1.2 → 8.1.4
  • Swashbuckle.AspNetCore.Newtonsoft: 8.1.2 → 8.1.4

Updated in:

  • src/Api/Api.Startup.Example/Startup.Api.csproj

Validation

✅ Solution builds successfully without errors
✅ All 30 tests in Startup.Tests pass
✅ No breaking changes introduced
✅ Package compatibility maintained

Notes

The WorkerExtensions project showing Microsoft.NETCore.Targets as outdated was intentionally skipped as it's a generated Azure Functions file that should not be modified directly.

Fixes #46.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • http://168.63.129.16:80/machine/
    • Triggering command: /usr/bin/python3 -u bin/WALinuxAgent-2.13.1.1-py3.9.egg -collect-logs (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@github-actions
Copy link

github-actions bot commented Jun 4, 2025

👋 Thanks for contributing @Copilot! We will review the pull request and get back to you soon.

@MCLifeLeader
Copy link
Owner

@copilot I have several nuget packages that are out of date, please update them.

Co-authored-by: MCLifeLeader <15112903+MCLifeLeader@users.noreply.github.com>
Copilot AI changed the title [WIP] Update .NET packages Update .NET packages to latest versions Jun 4, 2025
@MCLifeLeader MCLifeLeader marked this pull request as ready for review June 24, 2025 21:22
Copilot AI review requested due to automatic review settings June 24, 2025 21:22
Copy link
Contributor

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

This PR updates various .NET package dependencies to their latest stable versions across test and API projects, ensuring alignment and compatibility.

  • Bump test SDK and analyzers in Startup.Tests and Aspire.Tests projects
  • Upgrade Scalar.AspNetCore and Swashbuckle packages in the API project

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/Startup.Tests/Startup.Tests.csproj Microsoft.NET.Test.Sdk and NUnit.Analyzers versions updated
src/Aspire/Startup.Aspire/Startup.Aspire.Tests/Startup.Aspire.Tests.csproj Microsoft.NET.Test.Sdk and NUnit.Analyzers versions updated
src/Api/Api.Startup.Example/Startup.Api.csproj Scalar.AspNetCore and Swashbuckle package versions updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update .NET packages

2 participants