-
Notifications
You must be signed in to change notification settings - Fork 140
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
Snow 1296059 poc dependencies csproj #919
Snow 1296059 poc dependencies csproj #919
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #919 +/- ##
==========================================
- Coverage 84.66% 0.00% -84.67%
==========================================
Files 89 89
Lines 9694 9683 -11
Branches 919 917 -2
==========================================
- Hits 8207 0 -8207
- Misses 1259 9682 +8423
+ Partials 228 1 -227 ☔ View full report in Codecov by Sentry. |
This requires using Nuget.exe to be generated using the next command: nuget.exe pack snowflake.data.aws.nuspec -Exclude **
…dependency of nuget cli This package could be generated using the following command dotnet pack Snowflake.Data.AWS.Dependencies.csproj
Move Snowflake logic to Snowflake.Data.Core. Create specific projects for cloud providers dependencies.
56ca484
to
46e54d5
Compare
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.
So how do we keep with this change backward compatibility regarding Snowflake.Data driver (the full blown with all the deps)?
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.
Closing this PR, current proposal updated #929
This will have the Snowflake.Data package with full dependencies from cloud providers
Description
This only to review changes for poc
Checklist
dotnet test
)