123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
- "version": "2.1.0",
- "runs": [
- {
- "tool": {
- "driver": {
- "name": "Back up project",
- "semanticVersion": "",
- "informationUri": "https://github.com/dotnet/upgrade-assistant#usage",
- "rules": [
- {
- "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep",
- "fullDescription": {
- "text": "Project backed up to D:\\RobertProject\\Research\\Docker\\OCPP後台20221130\\187_OCPPServer_Master\\SuperWebSocket.backup"
- },
- "helpUri": "about:blank"
- }
- ]
- }
- },
- "results": [
- {
- "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep",
- "message": {
- "text": "Complete: Project backed up to D:\\RobertProject\\Research\\Docker\\OCPP後台20221130\\187_OCPPServer_Master\\SuperWebSocket.backup"
- },
- "locations": [
- {
- "physicalLocation": {
- "artifactLocation": {
- "uri": "file:///D:/RobertProject/Research/Docker/OCPP%E5%BE%8C%E5%8F%B020221130/187_OCPPServer_Master/SuperWebSocket.backup"
- },
- "region": {}
- }
- }
- ]
- }
- ],
- "columnKind": "utf16CodeUnits"
- },
- {
- "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:/RobertProject/Research/Docker/OCPP%E5%BE%8C%E5%8F%B020221130/187_OCPPServer_Master/SuperWebSocket/SuperWebSocket.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 netstandard2.0"
- },
- "helpUri": "about:blank"
- }
- ]
- }
- },
- "results": [
- {
- "ruleId": "Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep",
- "message": {
- "text": "Complete: Updated TFM to netstandard2.0"
- },
- "locations": [
- {
- "physicalLocation": {
- "artifactLocation": {
- "uri": "file:///D:/RobertProject/Research/Docker/OCPP%E5%BE%8C%E5%8F%B020221130/187_OCPPServer_Master/SuperWebSocket/SuperWebSocket.csproj"
- },
- "region": {}
- }
- }
- ]
- }
- ],
- "columnKind": "utf16CodeUnits"
- }
- ]
- }
|