-
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-798828: Target .NET Standard 2.0 #867
SNOW-798828: Target .NET Standard 2.0 #867
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #867 +/- ##
==========================================
+ Coverage 85.43% 85.52% +0.09%
==========================================
Files 106 106
Lines 10761 10760 -1
Branches 1029 1029
==========================================
+ Hits 9194 9203 +9
+ Misses 1318 1308 -10
Partials 249 249 ☔ View full report in Codecov by Sentry. |
…nector-net into SNOW-798828-Target-NET-Standard-2.0
Let's plan to make a note in the readme and with the docs team that although we target Standard 2.0 we do not confirm nor run the tests on Mono/Xamarin/UWP/Unity? @sfc-gh-knozderko @sfc-gh-ext-simba-lf @sfc-gh-ext-simba-hx @sfc-gh-dszmolka |
…nector-net into SNOW-798828-Target-NET-Standard-2.0
…nector-net into SNOW-798828-Target-NET-Standard-2.0
…nector-net into SNOW-798828-Target-NET-Standard-2.0
…nector-net into SNOW-798828-Target-NET-Standard-2.0 # Conflicts: # Snowflake.Data.Tests/Util/SnowflakeDbExceptionAssert.cs # Snowflake.Data/Core/Authenticator/OktaAuthenticator.cs
Updated readme with the new supported versions |
Description
Change the target framework to .NET Standard 2.0
Checklist
dotnet test
)