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

Modernize examples #208

Closed
wants to merge 2 commits into from
Closed

Modernize examples #208

wants to merge 2 commits into from

Conversation

connorworley
Copy link
Contributor

@connorworley connorworley commented Jan 13, 2021

This is a big change to get most of our examples building cross-platform. Some Windows-specific constructs around settings have been replaced, and the ASP.NET examples now use ASP.NET Core. Building examples on Linux/macOS/Windows is now part of CI. I've removed the Universal Windows examples from the solution to accomplish this, but their code still lives in the repo.

Also fixes #122.

Checklist

General Contributing

  • Have you read the Code of Conduct and signed the CLA?

Is This a Code Change?

  • Non-code related change (markdown/git settings etc)
  • SDK Code Change
  • Example/Test Code Change

Validation

  • Does this code build successfully?
  • Do all tests pass?
  • Does Stylecop pass?

@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Merging #208 (59fc1af) into main (853de4f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #208   +/-   ##
=======================================
  Coverage   51.40%   51.40%           
=======================================
  Files          14       14           
  Lines        1424     1424           
=======================================
  Hits          732      732           
  Misses        692      692           
Flag Coverage Δ
integration 47.68% <ø> (ø)
unit 11.23% <ø> (ø)

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

Impacted Files Coverage Δ
dropbox-sdk-dotnet/Dropbox.Api/DropboxException.cs 66.66% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 853de4f...9b0115a. Read the comment docs.

@connorworley
Copy link
Contributor Author

codecov is acting weird because the integration tests flaked and I re-ran them, the coverage is actually fine.

@connorworley
Copy link
Contributor Author

Hey @greg-db, would it be possible for someone on the team to look at this? I am looking to close my open PRs and this should be ready to merge.

@greg-db
Copy link
Contributor

greg-db commented Jul 14, 2021

@connorworley Thanks for the note Connor. I'll check in with the team on this.

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.

Chunk Upload fails with incorrect_offset on files larger than 2GB
2 participants