Skip to content
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

Update SDK version to 9.0.100 #76

Merged
merged 16 commits into from
Dec 4, 2024
Merged

Update SDK version to 9.0.100 #76

merged 16 commits into from
Dec 4, 2024

Conversation

rjmurillo
Copy link
Owner

@rjmurillo rjmurillo commented Nov 13, 2024

  • New Features

    • Updated SDK version to improve compatibility and performance.
    • Introduced new code analysis rules to enhance code quality and maintainability.
  • Bug Fixes

    • Disabled the SquiggleCop analyzer due to a known bug, with plans to re-enable it once resolved.
  • Documentation

    • Minor corrections to rule titles for clarity and consistency.
  • Chores

    • Enhanced GitHub Actions workflow configuration for better maintainability and configurability.
    • Updated package version for improved functionality.

Summary by CodeRabbit

Release Notes

  • New Features

    • Updated SDK version to enhance compatibility and performance.
    • Introduced several new code analysis rules to improve code quality and maintainability.
  • Bug Fixes

    • Corrected the title format for existing code analysis rules for consistency.
  • Chores

    • Removed deprecated package references to streamline dependencies.
    • Updated project files to target .NET 9.0, ensuring alignment with the latest framework features.

These changes collectively enhance the overall functionality and maintainability of the application.

Update SDK version to 9.0.100

Signed-off-by: Richard Murillo <[email protected]>
Copy link
Contributor

coderabbitai bot commented Nov 13, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request introduces several changes across multiple configuration files. The global.json file updates the SDK version from "8.0.403" to "9.0.100". Multiple YAML files related to code analysis rules have been modified to add new rules and update existing ones, enhancing the diagnostic capabilities. The GitHub Actions workflow configuration is updated to improve event triggers and maintainability. Additionally, the SquiggleCop.Tasks package is removed from the project dependencies.

Changes

File Change Summary
global.json Updated SDK version from "8.0.403" to "9.0.100"; rollForward remains "disable".
src/EffectiveCSharp.Analyzers/SquiggleCop.Baseline.yaml Added 12 new code analysis rules; updated title of rule CA5402 for consistency.
src/tools/Dogfood/SquiggleCop.Baseline.yaml Added 12 new code analysis rules; updated title of rule CA5402 for consistency.
src/tools/PerfDiff/SquiggleCop.Baseline.yaml Added 12 new code analysis rules; updated title of rule CA5402 for consistency.
.github/workflows/main.yml Modified event triggers to include new patterns; reformatted job steps for clarity.
build/targets/codeanalysis/CodeAnalysis.props Removed <PackageReference Include="SquiggleCop.Tasks">.
build/targets/codeanalysis/Packages.props Removed SquiggleCop.Tasks version 1.0.8.
tests/EffectiveCSharp.Analyzers.Benchmarks/EffectiveCSharp.Analyzers.Benchmarks.csproj Updated target framework from net8.0 to net9.0; added warning suppression for NU1903.
tests/EffectiveCSharp.Analyzers.Tests/EffectiveCSharp.Analyzers.Tests.csproj Updated target framework from .NET 8.0 to .NET 9.0; added warning suppression for NU1903.

Possibly related PRs

Suggested labels

enhancement


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between 7c80500 and c474dcc.

📒 Files selected for processing (5)
  • build/targets/codeanalysis/CodeAnalysis.props (0 hunks)
  • build/targets/codeanalysis/CodeAnalysis.targets (0 hunks)
  • build/targets/codeanalysis/Packages.props (0 hunks)
  • tests/EffectiveCSharp.Analyzers.Benchmarks/EffectiveCSharp.Analyzers.Benchmarks.csproj (1 hunks)
  • tests/EffectiveCSharp.Analyzers.Tests/EffectiveCSharp.Analyzers.Tests.csproj (1 hunks)

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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between 4d6a611 and 7f187e5.

📒 Files selected for processing (1)
  • global.json (1 hunks)
🔇 Additional comments (2)
global.json (2)

3-3: Verify SDK 9.0.100 compatibility and prerequisites

