Skip to content

Misc improvements - 15/08 - #175

Merged
paul-fresquet merged 8 commits into
masterfrom
feat/misc-improvements-1508
Aug 17, 2025
Merged

Misc improvements - 15/08#175
paul-fresquet merged 8 commits into
masterfrom
feat/misc-improvements-1508

Conversation

@paul-fresquet

@paul-fresquet paul-fresquet commented Aug 15, 2025

Copy link
Copy Markdown
Contributor

This pull request primarily updates package dependencies across multiple projects to their latest versions, improving compatibility, security, and stability. Additionally, it introduces minor code and UI improvements, such as using collection initializers and enhancing text alignment in a view.

Dependency Updates

  • Updated various NuGet package versions in multiple .csproj files, including Autofac, Avalonia, Azure.Identity, Azure.Storage.Blobs, Microsoft.AspNetCore.SignalR.Client, Polly, Serilog, StackExchange.Redis, AWSSDK.S3, and several testing libraries (NUnit, Moq, Microsoft.NET.Test.Sdk). This affects client, server, common, functions, and test projects. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]

Codebase Improvements

  • Replaced explicit list initializations with collection initializer syntax ([]) for OrganizedSharedActionsGroups and result in SharedActionsGroupRepository, simplifying code and improving readability.
  • Removed unused SharedActionsGroups and SharedActionsGroupsList properties from SharedActionsGroupRepository, streamlining the repository interface.

UI Enhancements

  • Improved the appearance of the Letter column in ContentRepartitionView.axaml by adding a minimum width and centering the text for better visual alignment.

Miscellaneous

  • Removed unnecessary using System.Threading.Tasks; directive from SharedActionsGroupRepository.cs, cleaning up imports.

@sonarqubecloud

Copy link
Copy Markdown

@paul-fresquet
paul-fresquet merged commit 0ab495e into master Aug 17, 2025
25 checks passed
@paul-fresquet
paul-fresquet deleted the feat/misc-improvements-1508 branch August 17, 2025 08:32
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