-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V9.0.0/move replace-line-endings to xunit #89
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe pull request entails the removal of numerous classes and extensions from the Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Outside diff range and nitpick comments (1)
CHANGELOG.md (1)
Line range hint
1-24
: Major release with significant changes and improvementsThis 9.0.0 release introduces substantial changes across the codebase:
- Added support for .NET 9 and removed support for .NET 6.0.
- Introduced new features like FaultDetails and ProblemDetails support in ASP.NET.
- Removed several features and migrated them to separate packages (e.g., Xunit extensions, YamlDotNet extensions).
- Made numerous API changes, including renaming and refactoring of classes and methods.
- Improved consistency in naming conventions and design patterns.
These changes will likely require significant updates to existing code using this library. Developers should carefully review the changes and plan for a potentially complex migration process.
Consider providing a detailed migration guide to help users transition from the previous version to 9.0.0, highlighting the major breaking changes and suggesting migration strategies.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (22)
- CHANGELOG.md (1 hunks)
- Directory.Build.props (2 hunks)
- src/Cuemon.Extensions.Core/StringExtensions.cs (0 hunks)
- test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentication.Tests.csproj (1 hunks)
- test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTests.csproj (1 hunks)
- test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.FunctionalTests.csproj (1 hunks)
- test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj (1 hunks)
- test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.TagHelpers.Tests.csproj (1 hunks)
- test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj (1 hunks)
- test/Cuemon.Data.SqlClient.Tests/Cuemon.Data.SqlClient.Tests.csproj (1 hunks)
- test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4.Tests/Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Extensions.AspNetCore.Authentication.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.Mvc.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.Core.Tests/StringExtensionsTest.cs (0 hunks)
- test/Cuemon.Extensions.Hosting.Tests/Cuemon.Extensions.Hosting.Tests.csproj (1 hunks)
- test/Cuemon.Extensions.Runtime.Caching.Tests/Cuemon.Extensions.Runtime.Caching.Tests.csproj (1 hunks)
- test/Cuemon.Runtime.Caching.Tests/Cuemon.Runtime.Caching.Tests.csproj (1 hunks)
💤 Files not reviewed due to no reviewable changes (2)
- src/Cuemon.Extensions.Core/StringExtensions.cs
- test/Cuemon.Extensions.Core.Tests/StringExtensionsTest.cs
✅ Files skipped from review due to trivial changes (9)
- test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.FunctionalTests.csproj
- test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.TagHelpers.Tests.csproj
- test/Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4.Tests/Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4.Tests.csproj
- test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Extensions.AspNetCore.Authentication.Tests.csproj
- test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests.csproj
- test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests.csproj
- test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests.csproj
- test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.Mvc.Tests.csproj
- test/Cuemon.Extensions.Runtime.Caching.Tests/Cuemon.Extensions.Runtime.Caching.Tests.csproj
🔇 Additional comments not posted (14)
test/Cuemon.Runtime.Caching.Tests/Cuemon.Runtime.Caching.Tests.csproj (1)
18-18
: LGTM! Verify consistency across test projects.The update of
Codebelt.Extensions.Xunit.Hosting
to version9.0.0-preview.4
aligns with the PR objectives. This change should enhance the testing capabilities of the project.To ensure consistency, please run the following script to verify that this update has been applied to all relevant test projects:
If any inconsistencies are found, please update the other test projects accordingly.
✅ Verification successful
Action Required: Verify consistency across test projects.
The previous script encountered an issue with the file type. Please use the following corrected script to verify that all test projects are using
Codebelt.Extensions.Xunit.Hosting
version9.0.0-preview.4
:If any inconsistencies are found, please update the other test projects accordingly.
Package version consistency verified across test projects.
All instances of
Codebelt.Extensions.Xunit.Hosting
are updated to version9.0.0-preview.4
.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check if all test projects use the same version of Codebelt.Extensions.Xunit.Hosting # Test: Search for Codebelt.Extensions.Xunit.Hosting package references in all .csproj files # Expect: All occurrences should use version 9.0.0-preview.4 rg --type csproj '<PackageReference Include="Codebelt.Extensions.Xunit.Hosting"' -A 1Length of output: 118
Script:
#!/bin/bash # Description: Check if all test projects use the same version of Codebelt.Extensions.Xunit.Hosting # Test: Search for Codebelt.Extensions.Xunit.Hosting package references in all .csproj files # Expect: All occurrences should use version 9.0.0-preview.4 rg '<PackageReference Include="Codebelt.Extensions.Xunit.Hosting"' -g '**/*.csproj' -A 1Length of output: 1360
test/Cuemon.Data.SqlClient.Tests/Cuemon.Data.SqlClient.Tests.csproj (1)
16-16
: LGTM! Verify consistency and check release notes.The update of
Codebelt.Extensions.Xunit.Hosting
to version9.0.0-preview.4
aligns with the PR objectives. This change is approved.To ensure consistency and understand the impact of this change:
- Verify that this update has been applied consistently across all test projects in the solution.
- Review the changelog or release notes for
Codebelt.Extensions.Xunit.Hosting
9.0.0-preview.4 to identify any breaking changes or new features that might affect your tests.Run the following script to check for consistency across test projects:
If any inconsistencies are found, please update the other test projects accordingly.
✅ Verification successful
Update the search script to correctly target
.csproj
files and rerun verification.The previous script encountered an error due to the unrecognized file type
csproj
. Please use the updated script below to verify the consistency ofCodebelt.Extensions.Xunit.Hosting
across all test project files:
Package update is consistent across all test projects. Approved.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check consistency of Codebelt.Extensions.Xunit.Hosting version across test projects # Test: Search for Codebelt.Extensions.Xunit.Hosting package reference in all .csproj files # Expect: All occurrences should use version 9.0.0-preview.4 rg --type csproj '<PackageReference Include="Codebelt.Extensions.Xunit.Hosting"' -A 1Length of output: 118
Script:
#!/bin/bash # Description: Check consistency of Codebelt.Extensions.Xunit.Hosting version across test projects # Test: Search for Codebelt.Extensions.Xunit.Hosting package reference in all .csproj files # Expect: All occurrences should use version 9.0.0-preview.4 rg '<PackageReference Include="Codebelt.Extensions.Xunit.Hosting"' -A 1 -g "*.csproj"Length of output: 1357
test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj (1)
17-17
: LGTM! Verify consistency with other package updates.The update of
Codebelt.Extensions.Xunit.Hosting.AspNetCore
to version9.0.0-preview.4
is in line with the PR objectives. This change is part of the broader dependency updates mentioned in the PR summary.To ensure consistency across the project, please run the following script to verify other related package versions:
This script will help identify any inconsistencies in package versions across the project.
✅ Verification successful
Package versions are consistent across the project.
All
Codebelt.Extensions.Xunit
packages are consistently updated to version9.0.0-preview.4
across the relevant project files. Additionally, thexunit.runner.console
package is correctly set to version2.9.1
inDirectory.Build.props
.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for consistency in Codebelt.Extensions.Xunit package versions across the project # Search for Codebelt.Extensions.Xunit package references echo "Codebelt.Extensions.Xunit package references:" rg --type csproj 'PackageReference Include="Codebelt\.Extensions\.Xunit' -g '*.csproj' # Search for xunit package references echo "\nxunit package references:" rg --type csproj 'PackageReference Include="xunit' -g '*.csproj' # Search for xunit.runner.console package references echo "\nxunit.runner.console package references:" rg --type props 'PackageReference Include="xunit\.runner\.console' -g 'Directory.Build.props'Length of output: 602
Script:
#!/bin/bash # Description: Check for consistency in Codebelt.Extensions.Xunit package versions across the project # Search for Codebelt.Extensions.Xunit package references in *.csproj files echo "Codebelt.Extensions.Xunit package references:" rg 'PackageReference Include="Codebelt\.Extensions\.Xunit' -g '*.csproj' # Search for xunit package references in *.csproj files echo -e "\nxunit package references:" rg 'PackageReference Include="xunit' -g '*.csproj' # Search for xunit.runner.console package references in *.props files echo -e "\nxunit.runner.console package references:" rg 'PackageReference Include="xunit\.runner\.console' -g '*.props'Length of output: 4030
test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentication.Tests.csproj (1)
17-17
: LGTM! Package reference updated as intended.The update of
Codebelt.Extensions.Xunit.Hosting.AspNetCore
from version9.0.0-preview.2
to9.0.0-preview.4
aligns with the PR objectives to update dependencies. This change should bring in the latest features and fixes for the testing framework.To ensure consistency across the project, please run the following script to check if all test projects are using the same version of this package:
Also, remember to thoroughly test the project with this new package version to catch any potential issues early, as it's still a preview release.
✅ Verification successful
All test projects are consistently using version 9.0.0-preview.4 of Codebelt.Extensions.Xunit.Hosting.AspNetCore.
The package update is consistent across all test projects as verified. No further action is needed.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for consistent usage of Codebelt.Extensions.Xunit.Hosting.AspNetCore package version across test projects # Test: Search for the package reference in all test project files fd -e csproj -p test --exec grep -H 'PackageReference Include="Codebelt.Extensions.Xunit.Hosting.AspNetCore"' {} echo "Ensure all occurrences use version 9.0.0-preview.4"Length of output: 2899
test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTests.csproj (1)
11-11
: Approved: Package version update aligns with PR objectives.The update of
Codebelt.Extensions.Xunit.Hosting.AspNetCore
from version 9.0.0-preview.2 to 9.0.0-preview.4 is in line with the PR objectives to update dependencies. This change keeps the project up-to-date with the latest preview version.However, as this is a preview version, it's important to ensure thorough testing. Please run the following script to verify that all tests still pass with the updated package:
This script will help verify that the update doesn't introduce any breaking changes or unexpected behavior in the tests.
test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj (1)
19-19
: LGTM! Verify test execution with the updated package.The package update from
9.0.0-preview.2
to9.0.0-preview.4
forCodebelt.Extensions.Xunit.Hosting.AspNetCore
aligns with the PR objectives. This minor version bump within the preview series likely includes bug fixes or minor improvements.To ensure this update doesn't introduce any issues:
- Run all tests in this project to verify they still pass.
- Check for any compiler warnings related to package compatibility.
test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Tests.csproj (1)
21-21
: LGTM! Package version update is consistent with PR objectives.The update of
Codebelt.Extensions.Xunit.Hosting.AspNetCore
to version9.0.0-preview.4
aligns with the PR objectives. This change is part of the broader effort to update dependencies across the project.To ensure consistency across the project, please run the following script to verify that all references to this package have been updated:
Additionally, confirm that this update is compatible with the other package updates mentioned in the PR objectives (xunit and xunit.runner.console to version 2.9.1).
✅ Verification successful
Verified! All package references are updated to version
9.0.0-preview.4
as per PR objectives.The
Codebelt.Extensions.Xunit.Hosting.AspNetCore
package has been successfully updated to version9.0.0-preview.4
across all relevant test projects.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify all references to Codebelt.Extensions.Xunit.Hosting.AspNetCore are updated to version 9.0.0-preview.4 # Test: Search for package references. Expect: Only occurrences of version 9.0.0-preview.4 rg --type csproj 'PackageReference Include="Codebelt.Extensions.Xunit.Hosting.AspNetCore"' -A 1Length of output: 128
Script:
#!/bin/bash # Description: Verify all references to Codebelt.Extensions.Xunit.Hosting.AspNetCore are updated to version 9.0.0-preview.4 # Test: Search for package references with the specified version rg 'PackageReference Include="Codebelt\.Extensions\.Xunit\.Hosting\.AspNetCore" Version="9\.0\.0-preview\.4"' --glob '*.csproj' -A 1Length of output: 4279
test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj (1)
60-60
: LGTM: Package version update aligns with PR objectives.The update of
Codebelt.Extensions.Xunit.Hosting
to version9.0.0-preview.4
is in line with the PR objectives. This change should improve the testing capabilities of the project.To ensure consistency across the project, please run the following script to check if all test projects have been updated to the same version:
Additionally, I recommend reviewing the changelog or release notes for
Codebelt.Extensions.Xunit.Hosting
version9.0.0-preview.4
to understand any new features or breaking changes that might affect your tests.✅ Verification successful
Verification Successful: All test projects have been updated to
Codebelt.Extensions.Xunit.Hosting
version9.0.0-preview.4
.All relevant test projects consistently use the specified package version, ensuring alignment with the PR objectives.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify that all test projects use the same version of Codebelt.Extensions.Xunit.Hosting # Test: Search for Codebelt.Extensions.Xunit.Hosting package reference in all .csproj files # Expect: All occurrences should use version 9.0.0-preview.4 rg --type csproj 'PackageReference Include="Codebelt.Extensions.Xunit.Hosting"' -A 1Length of output: 117
Script:
#!/bin/bash # Description: Verify that all test projects use the same version of Codebelt.Extensions.Xunit.Hosting # Find all .csproj files and search for the specific package reference version fd --extension csproj --type f | xargs rg 'PackageReference Include="Codebelt.Extensions.Xunit.Hosting"\s+Version="9\.0\.0-preview\.4"'Length of output: 966
Directory.Build.props (4)
80-80
: LGTM: xunit.runner.console package updated consistently.The update of xunit.runner.console from version 2.9.0 to 2.9.1 is consistent with the xunit package update and aligns with the PR objectives. This ensures version parity between xunit and its console runner.
Line range hint
1-98
: Overall assessment: Package updates align with PR objectives.The changes in this file are limited to updating package references as specified in the PR objectives. The structure and purpose of the
Directory.Build.props
file remain intact. These updates should improve the testing capabilities of the project while maintaining consistency across test-related packages.To ensure these changes don't introduce any unexpected issues:
- Verify that all tests pass with the updated packages.
- Check for any deprecation warnings or new features in the changelogs of the updated packages.
- Consider updating the
README.md
or documentation to reflect these version changes if necessary.
96-96
: LGTM with caution: Codebelt.Extensions.Xunit package updated to new preview version.The update of Codebelt.Extensions.Xunit from version 9.0.0-preview.2 to 9.0.0-preview.4 aligns with the PR objectives. However, as this is a preview version update, please ensure that:
- This new version is compatible with the updated xunit packages.
- Any potential breaking changes in this preview version are addressed in the test code.
To verify compatibility and functionality, please run the following script:
#!/bin/bash # Description: Verify that tests using Codebelt.Extensions.Xunit still pass after the update. # Test: Run dotnet test command with verbose output to catch any compatibility issues dotnet test -v n # Test: Search for usage of Codebelt.Extensions.Xunit in test files rg --type csharp "using.*Codebelt\.Extensions\.Xunit" test/
79-79
: LGTM: xunit package updated as per PR objectives.The update of xunit from version 2.9.0 to 2.9.1 aligns with the PR objectives. This minor version update should provide bug fixes or improvements without introducing breaking changes.
To ensure the update doesn't affect test execution, please run the following script:
CHANGELOG.md (2)
Line range hint
26-151
: Significant enhancements with new classes and functionalityThe "Added" section introduces a wealth of new features and improvements:
- Enhanced HTTP handling with new classes like
HttpAuthenticationSchemes
andHttpHeaderNames
.- Improved fault handling and diagnostics with
FaultDescriptorExceptionHandlerOptions
andHttpFaultResolver
.- New serialization capabilities, including
JsonFormatter
andYamlFormatter
classes.- Additional authentication support with classes like
BasicAuthorizationHeader
andDigestAuthorizationHeader
.- New factory classes and options for improved configurability, such as
CacheableObjectFactory
and various*Options
classes.These additions significantly expand the library's capabilities and provide developers with more tools for handling common scenarios in web development and API design.
The new additions appear to be well-structured and consistent with existing patterns in the library.
153-176
: Extensive refactoring and removal of legacy codeThe "Changed" and "Removed" sections indicate a significant overhaul of the library:
- Many classes and methods have been renamed or refactored for improved consistency and clarity.
- Several namespaces have been reorganized or consolidated, which may require updates to using statements in existing code.
- A large number of classes and methods, particularly those related to legacy functionality, have been removed.
- Some functionality has been moved to separate packages or replaced with more modern alternatives.
These changes will likely have a substantial impact on existing code that uses this library. While they should result in a more streamlined and maintainable codebase, they will require careful migration efforts from users.
To minimize the impact on users:
- Consider providing a detailed migration guide that maps old APIs to their new equivalents.
- Where possible, introduce obsolete attributes with helpful messages in an intermediate release before removing APIs entirely.
- Ensure that documentation is thoroughly updated to reflect these changes and provide examples of how to use the new APIs.
To ensure that all breaking changes are properly documented, run the following script:
This will help identify any potentially undocumented breaking changes.
Also applies to: 178-441
@@ -9,7 +9,7 @@ | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Codebelt.Extensions.Xunit.Hosting" Version="9.0.0-preview.2" /> | |||
<PackageReference Include="Codebelt.Extensions.Xunit.Hosting" Version="9.0.0-preview.4" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Changelog entry missing for package update.
Please add an entry in CHANGELOG.md
documenting the update of Codebelt.Extensions.Xunit.Hosting
to version 9.0.0-preview.4
. This ensures that the change is properly tracked and communicated.
CHANGELOG.md
does not include an entry forCodebelt.Extensions.Xunit.Hosting
version9.0.0-preview.4
🔗 Analysis chain
LGTM! Package reference updated as intended.
The update of Codebelt.Extensions.Xunit.Hosting
from version 9.0.0-preview.2
to 9.0.0-preview.4
aligns with the PR objectives of updating dependencies.
Please ensure the following:
- This new preview version is compatible with other dependencies and the project's requirements.
- The changelog has been updated to reflect this change, if not already done.
To verify the compatibility, you can run the following script:
This script will help identify any potential version conflicts or inconsistencies across the project, and remind you to update the changelog if necessary.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Check for any version conflicts or incompatibilities
# Test: Search for other occurrences of Codebelt.Extensions.Xunit packages
echo "Searching for other Codebelt.Extensions.Xunit package references:"
rg --type csproj "PackageReference.*Codebelt\.Extensions\.Xunit" -g "*.csproj"
# Test: Check if all Codebelt.Extensions.Xunit packages are using the same version
echo "Checking for version consistency across Codebelt.Extensions.Xunit packages:"
rg --type csproj "PackageReference.*Codebelt\.Extensions\.Xunit.*Version=\"([^\"]*)\"" -g "*.csproj" --only-matching --replace '$1' | sort | uniq -c
# Test: Check for the presence of a CHANGELOG.md file
echo "Checking for CHANGELOG.md:"
fd -I CHANGELOG.md
Length of output: 689
Script:
#!/bin/bash
# Description: Check for any version conflicts or incompatibilities
# Test: Search for other occurrences of Codebelt.Extensions.Xunit packages
echo "Searching for other Codebelt.Extensions.Xunit package references:"
rg "PackageReference.*Codebelt\.Extensions\.Xunit" -g "*.csproj"
# Test: Check if all Codebelt.Extensions.Xunit packages are using the same version
echo "Checking for version consistency across Codebelt.Extensions.Xunit packages:"
rg "PackageReference.*Codebelt\.Extensions\.Xunit.*Version=\"([^\"]*)\"" -g "*.csproj" --only-matching --replace '$1' | sort | uniq -c
# Test: Check for the presence of a CHANGELOG.md file
echo "Checking for CHANGELOG.md:"
fd -I CHANGELOG.md
Length of output: 6128
Script:
#!/bin/bash
# Description: Verify that CHANGELOG.md includes an entry for the package update
echo "Verifying that CHANGELOG.md includes an entry for Codebelt.Extensions.Xunit.Hosting version 9.0.0-preview.4:"
rg "Codebelt\.Extensions\.Xunit\.Hosting.*9\.0\.0-preview\.4" CHANGELOG.md || echo "No entry found for Codebelt.Extensions.Xunit.Hosting version 9.0.0-preview.4 in CHANGELOG.md."
Length of output: 500
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
- Coverage 80.16% 80.15% -0.01%
==========================================
Files 617 617
Lines 18949 18940 -9
Branches 1907 1907
==========================================
- Hits 15190 15181 -9
Misses 3709 3709
Partials 50 50 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
PR Classification
Breaking changes and dependency updates.
PR Summary
This pull request introduces breaking changes by removing an extension method for TFM netstandard2.0.
ReplaceLineEndings
extension methods and related test method fromStringExtensions
andStringExtensionsTest
,xunit
andxunit.runner.console
to version2.9.1
inDirectory.Build.props
,Codebelt.Extensions.Xunit
to version9.0.0-preview.4
across multiple test project files.Summary by CodeRabbit
Release Notes
Codebelt.Extensions.Xunit.Hosting.AspNetCore
to version9.0.0-preview.4
, enhancing testing capabilities.xunit
andxunit.runner.console
packages to version2.9.1
for improved testing reliability.StringExtensions
class related to newline replacement, indicating a shift in functionality.