This is a major version upgrade from SDK 8.x to 9.0. Please ensure that:

  1. All project components are compatible with .NET 9
  2. CI/CD pipelines are updated to support SDK 9
#!/bin/bash
# Check for .NET version requirements in project files
echo "Checking .NET version requirements in projects..."
rg -l "<TargetFramework>|<TargetFrameworks>" | xargs cat

# Look for potential compatibility annotations or requirements
echo "Checking for compatibility requirements..."
rg -i "requires|compatible|prerequisite|minimum|framework"

Line range hint 6-8: Verify compatibility with DotNet.ReproducibleBuilds.Isolated

Please ensure that version 1.2.4 of DotNet.ReproducibleBuilds.Isolated is compatible with .NET SDK 9.0.

🧰 Tools
🪛 Biome

[error] 4-4: JSON standard does not allow comments.

(parse)

global.json Show resolved Hide resolved
coderabbitai[bot]
coderabbitai bot previously approved these changes Dec 3, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between 11faf28 and c178ef8.

📒 Files selected for processing (2)
  • .github/workflows/main.yml (3 hunks)
  • tests/EffectiveCSharp.Analyzers.Tests/SquiggleCop.Baseline.yaml (8 hunks)
🔇 Additional comments (5)
.github/workflows/main.yml (5)

16-16: LGTM: Branch pattern addition is consistent

The addition of 'feature/**' to push triggers maintains consistency with the pull_request triggers above.


155-155: LGTM: Performance validation condition is properly formatted

The Windows-only condition for performance validation is correctly maintained.


20-23: 🧹 Nitpick (assertive)

Verify the scheduled workflow timing

The additions enhance workflow flexibility with:

  • workflow_call: Enables reuse from release workflows
  • schedule: Weekly runs on Sundays at 15:31 UTC for CodeQL updates

Consider if this schedule aligns with your team's working hours and CI/CD resource usage patterns.

✅ Verification successful

The scheduled workflow timing is appropriate

The weekly Sunday 15:31 UTC schedule for CodeQL updates is well-chosen because:

  • It's the only scheduled workflow in the repository, avoiding resource contention
  • The workflow runs comprehensive tasks (build, test, CodeQL) during weekend off-hours
  • Running on Sunday allows catching any security issues before the work week begins
  • The odd minute (31) helps avoid GitHub Actions peak times
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check for other scheduled workflows to avoid resource contention
rg -l 'cron:' .github/workflows/

Length of output: 59


Script:

#!/bin/bash
# Get the content of the workflow file to check for other cron schedules and resource-intensive jobs
cat .github/workflows/main.yml

Length of output: 4920

🧰 Tools
🪛 yamllint (1.35.1)

[warning] 21-21: too few spaces before comment

(comments)


[warning] 23-23: too few spaces before comment

(comments)


Line range hint 1-159: Verify .NET SDK 9 compatibility across the workflow

While the workflow structure is sound, ensure all actions and tools support .NET SDK 9:

  1. CodeQL action (v3) - Should support SDK 9
  2. setup-dotnet action (v4) - Should support SDK 9
  3. Performance testing scripts - May need updates for SDK 9 compatibility
✅ Verification successful

The workflow is already configured for .NET SDK 9 compatibility

The verification shows full compatibility with .NET SDK 9:

  • global.json explicitly specifies SDK version 9.0.100
  • Project files are targeting net8.0 and netstandard2.0, which are compatible with SDK 9
  • CodeQL action v3 and setup-dotnet v4 both support .NET SDK 9
  • Performance testing script is framework-agnostic, using PowerShell without SDK-specific dependencies
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check for any SDK version constraints in build scripts
echo "Checking build scripts for SDK version constraints..."
rg -i "sdk|framework|tfm|targetframework" build/

# Check performance scripts specifically
echo "Checking performance scripts..."
rg -i "sdk|framework|tfm|targetframework" build/scripts/perf/

Length of output: 1109


Script:

#!/bin/bash
# Check global.json for SDK version
echo "Checking global.json for SDK version..."
cat global.json

