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

Upgrade to target .NET Standard #305

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mgurlitz
Copy link
Contributor

  • Converted main library to support .NET Framework 4.6 + Standard 2.1
  • Converted tests/samples to run with .NET Core 3.1
  • Removed UWP support, since Standard 2.0 works with it and 2.1 is "TBD"
  • Replaced UWP-only credentials library with an alternative from NuGet
  • Replaced partial classes used for testing with internal mockable interfaces
  • Fixed Xbox deployment test bug related to mock setup

- Converted main library to support .NET Framework 4.6 + Standard 2.1
- Converted tests/samples to .NET Core 3.1
- Removed UWP support
- Replaced UWP credentials library w/ NuGet alternative
- Replaced partial classes used for testing with internal interfaces
- Fixed Xbox deployment test mock bug
WilliamsJason
WilliamsJason previously approved these changes Jan 16, 2020
Copy link
Contributor

@WilliamsJason WilliamsJason left a comment

Choose a reason for hiding this comment

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

Obviously lots of renames and deletes here so I haven't looked exhaustively at this. I trust the automated tests still run and pass?

If you don't have an Xbox device to test this on, I can sync and test some basic functionality on Xbox later, after we complete the PR.

@mgurlitz
Copy link
Contributor Author

Yeah, the unit tests all pass, and I verified the sample programs work with both a PC and Xbox devkit, thank you! The only thing I haven't tried running is the MockDataGenerator.

@david-c-kline david-c-kline changed the base branch from master to main June 15, 2021 18:38
@david-c-kline david-c-kline dismissed WilliamsJason’s stale review June 15, 2021 18:38

The base branch was changed.

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.

2 participants