mirror of
https://github.com/MathiasLui/CSGO-Projects.git
synced 2025-05-06 22:01:18 +00:00
189 lines
No EOL
6.9 KiB
JSON
189 lines
No EOL
6.9 KiB
JSON
{
|
|
"$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": "Use the try-convert tool (, Version=0.4.410601+6304b1d0784e32e20ef0299db22bc9e3f6a9b3f3) to convert the project file to an SDK-style csproj"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep",
|
|
"level": "note",
|
|
"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:/source/repos/_Git%20Repos/CSGO-Projects/ConfigManager/ConfigManager/ConfigManager.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]]"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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]]",
|
|
"level": "note",
|
|
"message": {
|
|
"text": "Complete: Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'"
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///D:/source/repos/_Git%20Repos/CSGO-Projects/ConfigManager/ConfigManager/ConfigManager.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": "Update TFM for current project"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
|
|
"level": "note",
|
|
"message": {
|
|
"text": "Complete: Updated TFM to net7.0-windows"
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///D:/source/repos/_Git%20Repos/CSGO-Projects/ConfigManager/ConfigManager/ConfigManager.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": "Adding Microsoft.Windows.Compatibility 7.0.0 helps with speeding up the upgrade process for Windows-based APIs"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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]]",
|
|
"level": "note",
|
|
"message": {
|
|
"text": "Complete: Add package 'Microsoft.Windows.Compatibility'"
|
|
},
|
|
"locations": [
|
|
{
|
|
"physicalLocation": {
|
|
"artifactLocation": {
|
|
"uri": "file:///D:/source/repos/_Git%20Repos/CSGO-Projects/ConfigManager/ConfigManager/ConfigManager.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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"ruleId": "UA209",
|
|
"level": "note",
|
|
"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:/source/repos/_Git%20Repos/CSGO-Projects/ConfigManager/ConfigManager/ConfigManager.csproj"
|
|
},
|
|
"region": {}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"columnKind": "utf16CodeUnits"
|
|
}
|
|
]
|
|
} |