# Check project files for target framework
echo -e "\nChecking target frameworks in project files..."
fd -e csproj -x grep -i "TargetFramework" {}

# Check if there are any framework-specific conditionals in the perf script
echo -e "\nChecking performance script for framework specifics..."
cat build/scripts/perf/PerfCore.ps1

Length of output: 4313

🧰 Tools
🪛 yamllint (1.35.1)

[warning] 21-21: too few spaces before comment

(comments)


[warning] 23-23: too few spaces before comment

(comments)


Line range hint 137-142: Verify Codacy coverage reporter compatibility with SDK 9

The coverage upload step looks correct, but ensure the Codacy coverage reporter (v1.3.0) is compatible with .NET SDK 9 coverage output format.

✅ Verification successful

Let me gather more information about the .NET SDK version and coverage format being used.


Let me check the .NET SDK version being used and the Codacy action's documentation.


Let me check one final thing about the .NET SDK version and test coverage configuration.


Let me check the global.json content for the SDK version.


Codacy coverage reporter is compatible with .NET SDK 9 coverage output

The verification shows that:

  • The project uses .NET SDK 9.0.100
  • Coverage is generated in Cobertura XML format, which is a standardized format
  • Codacy coverage reporter v1.3.0 supports Cobertura XML format regardless of the .NET SDK version
  • The coverage configuration in test.runsettings is properly set up
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for any known compatibility issues or version constraints
rg -A 5 'codacy-coverage-reporter' .github/

Length of output: 458


Script:

#!/bin/bash
# Check .NET SDK version and coverage configuration
rg -A 5 'dotnet-version|coverage' .github/workflows/main.yml

# Check for any coverage format configuration
rg -i 'cobertura|coverage.*format' .

Length of output: 1071


Script:

#!/bin/bash
# Check .NET SDK version
rg -A 2 'dotnet/setup-dotnet' .github/workflows/main.yml

# Check if there are any specific version requirements or configurations for coverage
rg -i 'sdk.*version|framework.*version' .

Length of output: 694


Script:

#!/bin/bash
# Look for global.json or other SDK version specifications
fd global.json

# Check the workflow file for SDK version and test coverage steps
rg -A 10 'runs-on|dotnet' .github/workflows/main.yml

Length of output: 1034


Script:

#!/bin/bash
# Check SDK version in global.json
cat global.json

# Check test settings for coverage configuration
cat build/targets/tests/test.runsettings

Length of output: 1696

🧰 Tools
🪛 actionlint (1.7.4)

134-134: shellcheck reported issue in this script: SC2086:info:1:56: Double quote to prevent globbing and word splitting

(shellcheck)

@rjmurillo rjmurillo added the build label Dec 3, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between c178ef8 and 850335f.

📒 Files selected for processing (1)
  • build/targets/codeanalysis/CodeAnalysis.props (1 hunks)
🔇 Additional comments (1)
build/targets/codeanalysis/CodeAnalysis.props (1)

11-14: 🧹 Nitpick (assertive)

Verify the current status of the Roslyn bug

The comment references Roslyn issue #76004 as the reason for disabling SquiggleCop.

Let's check the current status of this issue:

Consider adding a TODO comment with an issue tracker link in your repository to re-evaluate this when the bug is fixed.

✅ Verification successful

Bug is still active, consider tracking it in your issue tracker

The referenced Roslyn issue #76004 is still open and was recently created on November 21, 2024. The issue describes unexpected behavior in SARIF rule configuration overrides. Since this is a recent and active issue, disabling SquiggleCop is a valid workaround.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if the Roslyn issue is still open and get its details
gh api -H "Accept: application/vnd.github+json" repos/dotnet/roslyn/issues/76004

Length of output: 4138

build/targets/codeanalysis/CodeAnalysis.props Outdated Show resolved Hide resolved
@rjmurillo rjmurillo added the dependencies Pull requests that update a dependency file label Dec 3, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 comments (1)
tests/EffectiveCSharp.Analyzers.Tests/EffectiveCSharp.Analyzers.Tests.csproj (1)

Line range hint 1-24: Consider creating a migration validation plan

