133 lines
5.0 KiB
JSON
133 lines
5.0 KiB
JSON
{
|
|
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
|
|
"version": "2.1.0",
|
|
"runs": [
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": "Dependency Analysis",
|
|
"semanticVersion": "0.4.346201",
|
|
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview",
|
|
"rules": [
|
|
{
|
|
"id": "UA106",
|
|
"name": "PackageToBeAdded",
|
|
"fullDescription": {
|
|
"text": "Packages that need to be added in order to upgrade the project to chosen TFM"
|
|
},
|
|
"helpUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"ruleId": "UA106",
|
|
"message": {
|
|
"text": "Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.346201 needs to be added."
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///C:/Users/User/Documents/!%D0%A3%D0%BB%D0%93%D0%A2%D0%A3/!semestr_3/%D0%A0%D0%9F%D0%9F/Labs/01/sources/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base.csproj"
|
|
},
|
|
"region": {}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ruleId": "UA106",
|
|
"message": {
|
|
"text": "Package Microsoft.Windows.Compatibility, Version=6.0.0 needs to be added."
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///C:/Users/User/Documents/!%D0%A3%D0%BB%D0%93%D0%A2%D0%A3/!semestr_3/%D0%A0%D0%9F%D0%9F/Labs/01/sources/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base.csproj"
|
|
},
|
|
"region": {}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"columnKind": "utf16CodeUnits"
|
|
},
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": "API Upgradability",
|
|
"semanticVersion": "0.4.346201",
|
|
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
|
|
}
|
|
},
|
|
"results": [],
|
|
"columnKind": "utf16CodeUnits"
|
|
},
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": "Component Analysis",
|
|
"semanticVersion": "0.4.346201",
|
|
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview",
|
|
"rules": [
|
|
{
|
|
"id": "UA209",
|
|
"name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater",
|
|
"fullDescription": {
|
|
"text": "Default Font API Alert"
|
|
},
|
|
"helpUri": "about:blank"
|
|
},
|
|
{
|
|
"id": "UA202",
|
|
"name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDpiSettingUpdater",
|
|
"fullDescription": {
|
|
"text": "Winforms Source Updater"
|
|
},
|
|
"helpUri": "about:blank"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"ruleId": "UA209",
|
|
"message": {
|
|
"text": "Default font in Windows Forms has been changed from Microsoft Sans Serif to Seg 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."
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///C:/Users/User/Documents/!%D0%A3%D0%BB%D0%93%D0%A2%D0%A3/!semestr_3/%D0%A0%D0%9F%D0%9F/Labs/01/sources/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base.csproj"
|
|
},
|
|
"region": {}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ruleId": "UA202",
|
|
"message": {
|
|
"text": "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."
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///C:/Users/User/Documents/!%D0%A3%D0%BB%D0%93%D0%A2%D0%A3/!semestr_3/%D0%A0%D0%9F%D0%9F/Labs/01/sources/PIbd-21_Potapov_N.S._Catamaran_Base/PIbd-21_Potapov_N.S._Catamaran_Base/Program.cs"
|
|
},
|
|
"region": {}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"columnKind": "utf16CodeUnits"
|
|
}
|
|
]
|
|
} |