You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

855 lines
33 KiB

1 year ago
  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": "Back up the current project to another directory"
  16. }
  17. }
  18. ]
  19. }
  20. },
  21. "results": [
  22. {
  23. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep",
  24. "level": "note",
  25. "message": {
  26. "text": "Complete: Project backed up to D:\\test\\CircleViewer.backup"
  27. },
  28. "locations": [
  29. {
  30. "physicalLocation": {
  31. "artifactLocation": {
  32. "uri": "file:///D:/test/CircleViewer.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": "Use the try-convert tool (, Version=0.4.421302+be0ea11e8234f2a0bde2d170b0fdd455fa4f9a45) to convert the project file to an SDK-style csproj"
  53. }
  54. }
  55. ]
  56. }
  57. },
  58. "results": [
  59. {
  60. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep",
  61. "level": "note",
  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:/test/CircleViewer/CircleViewer.csproj"
  70. },
  71. "region": {}
  72. }
  73. }
  74. ]
  75. }
  76. ],
  77. "columnKind": "utf16CodeUnits"
  78. },
  79. {
  80. "tool": {
  81. "driver": {
  82. "name": "Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'",
  83. "semanticVersion": "",
  84. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  85. "rules": [
  86. {
  87. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]"
  88. }
  89. ]
  90. }
  91. },
  92. "results": [
  93. {
  94. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  95. "level": "note",
  96. "message": {
  97. "text": "Complete: Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'"
  98. },
  99. "locations": [
  100. {
  101. "physicalLocation": {
  102. "artifactLocation": {
  103. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  104. },
  105. "region": {}
  106. }
  107. }
  108. ]
  109. }
  110. ],
  111. "columnKind": "utf16CodeUnits"
  112. },
  113. {
  114. "tool": {
  115. "driver": {
  116. "name": "Remove package 'Syncfusion.Compression.Base'",
  117. "semanticVersion": "",
  118. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  119. "rules": [
  120. {
  121. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  122. "fullDescription": {
  123. "text": "Package Syncfusion.Compression.Base needs to be removed as its a transitive dependency that is not required"
  124. }
  125. }
  126. ]
  127. }
  128. },
  129. "results": [
  130. {
  131. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  132. "level": "note",
  133. "message": {
  134. "text": "Complete: Remove package 'Syncfusion.Compression.Base'"
  135. },
  136. "locations": [
  137. {
  138. "physicalLocation": {
  139. "artifactLocation": {
  140. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  141. },
  142. "region": {}
  143. }
  144. }
  145. ]
  146. }
  147. ],
  148. "columnKind": "utf16CodeUnits"
  149. },
  150. {
  151. "tool": {
  152. "driver": {
  153. "name": "Remove package 'Syncfusion.Core.WinForms'",
  154. "semanticVersion": "",
  155. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  156. "rules": [
  157. {
  158. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  159. "fullDescription": {
  160. "text": "Package Syncfusion.Core.WinForms needs to be removed as its a transitive dependency that is not required"
  161. }
  162. }
  163. ]
  164. }
  165. },
  166. "results": [
  167. {
  168. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  169. "level": "note",
  170. "message": {
  171. "text": "Complete: Remove package 'Syncfusion.Core.WinForms'"
  172. },
  173. "locations": [
  174. {
  175. "physicalLocation": {
  176. "artifactLocation": {
  177. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  178. },
  179. "region": {}
  180. }
  181. }
  182. ]
  183. }
  184. ],
  185. "columnKind": "utf16CodeUnits"
  186. },
  187. {
  188. "tool": {
  189. "driver": {
  190. "name": "Remove package 'Syncfusion.Data.WinForms'",
  191. "semanticVersion": "",
  192. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  193. "rules": [
  194. {
  195. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  196. "fullDescription": {
  197. "text": "Package Syncfusion.Data.WinForms needs to be removed as its a transitive dependency that is not required"
  198. }
  199. }
  200. ]
  201. }
  202. },
  203. "results": [
  204. {
  205. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  206. "level": "note",
  207. "message": {
  208. "text": "Complete: Remove package 'Syncfusion.Data.WinForms'"
  209. },
  210. "locations": [
  211. {
  212. "physicalLocation": {
  213. "artifactLocation": {
  214. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  215. },
  216. "region": {}
  217. }
  218. }
  219. ]
  220. }
  221. ],
  222. "columnKind": "utf16CodeUnits"
  223. },
  224. {
  225. "tool": {
  226. "driver": {
  227. "name": "Remove package 'Syncfusion.DataSource.WinForms'",
  228. "semanticVersion": "",
  229. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  230. "rules": [
  231. {
  232. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  233. "fullDescription": {
  234. "text": "Package Syncfusion.DataSource.WinForms needs to be removed as its a transitive dependency that is not required"
  235. }
  236. }
  237. ]
  238. }
  239. },
  240. "results": [
  241. {
  242. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  243. "level": "note",
  244. "message": {
  245. "text": "Complete: Remove package 'Syncfusion.DataSource.WinForms'"
  246. },
  247. "locations": [
  248. {
  249. "physicalLocation": {
  250. "artifactLocation": {
  251. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  252. },
  253. "region": {}
  254. }
  255. }
  256. ]
  257. }
  258. ],
  259. "columnKind": "utf16CodeUnits"
  260. },
  261. {
  262. "tool": {
  263. "driver": {
  264. "name": "Remove package 'Syncfusion.GridCommon.WinForms'",
  265. "semanticVersion": "",
  266. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  267. "rules": [
  268. {
  269. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  270. "fullDescription": {
  271. "text": "Package Syncfusion.GridCommon.WinForms needs to be removed as its a transitive dependency that is not required"
  272. }
  273. }
  274. ]
  275. }
  276. },
  277. "results": [
  278. {
  279. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  280. "level": "note",
  281. "message": {
  282. "text": "Complete: Remove package 'Syncfusion.GridCommon.WinForms'"
  283. },
  284. "locations": [
  285. {
  286. "physicalLocation": {
  287. "artifactLocation": {
  288. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  289. },
  290. "region": {}
  291. }
  292. }
  293. ]
  294. }
  295. ],
  296. "columnKind": "utf16CodeUnits"
  297. },
  298. {
  299. "tool": {
  300. "driver": {
  301. "name": "Remove package 'Syncfusion.Licensing'",
  302. "semanticVersion": "",
  303. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  304. "rules": [
  305. {
  306. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  307. "fullDescription": {
  308. "text": "Package Syncfusion.Licensing needs to be removed as its a transitive dependency that is not required"
  309. }
  310. }
  311. ]
  312. }
  313. },
  314. "results": [
  315. {
  316. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  317. "level": "note",
  318. "message": {
  319. "text": "Complete: Remove package 'Syncfusion.Licensing'"
  320. },
  321. "locations": [
  322. {
  323. "physicalLocation": {
  324. "artifactLocation": {
  325. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  326. },
  327. "region": {}
  328. }
  329. }
  330. ]
  331. }
  332. ],
  333. "columnKind": "utf16CodeUnits"
  334. },
  335. {
  336. "tool": {
  337. "driver": {
  338. "name": "Remove package 'Syncfusion.Pdf.WinForms'",
  339. "semanticVersion": "",
  340. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  341. "rules": [
  342. {
  343. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  344. "fullDescription": {
  345. "text": "Package Syncfusion.Pdf.WinForms needs to be removed as its a transitive dependency that is not required"
  346. }
  347. }
  348. ]
  349. }
  350. },
  351. "results": [
  352. {
  353. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  354. "level": "note",
  355. "message": {
  356. "text": "Complete: Remove package 'Syncfusion.Pdf.WinForms'"
  357. },
  358. "locations": [
  359. {
  360. "physicalLocation": {
  361. "artifactLocation": {
  362. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  363. },
  364. "region": {}
  365. }
  366. }
  367. ]
  368. }
  369. ],
  370. "columnKind": "utf16CodeUnits"
  371. },
  372. {
  373. "tool": {
  374. "driver": {
  375. "name": "Remove package 'Syncfusion.SfInput.WinForms'",
  376. "semanticVersion": "",
  377. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  378. "rules": [
  379. {
  380. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  381. "fullDescription": {
  382. "text": "Package Syncfusion.SfInput.WinForms needs to be removed as its a transitive dependency that is not required"
  383. }
  384. }
  385. ]
  386. }
  387. },
  388. "results": [
  389. {
  390. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  391. "level": "note",
  392. "message": {
  393. "text": "Complete: Remove package 'Syncfusion.SfInput.WinForms'"
  394. },
  395. "locations": [
  396. {
  397. "physicalLocation": {
  398. "artifactLocation": {
  399. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  400. },
  401. "region": {}
  402. }
  403. }
  404. ]
  405. }
  406. ],
  407. "columnKind": "utf16CodeUnits"
  408. },
  409. {
  410. "tool": {
  411. "driver": {
  412. "name": "Remove package 'Syncfusion.SfListView.WinForms'",
  413. "semanticVersion": "",
  414. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  415. "rules": [
  416. {
  417. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  418. "fullDescription": {
  419. "text": "Package Syncfusion.SfListView.WinForms needs to be removed as its a transitive dependency that is not required"
  420. }
  421. }
  422. ]
  423. }
  424. },
  425. "results": [
  426. {
  427. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  428. "level": "note",
  429. "message": {
  430. "text": "Complete: Remove package 'Syncfusion.SfListView.WinForms'"
  431. },
  432. "locations": [
  433. {
  434. "physicalLocation": {
  435. "artifactLocation": {
  436. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  437. },
  438. "region": {}
  439. }
  440. }
  441. ]
  442. }
  443. ],
  444. "columnKind": "utf16CodeUnits"
  445. },
  446. {
  447. "tool": {
  448. "driver": {
  449. "name": "Remove package 'Syncfusion.Shared.Base'",
  450. "semanticVersion": "",
  451. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  452. "rules": [
  453. {
  454. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  455. "fullDescription": {
  456. "text": "Package Syncfusion.Shared.Base needs to be removed as its a transitive dependency that is not required"
  457. }
  458. }
  459. ]
  460. }
  461. },
  462. "results": [
  463. {
  464. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  465. "level": "note",
  466. "message": {
  467. "text": "Complete: Remove package 'Syncfusion.Shared.Base'"
  468. },
  469. "locations": [
  470. {
  471. "physicalLocation": {
  472. "artifactLocation": {
  473. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  474. },
  475. "region": {}
  476. }
  477. }
  478. ]
  479. }
  480. ],
  481. "columnKind": "utf16CodeUnits"
  482. },
  483. {
  484. "tool": {
  485. "driver": {
  486. "name": "Remove package 'Syncfusion.Shared.Windows'",
  487. "semanticVersion": "",
  488. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  489. "rules": [
  490. {
  491. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  492. "fullDescription": {
  493. "text": "Package Syncfusion.Shared.Windows needs to be removed as its a transitive dependency that is not required"
  494. }
  495. }
  496. ]
  497. }
  498. },
  499. "results": [
  500. {
  501. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  502. "level": "note",
  503. "message": {
  504. "text": "Complete: Remove package 'Syncfusion.Shared.Windows'"
  505. },
  506. "locations": [
  507. {
  508. "physicalLocation": {
  509. "artifactLocation": {
  510. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  511. },
  512. "region": {}
  513. }
  514. }
  515. ]
  516. }
  517. ],
  518. "columnKind": "utf16CodeUnits"
  519. },
  520. {
  521. "tool": {
  522. "driver": {
  523. "name": "Remove package 'System.CodeDom'",
  524. "semanticVersion": "",
  525. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  526. "rules": [
  527. {
  528. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  529. "fullDescription": {
  530. "text": "Package System.CodeDom needs to be removed as its a transitive dependency that is not required"
  531. }
  532. }
  533. ]
  534. }
  535. },
  536. "results": [
  537. {
  538. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  539. "level": "note",
  540. "message": {
  541. "text": "Complete: Remove package 'System.CodeDom'"
  542. },
  543. "locations": [
  544. {
  545. "physicalLocation": {
  546. "artifactLocation": {
  547. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  548. },
  549. "region": {}
  550. }
  551. }
  552. ]
  553. }
  554. ],
  555. "columnKind": "utf16CodeUnits"
  556. },
  557. {
  558. "tool": {
  559. "driver": {
  560. "name": "Update TFM",
  561. "semanticVersion": "",
  562. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  563. "rules": [
  564. {
  565. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
  566. "fullDescription": {
  567. "text": "Update TFM for current project"
  568. }
  569. }
  570. ]
  571. }
  572. },
  573. "results": [
  574. {
  575. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
  576. "level": "note",
  577. "message": {
  578. "text": "Complete: Updated TFM to net7.0-windows"
  579. },
  580. "locations": [
  581. {
  582. "physicalLocation": {
  583. "artifactLocation": {
  584. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  585. },
  586. "region": {}
  587. }
  588. }
  589. ]
  590. }
  591. ],
  592. "columnKind": "utf16CodeUnits"
  593. },
  594. {
  595. "tool": {
  596. "driver": {
  597. "name": "Remove package 'RestSharp'",
  598. "semanticVersion": "",
  599. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  600. "rules": [
  601. {
  602. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  603. "fullDescription": {
  604. "text": "Package RestSharp, Version=105.0.0 does not support the target(s) net7.0-windows but a newer version (105.2.3) does. Package RestSharp needs to be upgraded from 105.0.0 to 105.2.3."
  605. }
  606. }
  607. ]
  608. }
  609. },
  610. "results": [
  611. {
  612. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  613. "level": "note",
  614. "message": {
  615. "text": "Complete: Remove package 'RestSharp'"
  616. },
  617. "locations": [
  618. {
  619. "physicalLocation": {
  620. "artifactLocation": {
  621. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  622. },
  623. "region": {}
  624. }
  625. }
  626. ]
  627. }
  628. ],
  629. "columnKind": "utf16CodeUnits"
  630. },
  631. {
  632. "tool": {
  633. "driver": {
  634. "name": "Add package 'RestSharp'",
  635. "semanticVersion": "",
  636. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  637. "rules": [
  638. {
  639. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  640. "fullDescription": {
  641. "text": "Package RestSharp, Version=105.0.0 does not support the target(s) net7.0-windows but a newer version (105.2.3) does. Package RestSharp needs to be upgraded from 105.0.0 to 105.2.3."
  642. }
  643. }
  644. ]
  645. }
  646. },
  647. "results": [
  648. {
  649. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  650. "level": "note",
  651. "message": {
  652. "text": "Complete: Add package 'RestSharp'"
  653. },
  654. "locations": [
  655. {
  656. "physicalLocation": {
  657. "artifactLocation": {
  658. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  659. },
  660. "region": {}
  661. }
  662. }
  663. ]
  664. }
  665. ],
  666. "columnKind": "utf16CodeUnits"
  667. },
  668. {
  669. "tool": {
  670. "driver": {
  671. "name": "Add package 'Microsoft.Windows.Compatibility'",
  672. "semanticVersion": "",
  673. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  674. "rules": [
  675. {
  676. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  677. "fullDescription": {
  678. "text": "Adding Microsoft.Windows.Compatibility 7.0.1 helps with speeding up the upgrade process for Windows-based APIs"
  679. }
  680. }
  681. ]
  682. }
  683. },
  684. "results": [
  685. {
  686. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  687. "level": "note",
  688. "message": {
  689. "text": "Complete: Add package 'Microsoft.Windows.Compatibility'"
  690. },
  691. "locations": [
  692. {
  693. "physicalLocation": {
  694. "artifactLocation": {
  695. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  696. },
  697. "region": {}
  698. }
  699. }
  700. ]
  701. }
  702. ],
  703. "columnKind": "utf16CodeUnits"
  704. },
  705. {
  706. "tool": {
  707. "driver": {
  708. "name": "Remove package 'System.Management'",
  709. "semanticVersion": "",
  710. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  711. "rules": [
  712. {
  713. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  714. "fullDescription": {
  715. "text": "Package System.Management needs to be removed as its a transitive dependency that is not required"
  716. }
  717. }
  718. ]
  719. }
  720. },
  721. "results": [
  722. {
  723. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  724. "level": "note",
  725. "message": {
  726. "text": "Complete: Remove package 'System.Management'"
  727. },
  728. "locations": [
  729. {
  730. "physicalLocation": {
  731. "artifactLocation": {
  732. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  733. },
  734. "region": {}
  735. }
  736. }
  737. ]
  738. }
  739. ],
  740. "columnKind": "utf16CodeUnits"
  741. },
  742. {
  743. "tool": {
  744. "driver": {
  745. "name": "Remove package 'System.Management'",
  746. "semanticVersion": "",
  747. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  748. "rules": [
  749. {
  750. "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  751. "fullDescription": {
  752. "text": "Package System.Management needs to be removed as its a transitive dependency that is not required"
  753. }
  754. }
  755. ]
  756. }
  757. },
  758. "results": [
  759. {
  760. "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]",
  761. "level": "note",
  762. "message": {
  763. "text": "Complete: Remove package 'System.Management'"
  764. },
  765. "locations": [
  766. {
  767. "physicalLocation": {
  768. "artifactLocation": {
  769. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  770. },
  771. "region": {}
  772. }
  773. }
  774. ]
  775. }
  776. ],
  777. "columnKind": "utf16CodeUnits"
  778. },
  779. {
  780. "tool": {
  781. "driver": {
  782. "name": "Default Font API Alert",
  783. "semanticVersion": "",
  784. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  785. "rules": [
  786. {
  787. "id": "UA209",
  788. "name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater",
  789. "fullDescription": {
  790. "text": "Default Font API Alert"
  791. }
  792. }
  793. ]
  794. }
  795. },
  796. "results": [
  797. {
  798. "ruleId": "UA209",
  799. "level": "note",
  800. "message": {
  801. "text": "Success: Default font in Windows Forms has been changed from Microsoft Sans Serif to Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font."
  802. },
  803. "locations": [
  804. {
  805. "physicalLocation": {
  806. "artifactLocation": {
  807. "uri": "file:///D:/test/CircleViewer/CircleViewer.csproj"
  808. },
  809. "region": {}
  810. }
  811. }
  812. ]
  813. }
  814. ],
  815. "columnKind": "utf16CodeUnits"
  816. },
  817. {
  818. "tool": {
  819. "driver": {
  820. "name": "Winforms Source Updater",
  821. "semanticVersion": "",
  822. "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
  823. "rules": [
  824. {
  825. "id": "UA202",
  826. "name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater",
  827. "fullDescription": {
  828. "text": "Winforms Source Updater"
  829. }
  830. }
  831. ]
  832. }
  833. },
  834. "results": [
  835. {
  836. "ruleId": "UA202",
  837. "level": "note",
  838. "message": {
  839. "text": "Success: HighDpiMode needs to set in Main() instead of app.config or app.manifest - Application.SetHighDpiMode(HighDpiMode.<setting>). It is recommended to use SystemAware as the HighDpiMode option for better results."
  840. },
  841. "locations": [
  842. {
  843. "physicalLocation": {
  844. "artifactLocation": {
  845. "uri": "file:///D:/test/CircleViewer/Program.cs"
  846. },
  847. "region": {}
  848. }
  849. }
  850. ]
  851. }
  852. ],
  853. "columnKind": "utf16CodeUnits"
  854. }
  855. ]
  856. }