Update dependencies and improve documentation formatting#89
Merged
Conversation
…ntation formatting
# Conflicts: # Exemples/Aspire/CaeriusNet.Exemples.Aspire.AppHost/CaeriusNet.Exemples.Aspire.AppHost.csproj # Exemples/Aspire/CaeriusNet.Exemples.Aspire.Console/CaeriusNet.Exemples.Aspire.Console.csproj # Exemples/Aspire/CaeriusNet.Exemples.Aspire.ServiceDefaults/CaeriusNet.Exemples.Aspire.ServiceDefaults.csproj # Exemples/Libs/CaeriusNet.Exemples.Libs.Commons/CaeriusNet.Exemples.Libs.Commons.csproj # Src/CaeriusNet.csproj # Tests/CaeriusNet.Analyzer.Tests/CaeriusNet.Analyzer.Tests.csproj # Tests/CaeriusNet.Generator.Tests/CaeriusNet.Generator.Tests.csproj # Tests/CaeriusNet.IntegrationTests/CaeriusNet.IntegrationTests.csproj # Tests/CaeriusNet.Packaging.Tests/CaeriusNet.Packaging.Tests.csproj # Tests/CaeriusNet.Tests/CaeriusNet.Tests.csproj # Tools/CaeriusNet.SqlServer.Contracts/CaeriusNet.SqlServer.Contracts.csproj
Contributor
Dependency ReviewThe following issues were found:
License IssuesBenchmark/CaeriusNet.Benchmark.csproj
Exemples/Aspire/CaeriusNet.Exemples.Aspire.AppHost/CaeriusNet.Exemples.Aspire.AppHost.csproj
Exemples/Aspire/CaeriusNet.Exemples.Aspire.Console/CaeriusNet.Exemples.Aspire.Console.csproj
Exemples/Aspire/CaeriusNet.Exemples.Aspire.ServiceDefaults/CaeriusNet.Exemples.Aspire.ServiceDefaults.csproj
Src/CaeriusNet.csproj
Tests/CaeriusNet.Analyzer.Tests/CaeriusNet.Analyzer.Tests.csproj
Tests/CaeriusNet.Generator.Tests/CaeriusNet.Generator.Tests.csproj
Tests/CaeriusNet.IntegrationTests/CaeriusNet.IntegrationTests.csproj
Tests/CaeriusNet.Packaging.Tests/CaeriusNet.Packaging.Tests.csproj
Tests/CaeriusNet.Tests/CaeriusNet.Tests.csproj
Tools/CaeriusNet.SqlServer.Contracts/CaeriusNet.SqlServer.Contracts.csproj
OpenSSF ScorecardScorecard details
Scanned Files
|
Contributor
SummarySummary
CoverageCaeriusNet - 50.4%
|
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
Updated package dependencies across projects and improved formatting for existing documentation.
Motivation
This change ensures compatibility with the latest versions of dependencies and enhances readability in the documentation.
Type of change
Checklist
CONTRIBUTING.md.dotnet build CaeriusNet.slnx -c Release -p:TreatWarningsAsErrors=truesucceeds locally.dotnet test CaeriusNet.slnx -c Release --filter "FullyQualifiedName!~IntegrationTests"is green.pwsh ./.github/scripts/ValidatePackage.ps1 -Configuration Release -OutputDirectory .work/package-validationsucceeds for package/public API changes.cd Documentations && npm install && npm run docs:buildsucceeds for documentation changes (ornpm ciwhen a lockfile exists).CHANGELOG.mdunder[Unreleased]if user-visible.Public-API impact
No impact on the public-facing API.
Benchmark / performance notes
No performance changes introduced.
Screenshots / logs (optional)
N/A