UpgradeReport.sarif 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  3. "version": "2.1.0",
  4. "runs": [
  5. {
  6. "tool": {
  7. "driver": {
  8. "name": "Back up project",
  9. "semanticVersion": "",
  10. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  11. "rules": [
  12. {
  13. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep",
  14. "fullDescription": {
  15. "text": "Project backed up to D:\\RobertProject\\Research\\Docker\\OCPP後台20221130\\187_OCPPServer_Master\\SuperWebSocket.backup"
  16. },
  17. "helpUri": "about:blank"
  18. }
  19. ]
  20. }
  21. },
  22. "results": [
  23. {
  24. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep",
  25. "message": {
  26. "text": "Complete: Project backed up to D:\\RobertProject\\Research\\Docker\\OCPP後台20221130\\187_OCPPServer_Master\\SuperWebSocket.backup"
  27. },
  28. "locations": [
  29. {
  30. "physicalLocation": {
  31. "artifactLocation": {
  32. "uri": "file:///D:/RobertProject/Research/Docker/OCPP%E5%BE%8C%E5%8F%B020221130/187_OCPPServer_Master/SuperWebSocket.backup"
  33. },
  34. "region": {}
  35. }
  36. }
  37. ]
  38. }
  39. ],
  40. "columnKind": "utf16CodeUnits"
  41. },
  42. {
  43. "tool": {
  44. "driver": {
  45. "name": "Convert project file to SDK style",
  46. "semanticVersion": "",
  47. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  48. "rules": [
  49. {
  50. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep",
  51. "fullDescription": {
  52. "text": "Project file converted successfully! The project may require additional changes to build successfully against the new .NET target."
  53. },
  54. "helpUri": "about:blank"
  55. }
  56. ]
  57. }
  58. },
  59. "results": [
  60. {
  61. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep",
  62. "message": {
  63. "text": "Complete: Project file converted successfully! The project may require additional changes to build successfully against the new .NET target."
  64. },
  65. "locations": [
  66. {
  67. "physicalLocation": {
  68. "artifactLocation": {
  69. "uri": "file:///D:/RobertProject/Research/Docker/OCPP%E5%BE%8C%E5%8F%B020221130/187_OCPPServer_Master/SuperWebSocket/SuperWebSocket.csproj"
  70. },
  71. "region": {}
  72. }
  73. }
  74. ]
  75. }
  76. ],
  77. "columnKind": "utf16CodeUnits"
  78. },
  79. {
  80. "tool": {
  81. "driver": {
  82. "name": "Update TFM",
  83. "semanticVersion": "",
  84. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  85. "rules": [
  86. {
  87. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
  88. "fullDescription": {
  89. "text": "Updated TFM to netstandard2.0"
  90. },
  91. "helpUri": "about:blank"
  92. }
  93. ]
  94. }
  95. },
  96. "results": [
  97. {
  98. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
  99. "message": {
  100. "text": "Complete: Updated TFM to netstandard2.0"
  101. },
  102. "locations": [
  103. {
  104. "physicalLocation": {
  105. "artifactLocation": {
  106. "uri": "file:///D:/RobertProject/Research/Docker/OCPP%E5%BE%8C%E5%8F%B020221130/187_OCPPServer_Master/SuperWebSocket/SuperWebSocket.csproj"
  107. },
  108. "region": {}
  109. }
  110. }
  111. ]
  112. }
  113. ],
  114. "columnKind": "utf16CodeUnits"
  115. }
  116. ]
  117. }