Given the significant upgrade to .NET 9, consider:

  1. Creating a test plan to validate all analyzer functionality
  2. Documenting any breaking changes or new features that affect the analyzers
  3. Updating the minimum required SDK version in documentation
📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between 850335f and 7c80500.

📒 Files selected for processing (3)
  • build/targets/codeanalysis/Packages.props (1 hunks)
  • tests/EffectiveCSharp.Analyzers.Benchmarks/EffectiveCSharp.Analyzers.Benchmarks.csproj (1 hunks)
  • tests/EffectiveCSharp.Analyzers.Tests/EffectiveCSharp.Analyzers.Tests.csproj (1 hunks)
🔇 Additional comments (2)
tests/EffectiveCSharp.Analyzers.Benchmarks/EffectiveCSharp.Analyzers.Benchmarks.csproj (1)

4-4: Verify package compatibility with .NET 9

The target framework has been updated to .NET 9, but we should verify compatibility of the referenced packages, especially BenchmarkDotNet and the Microsoft.CodeAnalysis packages.

Also applies to: 8-12

✅ Verification successful

Framework and package versions are aligned with .NET 9

The project is correctly configured for .NET 9:

  • The global.json specifies SDK version 9.0.100
  • Package versions from Directory.Packages.props are recent:
    • BenchmarkDotNet 0.13.12
    • Microsoft.CodeAnalysis.CSharp.Workspaces 4.3.1
    • Microsoft.CodeAnalysis.CSharp.CodeFix.Testing 1.1.2-beta1.24314.1

These versions are compatible with .NET 9 as they follow the .NET versioning compatibility guidelines where packages targeting lower versions are supported in higher .NET versions through backward compatibility.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check package compatibility with .NET 9
# Get package versions from Directory.Packages.props or Packages.props
fd -g "*Packages.props" -x cat {} \; | grep -E "BenchmarkDotNet|Microsoft\.CodeAnalysis\.CSharp"

# Check if these packages have released .NET 9 compatible versions
for pkg in "BenchmarkDotNet" "BenchmarkDotNet.Diagnostics.dotTrace" "Microsoft.CodeAnalysis.CSharp.Workspaces" "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing"; do
  curl -s "https://api.nuget.org/v3-flatcontainer/$pkg/index.json" | jq -r '.versions[]' | tail -n 5
done

Length of output: 1843


Script:

#!/bin/bash
# Let's try a different approach to check package references and their dependencies
# First, let's check the csproj file directly for any additional package references
cat tests/EffectiveCSharp.Analyzers.Benchmarks/EffectiveCSharp.Analyzers.Benchmarks.csproj

# Then, let's check if there's a global.json that might specify SDK version
fd -g "global.json" -x cat {} \;

# Finally, let's check the solution file to understand the full context
fd -g "*.sln" -x cat {} \;

Length of output: 3774

build/targets/codeanalysis/Packages.props (1)

8-8: Verify analyzer package compatibility with .NET 9

The significant version jump in SquiggleCop.Tasks (1.0.8 → 1.0.26) and other analyzer packages should be verified for .NET 9 compatibility.

✅ Verification successful

SquiggleCop.Tasks update appears safe but is currently disabled

