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" : " Dependency Analysis" ,
9
+ "semanticVersion" : " 0.4.355802" ,
10
+ "informationUri" : " https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" ,
11
+ "rules" : [
12
+ {
13
+ "id" : " UA106" ,
14
+ "name" : " PackageToBeAdded" ,
15
+ "fullDescription" : {
16
+ "text" : " Packages that need to be added in order to upgrade the project to chosen TFM"
17
+ },
18
+ "helpUri" : " https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
19
+ }
20
+ ]
21
+ }
22
+ },
23
+ "results" : [
24
+ {
25
+ "ruleId" : " UA106" ,
26
+ "message" : {
27
+ "text" : " Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.410601 needs to be added."
28
+ },
29
+ "locations" : [
30
+ {
31
+ "physicalLocation" : {
32
+ "artifactLocation" : {
33
+ "uri" : " file:///C:/Users/Gregor/source/repos/electron.net-api-demos/ElectronNET-API-Demos/ElectronNET-API-Demos.csproj"
34
+ },
35
+ "region" : {}
36
+ }
37
+ }
38
+ ]
39
+ },
40
+ {
41
+ "ruleId" : " UA106" ,
42
+ "message" : {
43
+ "text" : " Package Microsoft.AspNetCore.Mvc.NewtonsoftJson, Version=7.0.4 needs to be added."
44
+ },
45
+ "locations" : [
46
+ {
47
+ "physicalLocation" : {
48
+ "artifactLocation" : {
49
+ "uri" : " file:///C:/Users/Gregor/source/repos/electron.net-api-demos/ElectronNET-API-Demos/ElectronNET-API-Demos.csproj"
50
+ },
51
+ "region" : {}
52
+ }
53
+ }
54
+ ]
55
+ }
56
+ ],
57
+ "columnKind" : " utf16CodeUnits"
58
+ },
59
+ {
60
+ "tool" : {
61
+ "driver" : {
62
+ "name" : " API Upgradability" ,
63
+ "semanticVersion" : " 0.4.355802" ,
64
+ "informationUri" : " https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
65
+ }
66
+ },
67
+ "results" : [],
68
+ "columnKind" : " utf16CodeUnits"
69
+ },
70
+ {
71
+ "tool" : {
72
+ "driver" : {
73
+ "name" : " Component Analysis" ,
74
+ "semanticVersion" : " 0.4.355802" ,
75
+ "informationUri" : " https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
76
+ }
77
+ },
78
+ "results" : [],
79
+ "columnKind" : " utf16CodeUnits"
80
+ }
81
+ ]
82
+ }
0 commit comments