- Notifications
You must be signed in to change notification settings - Fork748
Convert projects to SDK style#1209
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Let's see the build results. If we take this, would need a tracking task for reestablishing testing on Mono. |
Uh oh!
There was an error while loading.Please reload this page.
fbc0376
todff8dbe
Compare- 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
0d3ce21
tofc6c529
CompareThere are two tests failing right now, both variants of |
- Build tests explicitly- Build test fixtures from the pytest call- Run tests with dotnet test- Reset solution file- Always run full test matrixNote: Newer .NET runs Mono tests as well as .NET Core tests if bothtarget frameworks are defined.
5d3a26c
to640b497
CompareWith the deactivated test, it seems to work now. Not entirely reliably, though. I had some failures in the finalisation. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This is done from my side. |
Another attempt, splitting up the conversion to a more modern style even further. This is just supposed to convert the project files and keep the existing loading for now (leaving the new loader for a separate PR based on#1109).