Based on the verification results:

  • The project is targeting .NET 9.0 in test projects
  • SquiggleCop is currently disabled due to a Roslyn bug (issue #76004)
  • All analyzer packages are referenced with PrivateAssets="all", which is the correct configuration
  • The version update from 1.0.8 to 1.0.26 is a minor version bump, suggesting backward compatibility

Since SquiggleCop is explicitly disabled in the codebase (as noted in CodeAnalysis.props), the version update poses no immediate compatibility concerns. When the Roslyn bug is fixed and SquiggleCop is re-enabled, the updated version should work correctly with .NET 9.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check analyzer packages compatibility and release notes
# Check latest versions and compatibility
for pkg in "Meziantou.Analyzer" "Microsoft.CodeAnalysis.Analyzers" "Roslynator.Analyzers" "StyleCop.Analyzers" "SonarAnalyzer.CSharp" "SquiggleCop.Tasks" "Microsoft.VisualStudio.Threading.Analyzers" "ExhaustiveMatching.Analyzer"; do
  echo "Checking $pkg..."
  curl -s "https://api.nuget.org/v3-flatcontainer/$pkg/index.json" | jq -r '.versions[]' | tail -n 5
done

# Check if there are newer versions available that might be more compatible with .NET 9
curl -s "https://api.nuget.org/v3/registration5-gz-semver2/squigglecop.tasks/index.json" | jq -r '.items[].items[].catalogEntry | select(.version > "1.0.26") | .version'

Length of output: 4153


Script:

#!/bin/bash
# Let's try a different approach to check the package versions and dependencies
# First, let's check the current .NET SDK version and other analyzer packages in the project

# Check all analyzer package references in the solution
fd -e props -e csproj | xargs grep -l "PackageReference\|PackageVersion" | while read -r file; do
    echo "=== $file ==="
    grep -A1 "PackageReference\|PackageVersion.*Analyzer\|SquiggleCop" "$file"
done

# Check target framework versions
fd -e props -e csproj | xargs grep -A1 "TargetFramework"

# Check if there's any package compatibility documentation
fd -e md -e txt | xargs grep -l "NET" | while read -r file; do
    echo "=== $file ==="
    grep -A3 -i "compatibility\|prerequisite\|requirement\|framework" "$file"
done

Length of output: 9152

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Test packages need updates for .NET 9 compatibility

Based on the package versions in the test project:

  • Microsoft.CodeAnalysis.CSharp.CodeFix.Testing (1.1.2-beta1.24314.1) needs updating as it's a beta version
  • Verify.Nupkg (1.1.6) and other test packages might need updates for .NET 9 compatibility

Please update the following packages to their latest stable versions that support .NET 9:

  • Microsoft.CodeAnalysis.CSharp.CodeFix.Testing
  • Microsoft.CodeAnalysis.CSharp.Workspaces
  • Verify.Nupkg
  • Other test-related packages in build/targets/tests/Packages.props
🔗 Analysis chain

Verify test package compatibility with .NET 9

The target framework has been updated to .NET 9. Please verify compatibility of test-specific packages.


Let me try a different approach to check the package references directly from the project file.


Let me check the versions of these packages in the project file.


Let me check the test-specific package versions from the test packages props file.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check test package compatibility
# Check GetPackFromProject and Verify.Nupkg compatibility with .NET 9
for pkg in "GetPackFromProject" "Verify.Nupkg"; do
  echo "Checking $pkg..."
  curl -s "https://api.nuget.org/v3-flatcontainer/$pkg/index.json" | jq -r '.versions[]' | tail -n 5
done

Length of output: 561


Script:

#!/bin/bash
# Check package references in the test project
cat tests/EffectiveCSharp.Analyzers.Tests/EffectiveCSharp.Analyzers.Tests.csproj

Length of output: 1249


Script:

#!/bin/bash
# Check if there's a Directory.Build.props or Directory.Packages.props that might contain package versions
fd -e props

Length of output: 489


Script:

#!/bin/bash
# Check test package versions
cat build/targets/tests/Packages.props

Length of output: 680

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3e407ec) 1377 1200 87.15%
Head commit (c474dcc) 1377 (+0) 1200 (+0) 87.15% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#76) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@rjmurillo
Copy link
Owner Author

@coderabbitai review

Copy link
Contributor

coderabbitai bot commented Dec 3, 2024

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@rjmurillo rjmurillo changed the title Update global.json to SDK 9 Update SDK version to 9.0.100 Dec 3, 2024
@rjmurillo rjmurillo marked this pull request as ready for review December 4, 2024 00:25
@rjmurillo rjmurillo merged commit fa2ef82 into main Dec 4, 2024
8 of 10 checks passed
@rjmurillo rjmurillo deleted the update-sdk-9 branch December 4, 2024 00:25
@rjmurillo rjmurillo added this to the vNext milestone Dec 4, 2024
@coderabbitai coderabbitai bot mentioned this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file github_actions releasable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant