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 dependencies #2921

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Oct 22, 2024

We need a dependency on System.Text.Json to be published as we're exposing an API directly using System.Text.Json namespace.

public class SqlJson : System.Data.SqlTypes.INullable
{
    public SqlJson(System.Text.Json.JsonDocument jsonDoc) { }
}

cc @apoorvdeshmukh @saurabh500 @David-Engel

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.87%. Comparing base (2f0de19) to head (5f98a59).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2921      +/-   ##
==========================================
- Coverage   71.88%   71.87%   -0.01%     
==========================================
  Files         294      294              
  Lines       60253    60338      +85     
==========================================
+ Hits        43311    43368      +57     
- Misses      16942    16970      +28     
Flag Coverage Δ
addons 92.90% <ø> (ø)
netcore 75.82% <ø> (+0.01%) ⬆️
netfx 70.39% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cheenamalhotra cheenamalhotra marked this pull request as ready for review October 22, 2024 22:33
@cheenamalhotra cheenamalhotra merged commit 337a18f into dotnet:main Oct 22, 2024
240 checks passed
@cheenamalhotra cheenamalhotra linked an issue Oct 22, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transitive CVE in System.Runtime.Caching
2 participants