Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merge | SqlFileStream.Unix#3306

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

benrr101
Copy link
Contributor

Description: Another easy one, moving the SqlFileStream.Unsupported to the common project. In this instance, the file was renamed to SqlFileStream.netcore.Unix, wrapped in a#if NET, the documentation links were fixed, and the formatting was spaced out a bit (and changed to expression bodies)

Testing: File moved, it's just throws unsupported exceptions, nothing super important is happening.

@benrr101benrr101 added the Common Project 🚮Things that relate to the common project project labelApr 25, 2025
@benrr101benrr101 requested review froma team andCopilotApril 25, 2025 22:49
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR consolidates the unsupported SqlFileStream implementation by moving it from its previous location into a new file (SqlFileStream.netcore.Unix.cs) and updating its formatting to use expression-bodied members, with conditional compilation applied via #if NET.

  • Renamed and relocated the unsupported SqlFileStream implementation for Unix.
  • Updated documentation reference paths and applied expression-bodied syntax for consistency.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

FileDescription
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlTypes/SqlFileStream.netcore.Unix.csImplements the Unix-specific unsupported SqlFileStream with updated formatting and documentation integration.
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlFileStream.Unsupported.csRemoved to consolidate the unsupported implementation into the common project.
Files not reviewed (1)
  • src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj: Language not supported

@codecovCodecov
Copy link

codecovbot commentedApr 28, 2025
edited
Loading

Codecov Report

Attention: Patch coverage is0% with17 lines in your changes missing coverage. Please review.

Project coverage is 72.94%. Comparing base(85980b5) to head(1e1ed75).
Report is 9 commits behind head on main.

Files with missing linesPatch %Lines
...rosoft/Data/SqlTypes/SqlFileStream.netcore.Unix.cs0.00%17 Missing⚠️
Additional details and impacted files
@@            Coverage Diff             @@##             main    #3306      +/-   ##==========================================- Coverage   72.97%   72.94%   -0.04%==========================================  Files         298      298                Lines       57002    57003       +1     ==========================================- Hits        41600    41578      -22- Misses      15402    15425      +23
FlagCoverage Δ
addons92.58% <ø> (ø)
netcore75.21% <0.00%> (-0.10%)⬇️
netfx71.49% <ø> (+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.

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@benrr101benrr101 added this to the6.1-preview2 milestoneApr 29, 2025
@benrr101benrr101 merged commit965e5ff intomainMay 1, 2025
251 checks passed
@benrr101benrr101 deleted the dev/russellben/merge/sqlfilestream-unsupported branchMay 1, 2025 19:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@cheenamalhotracheenamalhotracheenamalhotra approved these changes

@samsharma2700samsharma2700samsharma2700 approved these changes

Assignees
No one assigned
Labels
Common Project 🚮Things that relate to the common project project
Projects
None yet
Milestone
6.1-preview2
Development

Successfully merging this pull request may close these issues.

3 participants
@benrr101@cheenamalhotra@samsharma2700

[8]ページ先頭

©2009-2025 Movatter.jp