mirror of
https://github.com/MathiasLui/CSGO-Projects.git
synced 2025-05-06 13:51:18 +00:00
Upgrade to .NET 7.0 & Fix Steam Library Detection
This commit is contained in:
parent
1433cdee81
commit
ebd085c65e
7 changed files with 5956 additions and 126 deletions
1
ConfigManager/.upgrade-assistant
Normal file
1
ConfigManager/.upgrade-assistant
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"Build":"0.4.410601\u002B6304b1d0784e32e20ef0299db22bc9e3f6a9b3f3","CurrentProject":"ConfigManager.csproj","EntryPoints":["ConfigManager.csproj"],"Properties":{}}
|
|
@ -1,20 +1,36 @@
|
||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 15.0.27703.2018
|
VisualStudioVersion = 17.4.33205.214
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigManager", "ConfigManager\ConfigManager.csproj", "{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigManager", "ConfigManager\ConfigManager.csproj", "{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamShared", "..\SteamShared\SteamShared\SteamShared\SteamShared.csproj", "{FBBCCD65-57E6-4C04-AAFA-C79402816E37}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|x64 = Debug|x64
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|x64 = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||||
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Debug|x64.Build.0 = Debug|Any CPU
|
||||||
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Release|Any CPU.Build.0 = Release|Any CPU
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Release|x64.ActiveCfg = Release|Any CPU
|
||||||
|
{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}.Release|x64.Build.0 = Release|Any CPU
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{FBBCCD65-57E6-4C04-AAFA-C79402816E37}.Release|x64.Build.0 = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
|
@ -1,122 +1,12 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<ProjectGuid>{0CAA02A3-CEE3-4A21-AE35-BC8A4177DAE2}</ProjectGuid>
|
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>ConfigManager</RootNamespace>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<AssemblyName>ConfigManager</AssemblyName>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<UseWPF>true</UseWPF>
|
||||||
<FileAlignment>512</FileAlignment>
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
||||||
<TargetFrameworkProfile />
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<DebugSymbols>true</DebugSymbols>
|
|
||||||
<DebugType>full</DebugType>
|
|
||||||
<Optimize>false</Optimize>
|
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<Optimize>true</Optimize>
|
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Reference Include="Gameloop.Vdf, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\Gameloop.Vdf.0.5.0\lib\net45\Gameloop.Vdf.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" />
|
|
||||||
<Reference Include="System.Data" />
|
|
||||||
<Reference Include="System.Windows.Forms" />
|
|
||||||
<Reference Include="System.Xml" />
|
|
||||||
<Reference Include="Microsoft.CSharp" />
|
|
||||||
<Reference Include="System.Core" />
|
|
||||||
<Reference Include="System.Xml.Linq" />
|
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
|
||||||
<Reference Include="System.Net.Http" />
|
|
||||||
<Reference Include="System.Xaml">
|
|
||||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="WindowsBase" />
|
|
||||||
<Reference Include="PresentationCore" />
|
|
||||||
<Reference Include="PresentationFramework" />
|
|
||||||
<Reference Include="WPFTextBoxAutoComplete, Version=1.0.0.2, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\WPFTextBoxAutoComplete.1.0.5\lib\net40\WPFTextBoxAutoComplete.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ApplicationDefinition Include="App.xaml">
|
|
||||||
<Generator>MSBuild:Compile</Generator>
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</ApplicationDefinition>
|
|
||||||
<Compile Include="SaveDialogWindow.xaml.cs">
|
|
||||||
<DependentUpon>SaveDialogWindow.xaml</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Settings.cs" />
|
|
||||||
<Page Include="ctrlConfig.xaml">
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
<Generator>MSBuild:Compile</Generator>
|
|
||||||
</Page>
|
|
||||||
<Page Include="MainWindow.xaml">
|
|
||||||
<Generator>MSBuild:Compile</Generator>
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</Page>
|
|
||||||
<Compile Include="App.xaml.cs">
|
|
||||||
<DependentUpon>App.xaml</DependentUpon>
|
|
||||||
<SubType>Code</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="ctrlConfig.xaml.cs">
|
|
||||||
<DependentUpon>ctrlConfig.xaml</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="MainWindow.xaml.cs">
|
|
||||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
||||||
<SubType>Code</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Page Include="SaveDialogWindow.xaml">
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
<Generator>MSBuild:Compile</Generator>
|
|
||||||
</Page>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs">
|
|
||||||
<SubType>Code</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Properties\Settings.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DependentUpon>Settings.settings</DependentUpon>
|
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
||||||
</Compile>
|
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<None Include="packages.config" />
|
|
||||||
<None Include="Properties\Settings.settings">
|
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="App.config" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Images\Save_16x.png" />
|
<Resource Include="Images\Save_16x.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -130,5 +20,16 @@
|
||||||
<Resource Include="Images\Star.png" />
|
<Resource Include="Images\Star.png" />
|
||||||
<Resource Include="Images\StarEmpty.png" />
|
<Resource Include="Images\StarEmpty.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||||
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||||
|
<PackageReference Include="WPFTextBoxAutoComplete" Version="1.0.5" />
|
||||||
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.410601">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\SteamShared\SteamShared\SteamShared\SteamShared.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -60,9 +60,10 @@ namespace ConfigManager
|
||||||
//GET STEAM PATH
|
//GET STEAM PATH
|
||||||
m_nAmountOfSteamLibraries = 0;
|
m_nAmountOfSteamLibraries = 0;
|
||||||
m_sSteamPath = Registry.GetValue(@"HKEY_CURRENT_USER\Software\Valve\Steam", "SteamPath", null).ToString();
|
m_sSteamPath = Registry.GetValue(@"HKEY_CURRENT_USER\Software\Valve\Steam", "SteamPath", null).ToString();
|
||||||
string sConfig = File.ReadAllText(System.IO.Path.Combine(m_sSteamPath, "config", "config.vdf"));
|
|
||||||
m_sLibraries = getAllLibraries(sConfig);
|
var steamHelper = new SteamShared.SteamHelper();
|
||||||
m_sLibraries[0] = m_sSteamPath.Replace("/", "\\"); ; //Setting Default Library Path as index 0
|
m_sLibraries = steamHelper.GetSteamLibraries().Select(lib => lib.Path).ToArray();
|
||||||
|
|
||||||
m_nAmountOfSteamLibraries = m_sLibraries.Count();
|
m_nAmountOfSteamLibraries = m_sLibraries.Count();
|
||||||
m_bAutoDetectedLibrary = false;
|
m_bAutoDetectedLibrary = false;
|
||||||
foreach (string library in m_sLibraries)
|
foreach (string library in m_sLibraries)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<packages>
|
|
||||||
<package id="WPFTextBoxAutoComplete" version="1.0.5" targetFramework="net461" />
|
|
||||||
</packages>
|
|
189
ConfigManager/UpgradeReport.sarif
Normal file
189
ConfigManager/UpgradeReport.sarif
Normal file
|
@ -0,0 +1,189 @@
|
||||||
|
{
|
||||||
|
"$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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
5726
ConfigManager/upgrade-assistant.clef
Normal file
5726
ConfigManager/upgrade-assistant.clef
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue