Convert projects to SDK style by filmor · Pull Request #1209 · pythonnet/pythonnet

lostmsu

@filmor

- Convert tests to SDK style
- Delete obsolete files and add common build props
- Convert Runtime to SDK style and always use .NET Standard
- Convert console to SDK style
- Convert clrmodule to SDK style and switch to NXPorts

@filmor filmor marked this pull request as ready for review

December 9, 2020 17:54

@filmor

@filmor

@filmor

- Build tests explicitly
- Build test fixtures from the pytest call
- Run tests with dotnet test
- Reset solution file
- Always run full test matrix

Note: Newer .NET runs Mono tests as well as .NET Core tests if both
target frameworks are defined.

@filmor

lostmsu

This was referenced

Dec 9, 2020

@filmor

filmor