Skip to content

Updates package versions#47

Merged
jldsilva merged 3 commits into
developmentfrom
Packages-Update
Sep 2, 2025
Merged

Updates package versions#47
jldsilva merged 3 commits into
developmentfrom
Packages-Update

Conversation

@jldsilva

@jldsilva jldsilva commented Sep 2, 2025

Copy link
Copy Markdown
Owner

Bumps the versions of several NuGet packages to their latest releases.

This includes updates for iText, Scalar.AspNetCore, Telegram.Bot,
Microsoft.Testing.Extensions.TrxReport, MSTest.Analyzers, MSTest.TestAdapter,
and MSTest.TestFramework.

Description by Callstackai

This PR updates several NuGet package versions to their latest releases, including iText, Scalar.AspNetCore, and MSTest packages.

Diagrams of code changes
sequenceDiagram
    participant P as Package Management
    participant T as Test Projects

    P->>P: Add itext packages
    Note over P: itext v9.3.0
    Note over P: itext.bouncy-castle-adapter
    Note over P: itext.bouncy-castle-fips-adapter

    P->>P: Add Additional Packages
    Note over P: Scalar.AspNetCore v2.7.2
    Note over P: Telegram.Bot v22.7.1

    P->>T: Update Test Framework
    Note over T: MSTest SDK v3.10.4
    
    T->>T: Update Test Projects
    Note over T: Convert all test projects<br/>to MSTest.Sdk/3.10.4
Loading
Files Changed
FileSummary
Directory.Packages.propsUpdated versions of iText, Scalar.AspNetCore, and MSTest packages.
InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csprojUpdated MSTest.Sdk version to 3.10.4.
InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csprojChanged SDK from MSTest.Sdk to Microsoft.NET.Sdk.

This PR includes files in programming languages that we currently do not support. We have not reviewed files with the extensions .props, .csproj. See list of supported languages.

Summary by CodeRabbit

  • Novidades

    • Atualização da família iText para 9.3.0 e do Telegram.Bot para 22.7.1; melhorias de compatibilidade.
    • Scalar.AspNetCore atualizado para 2.7.2 para experiência mais consistente.
  • Testes

    • Ecossistema MSTest atualizado para 3.10.4; ajustes de SDK em projetos de teste.
    • Um projeto de testes teve mudança de SDK de build para alinhamento com o novo ecossistema.
  • Tarefas

    • Atualizações de dependências e ferramentas de relatório de testes para manutenção e segurança.

Bumps the versions of several NuGet packages to their latest releases.

This includes updates for iText, Scalar.AspNetCore, Telegram.Bot,
Microsoft.Testing.Extensions.TrxReport, MSTest.Analyzers, MSTest.TestAdapter,
and MSTest.TestFramework.
@jldsilva jldsilva self-assigned this Sep 2, 2025
@jldsilva jldsilva added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 2, 2025
@coderabbitai

coderabbitai Bot commented Sep 2, 2025

Copy link
Copy Markdown

Walkthrough

Atualizações centralizadas de versões de dependências em Directory.Packages.props (itext, Scalar.AspNetCore, Telegram.Bot, ferramentas MSTest/TRX) e atualização do SDK MSTest em vários projetos de teste; projeto de assets de testes mudou de MSTest.Sdk para Microsoft.NET.Sdk com OutputType=Library. (48 palavras)

Changes

Cohort / File(s) Resumo das alterações
Gerenciamento central de pacotes
Directory.Packages.props
Bumps: itext, itext.bouncy-castle-adapter, itext.bouncy-castle-fips-adapter 9.2.0→9.3.0; Scalar.AspNetCore 2.6.9→2.7.2; Telegram.Bot 22.6.2→22.7.1; testes: Microsoft.Testing.Extensions.TrxReport 1.8.2→1.8.4; MSTest.Analyzers, MSTest.TestAdapter, MSTest.TestFramework 3.10.2→3.10.4.
Atualização MSTest.Sdk em projetos de teste
InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj, InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj, InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj, InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj, InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj, InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj, InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj
Atualização do MSTest.Sdk 3.10.2 → 3.10.4 (via referência de pacote ou atributo Sdk no projeto). Remoção de referências itext.bouncy-castle-adapter e itext.bouncy-castle-fips-adapter em InvoiceReminder.ExternalServices.UnitTests.csproj. Sem mudanças funcionais no código de produção/testes.
Ajuste no projeto de assets de testes
InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj
Migração de MSTest.Sdk/3.10.2 para Microsoft.NET.Sdk; adicionado/confirmado OutputType=Library; TargetFramework, ImplicitUsings e Nullable mantidos.

