1) Export a list of NuGet packages from the shared asset library
This is the main part of the pull requests. The exported list is in .csv format and can be used to identify which version of a NuGet packages asset contains a specific platform or application version.
2) Fix an issue with the export of a list of LCS users
The existing export of users of LCS into a .csv file had an issue on some projects where Microsoft added some new "Service provider" users. Those users have no SystemRoleId in the payload received from LCS, which broke the parsing of the payload.
This pull requests contains two changes:
1) Export a list of NuGet packages from the shared asset library
This is the main part of the pull requests. The exported list is in .csv format and can be used to identify which version of a NuGet packages asset contains a specific platform or application version.
D365FO NuGet Packages.csv
2) Fix an issue with the export of a list of LCS users
The existing export of users of LCS into a .csv file had an issue on some projects where Microsoft added some new "Service provider" users. Those users have no SystemRoleId in the payload received from LCS, which broke the parsing of the payload.