| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Let's see the build results. If we take this, would need a tracking task for reestablishing testing on Mono. |
Sorry, something went wrong.
- 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
|
There are two tests failing right now, both variants of Python.EmbeddingTest.TestFinalizer.CollectBasicObject. Any idea what could be the reason? |
Sorry, something went wrong.
- 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.
|
With the deactivated test, it seems to work now. Not entirely reliably, though. I had some failures in the finalisation. |
Sorry, something went wrong.
|
This is done from my side. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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).