Estimated code review effort

🎯 2 (Simples) | ⏱️ ~10 minutos

Possibly related PRs

Poem

Pulando entre pacotes, feliz eu estou 🐇
De 9.2 pra 9.3, o itext saltou!
MSTest acordou em 3.10.4 a brilhar.
Telegram atualizado, builds a cantar.
No assets, novo Sdk — prontos pra rodar! 🎉


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 3baa22d and 647119e.

📒 Files selected for processing (1)
  • InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Analyze (csharp)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Packages-Update

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🧹 Nitpick comments (1)
InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj (1)

7-8: OutputType=Library é redundante; considere removê-lo e marcar o projeto como não empacotável.

Library já é o padrão no Microsoft.NET.Sdk. Impedir empacotamento evita gerar nupkg acidentalmente.

-    <OutputType>Library</OutputType>
+    <!-- Library é o padrão; manter simples -->
+    <!-- <OutputType>Library</OutputType> -->
+    <IsPackable>false</IsPackable>
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between e08724f and be6ff11.

📒 Files selected for processing (9)
  • Directory.Packages.props (3 hunks)
  • InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj (1 hunks)
  • InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj (1 hunks)
  • InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj (1 hunks)
  • InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj (1 hunks)
  • InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj (1 hunks)
  • InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj (1 hunks)
  • InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj (1 hunks)
  • InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Analyze (csharp)
🔇 Additional comments (12)
InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj (1)

1-1: Atualização do MSTest.Sdk para 3.10.4 confirmada em todos os projetos de teste
Todas as referências a MSTest.Sdk apontam para 3.10.4, não há vestígios de 3.10.2 e os pacotes centrais em Directory.Packages.props (MSTest.Analyzers, MSTest.TestAdapter, MSTest.TestFramework, Microsoft.Testing.Extensions.TrxReport) estão na versão 3.10.4.

InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj (1)

1-1: MSTest.Sdk/3.10.4 aplicado — consistente com o restante do PR

Sem impactos aparentes; mantém net9.0 e propriedades atuais.

InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj (1)

1-1: Upgrade do SDK de teste validado

Alinhado às versões centrais; nenhuma outra alteração funcional.

InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj (1)

1-1: Atualização do MSTest.Sdk confirmada

OK manter o SDK no atributo Project; dependências seguem centralizadas via Updates.

InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj (1)

1-1: LGTM no bump do MSTest.Sdk

Coerente com as demais alterações e com o uso do Testing Platform.

InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj (1)

1-1: A troca para Microsoft.NET.Sdk está adequada
Verificado: não há atributos MSTest no projeto de assets.

InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj (1)

1-1: Verificado: todos os projetos de teste usam MSTest.Sdk/3.10.4

InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj (1)

1-1: Upgrade para MSTest.Sdk/3.10.4 — consistente e sem riscos aparentes.

Directory.Packages.props (4)

41-41: Scalar.AspNetCore 2.7.2: faça um smoke test da UI/rota de docs.

Confirme que o endpoint e o middleware continuam mapeados como antes.


45-45: Telegram.Bot 22.7.1: conferir integração e permissões do bot.

Rode um teste de envio/recebimento em sandbox para validar compatibilidade.


58-61: MSTest. 3.10.4 centralizado — bom alinhamento com o SDK.*

Ajuda a evitar drifts entre projetos.


63-63: Sem impacto funcional.

Apenas fechamento do XML.

Comment thread Directory.Packages.props
Removes the iText PDF packages, as they are no longer required by the project.
This simplifies the project's dependencies.
Removes the explicit OutputType specification from the project file.

This setting is redundant for class library projects in newer .NET SDK versions, simplifying the project configuration.
@jldsilva jldsilva merged commit f779584 into development Sep 2, 2025
5 checks passed
@jldsilva jldsilva deleted the Packages-Update branch September 2, 2025 21:09
@coderabbitai coderabbitai Bot mentioned this pull request Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant