Closed Zastai closed 4 years ago
cc @olblak / @daniel-beck
(ping)
Looks good to me even if I am probably not the best person to review this pull requets on this repository. @halkeye seems to have "recently" committed to this repository
:P I just upgraded one of the libraries. But I'll try to look through and run a test tomorrow (its 12:30 and bedtime for me) and approve it if it looks fine.
io.jenkins.plugins.dotnet.data.zip
So it looks fine for me, but my concerns are:
None of these would be blockers, just "Huh..."
okay, buckminster, scriptler and recipe both pull directly from github, so i guess its cool \o/
Yeah, the tfm-list is only used for auto-complete, which does not do any markup AFAIK, so the scope for any issues there seems small. It's just a means of avoiding needing to release a new plugin just because an identifier is added to the list. I have a ticket open with Microsoft to provide a more authoritative file (https://github.com/dotnet/core/issues/4775) but it does not seem extremely likely that will happen soon.
It creates three files; two small ones used for autocompletion (one based on Microsoft-hosted data, one based on a file in the plugin repo pending a more authoritative source), and one big one for the SDK downloads (of which there are many; based on official Microsoft data).
To be used by https://github.com/jenkinsci/dotnet-sdk-plugin of which I am the maintainer; plugin changes to use these files are ready and tested.