delete upgrade assistant files
This commit is contained in:
parent
24f3897582
commit
987d9c5f49
@ -1,192 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
|
|
||||||
"version": "2.1.0",
|
|
||||||
"runs": [
|
|
||||||
{
|
|
||||||
"tool": {
|
|
||||||
"driver": {
|
|
||||||
"name": "Convert project file to SDK style",
|
|
||||||
"semanticVersion": "",
|
|
||||||
"informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep",
|
|
||||||
"fullDescription": {
|
|
||||||
"text": "Project file converted successfully! The project may require additional changes to build successfully against the new .NET target."
|
|
||||||
},
|
|
||||||
"helpUri": "about:blank"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep",
|
|
||||||
"message": {
|
|
||||||
"text": "Complete: Project file converted successfully! The project may require additional changes to build successfully against the new .NET target."
|
|
||||||
},
|
|
||||||
"locations": [
|
|
||||||
{
|
|
||||||
"physicalLocation": {
|
|
||||||
"artifactLocation": {
|
|
||||||
"uri": "file:///D:/src/EDBGS/EliteBGS/EliteBGS.csproj"
|
|
||||||
},
|
|
||||||
"region": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"columnKind": "utf16CodeUnits"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"tool": {
|
|
||||||
"driver": {
|
|
||||||
"name": "Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'",
|
|
||||||
"semanticVersion": "",
|
|
||||||
"informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"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]]",
|
|
||||||
"fullDescription": {
|
|
||||||
"text": "Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'"
|
|
||||||
},
|
|
||||||
"helpUri": "about:blank"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"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]]",
|
|
||||||
"message": {
|
|
||||||
"text": "Complete: Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'"
|
|
||||||
},
|
|
||||||
"locations": [
|
|
||||||
{
|
|
||||||
"physicalLocation": {
|
|
||||||
"artifactLocation": {
|
|
||||||
"uri": "file:///D:/src/EDBGS/EliteBGS/EliteBGS.csproj"
|
|
||||||
},
|
|
||||||
"region": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"columnKind": "utf16CodeUnits"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"tool": {
|
|
||||||
"driver": {
|
|
||||||
"name": "Update TFM",
|
|
||||||
"semanticVersion": "",
|
|
||||||
"informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"id": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
|
|
||||||
"fullDescription": {
|
|
||||||
"text": "Updated TFM to net7.0-windows"
|
|
||||||
},
|
|
||||||
"helpUri": "about:blank"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
|
|
||||||
"message": {
|
|
||||||
"text": "Complete: Updated TFM to net7.0-windows"
|
|
||||||
},
|
|
||||||
"locations": [
|
|
||||||
{
|
|
||||||
"physicalLocation": {
|
|
||||||
"artifactLocation": {
|
|
||||||
"uri": "file:///D:/src/EDBGS/EliteBGS/EliteBGS.csproj"
|
|
||||||
},
|
|
||||||
"region": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"columnKind": "utf16CodeUnits"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"tool": {
|
|
||||||
"driver": {
|
|
||||||
"name": "Add package 'Microsoft.Windows.Compatibility'",
|
|
||||||
"semanticVersion": "",
|
|
||||||
"informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"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]]",
|
|
||||||
"fullDescription": {
|
|
||||||
"text": "Add package 'Microsoft.Windows.Compatibility'"
|
|
||||||
},
|
|
||||||
"helpUri": "about:blank"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"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]]",
|
|
||||||
"message": {
|
|
||||||
"text": "Complete: Add package 'Microsoft.Windows.Compatibility'"
|
|
||||||
},
|
|
||||||
"locations": [
|
|
||||||
{
|
|
||||||
"physicalLocation": {
|
|
||||||
"artifactLocation": {
|
|
||||||
"uri": "file:///D:/src/EDBGS/EliteBGS/EliteBGS.csproj"
|
|
||||||
},
|
|
||||||
"region": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"columnKind": "utf16CodeUnits"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"tool": {
|
|
||||||
"driver": {
|
|
||||||
"name": "Default Font API Alert",
|
|
||||||
"semanticVersion": "",
|
|
||||||
"informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"id": "UA209",
|
|
||||||
"name": "Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater",
|
|
||||||
"fullDescription": {
|
|
||||||
"text": "Default Font API Alert"
|
|
||||||
},
|
|
||||||
"helpUri": "about:blank"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"results": [
|
|
||||||
{
|
|
||||||
"ruleId": "UA209",
|
|
||||||
"message": {
|
|
||||||
"text": "Success: 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:///D:/src/EDBGS/EliteBGS/EliteBGS.csproj"
|
|
||||||
},
|
|
||||||
"region": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"columnKind": "utf16CodeUnits"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user