{ "$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:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove reference 'System.Configuration'", "semanticVersion": "", "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", "rules": [ { "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.Reference, 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.Reference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", "level": "note", "message": { "text": "Complete: Remove reference 'System.Configuration'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Add package 'System.Configuration.ConfigurationManager'", "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 'System.Configuration.ConfigurationManager'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.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:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Buffers'", "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": "Package System.Buffers needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Buffers'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Memory'", "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": "Package System.Memory needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Memory'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Numerics.Vectors'", "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": "Package System.Numerics.Vectors needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Numerics.Vectors'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Security.AccessControl'", "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": "Package System.Security.AccessControl needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Security.AccessControl'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Security.Cryptography.Encoding'", "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": "Package System.Security.Cryptography.Encoding needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Security.Cryptography.Encoding'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Security.Cryptography.Primitives'", "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": "Package System.Security.Cryptography.Primitives needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Security.Cryptography.Primitives'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Security.Principal.Windows'", "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": "Package System.Security.Principal.Windows needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Security.Principal.Windows'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Threading.Tasks.Extensions'", "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": "Package System.Threading.Tasks.Extensions needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Threading.Tasks.Extensions'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.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:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove reference 'System.Web'", "semanticVersion": "", "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", "rules": [ { "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.Reference, 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.Reference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", "level": "note", "message": { "text": "Complete: Remove reference 'System.Web'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Add framework reference 'Microsoft.AspNetCore.App'", "semanticVersion": "", "informationUri": "https://github.com/dotnet/upgrade-assistant#usage", "rules": [ { "id": "Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.Reference, 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.Reference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", "level": "note", "message": { "text": "Complete: Add framework reference 'Microsoft.AspNetCore.App'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.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:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'Microsoft.Win32.Primitives'", "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": "Package Microsoft.Win32.Primitives needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'Microsoft.Win32.Primitives'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.ComponentModel.Composition'", "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": "Package System.ComponentModel.Composition needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.ComponentModel.Composition'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" }, { "tool": { "driver": { "name": "Remove package 'System.Configuration.ConfigurationManager'", "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": "Package System.Configuration.ConfigurationManager needs to be removed as its a transitive dependency that is not required" } } ] } }, "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: Remove package 'System.Configuration.ConfigurationManager'" }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "file:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.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:///C:/Users/dberr/Documents/Projects/DiscordMediaLoader/Discord%20Media%20Loader.Application/DML.Application.csproj" }, "region": {} } } ] } ], "columnKind": "utf16CodeUnits" } ] }