TorchSharp icon indicating copy to clipboard operation
TorchSharp copied to clipboard

Modernize torchsharp infrastructure

Open ericstj opened this issue 1 year ago • 0 comments

In looking at Torchsharp's build I had a few thoughts for improvement.

  • [ ] Evaluate using arcade and provided build templates.
  • [ ] Remove as much as possible from the YML and have it be part of the local build scripts so that it's easier to repro things that are hit by the official build.
  • [ ] Remove use of the nupkgproj and instead pack from the CProj projects where possible
  • [ ] For the remaining nupkgproj have them use the Microsf.Build.NoTargets SDK to avoid C# specific targets.
  • [ ] Add all projects to the SLN, and control the pack behavior with IsPackable conditions rather than conditions in a project https://github.com/dotnet/TorchSharp/blob/077780db89bfc7671af6262ed817e30cb14cf4d3/pkg/pack.proj#L4
  • [ ] Adopt package readme's following a similar convention to dotnet\runtime.

ericstj avatar Jun 27 '24 19:06 ericstj