chore(deps): update dependencies and formatter config#345
Merged
Conversation
- Renamed `CLAUDE.md` to `AGENTS.md` for improved clarity and organization. - Updated solution file to reference the new filenames. - Added detailed content to `AGENTS.md`, including general info, code style, testing, and release workflow. - Removed old references to `CLAUDE.local.md` and replaced with `AGENTS.local.md`.
- Bumped multiple Amazon Lambda package versions to the latest major release. - Updated `Basic.Reference.Assemblies` packages to version 1.8.7. - Upgraded OpenTelemetry packages to version 1.15.3 and related dependencies. - Incremented other dependencies such as `Microsoft.NET.Test.Sdk` and `Microsoft.Extensions` packages to the latest available versions.
- Applied `ij_formatter_enabled` and `resharper_disable_formatter` rules to `docs/**`.
- Introduced `format.json` to define formatter tools and their configurations. - Added formatter rules for `.cs`, `.md`, and project-related files. - Included commands for `dotnet cleanupcode` and `mdformat` with specific extensions and exclusions.
- Updated Markdown files to ensure proper list indentation consistency. - Adjusted table column spacing for improved readability in documentation. - Refactored tips and warnings to leverage correct Markdown formatting with indented blocks.
- Added new dependencies: `babel`, `backrefs`, `certifi`, `charset-normalizer`, `ghp-import`, `idna`, `jinja2`, and `markupsafe`. - Updated `uv.lock` file to include sources, hashes, and other metadata for the mentioned packages.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #345 +/- ##
==========================================
- Coverage 87.38% 87.34% -0.04%
==========================================
Files 113 113
Lines 2814 2814
Branches 351 351
==========================================
- Hits 2459 2458 -1
- Misses 254 255 +1
Partials 101 101 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…solver` - Adjusted parameter alignment for cleaner readability and consistency. - Restructured method calls and lambda expressions for more compact and uniform code. - Applied consistent closing brace placement across multiple methods and blocks.
…HostFactoryResolver` - Reformatted method definitions for single-line lambda consistency. - Updated in-line comment placement for improved readability. - Ensured uniformity in brace placement and expression body syntax across methods.
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.
Summary
Updates dependency versions and lockfile contents, adds formatter configuration, and refreshes repository guidance docs. Also applies formatting cleanup across docs so generated/documented content stays consistent.
Changes
Directory.Packages.propsand refreshuv.lock.format.jsonand adjust.editorconfigformatter exclusions.CLAUDE.mdtoAGENTS.mdacross repo areas.Validation
Notes for Reviewers