Merged
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 84aa296. ♻️ This comment has been updated with latest results. |
HowardvanRooijen
previously approved these changes
Jun 11, 2025
The project file `AzAppConfigToUserSecrets.Cli.csproj` has been modified to target .NET 8.0 instead of .NET 6.0. Several package references have been updated to their latest versions, including `Azure.Data.AppConfiguration`, `Azure.Identity`, `Azure.Security.KeyVault.Secrets`, `Endjin.RecommendedPractices.GitHub`, `Microsoft.Extensions.Configuration.UserSecrets`, and `Spectre.Console`. The version constraints for `Microsoft.Extensions.Configuration.UserSecrets` have been adjusted to allow any version starting with 8.0. The `packages.lock.json` file has been updated to reflect these changes, showing the new resolved versions and dependencies.
- Removed System.CommandLine references and replaced with Spectre.Console.Cli for command parsing. - Deleted CommandLineParser class and introduced ExportCommand class to handle export functionality. - Created ExportSettings class to encapsulate command settings. - Added ExportHandler class to manage the export logic from Azure App Configuration to User Secrets. - Updated CompositeConsole to streamline console operations with Spectre.Console. - Modified UserSecrets class to handle nullable values and ensure directory creation for secrets file. - Cleaned up packages.lock.json by removing unused dependencies and updating existing ones.
The `Roslynator.Analyzers` package reference has been removed from `AzAppConfigToUserSecrets.Cli.csproj`. The `packages.lock.json` file has been updated to include new dependencies such as `System.Memory`, `System.Text.Json`, `System.Threading.Tasks.Extensions`, and `StyleCop.Analyzers`, along with the addition of `StyleCop.Analyzers.Unstable` as a transitive dependency. The version of `Roslynator.Analyzers` has been updated to `4.13.1`, ensuring compatibility with the latest package versions.
Code Coverage Summary Report - Linux (No TFM)Summary
CoverageNo assemblies have been covered. |
endjin-github
approved these changes
Jun 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.