This is a parent issue for a few things that will make the developer's lives better.
Problem
Right now there is a mix of tools used, platform restrictions and then the final package is not runnable easily.
Solution
- Enable develpers to
dotnet build and dotnet test everything.
- Enabled end users/consumers to
dotnet tool install mdoc or dnx mdoc
Tasks
Here are some task that are not in any particular order:
This is a parent issue for a few things that will make the developer's lives better.
Problem
Right now there is a mix of tools used, platform restrictions and then the final package is not runnable easily.
Solution
dotnet buildanddotnet testeverything.dotnet tool install mdocordnx mdocTasks
Here are some task that are not in any particular order:
dotnet testfor NUnit tests (Instead of mono and the console runner)