Skip to content

Commit

Permalink
upd - Updated libraries
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 15, 2025
1 parent 49aaaa4 commit aa55839
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.7.3">
<Project Sdk="MSTest.Sdk/3.8.0">

<PropertyGroup>
<OutputPath>..\KSTest\</OutputPath>
Expand All @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing" Version="1.1.2" />
<PackageReference Include="NuGet.Frameworks" Version="6.12.1" />
<PackageReference Include="NuGet.Frameworks" Version="6.13.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions private/Nitrocid.Tests/Nitrocid.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.7.3">
<Project Sdk="MSTest.Sdk/3.8.0">

<PropertyGroup>
<OutputPath>KSTest\</OutputPath>
Expand Down Expand Up @@ -61,7 +61,7 @@

<ItemGroup>
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="Terminaux" Version="6.1.4.1" />
<PackageReference Include="Terminaux" Version="6.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Extras.Images.Icons addon Platform Information End -->

<ItemGroup>
<PackageReference Include="Terminaux.Images.Icons" Version="6.1.4.1" />
<PackageReference Include="Terminaux.Images.Icons" Version="6.1.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ internal static void LoadNotes()

// Now, serialize the array of notes to the JSON file
string serialized = FilesystemTools.ReadContentsText(NotesPath);
var notesArray = JsonConvert.DeserializeObject<string[]>(serialized);
var notesArray = JsonConvert.DeserializeObject<string[]>(serialized) ?? [];
notes = [.. notesArray];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[4.8.0]" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="[4.8.0]" />
<PackageReference Include="Terminaux" Version="6.1.4.1" />
<PackageReference Include="Terminaux" Version="6.1.5" />
</ItemGroup>

<Import Project="..\Nitrocid.Analyzers.Common\Nitrocid.Analyzers.Common.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid.Locales/Nitrocid.Locales.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="[4.8.0]" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="[4.8.0]" />
<PackageReference Include="Terminaux" Version="6.1.4.1" />
<PackageReference Include="Terminaux" Version="6.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions public/Nitrocid/Nitrocid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<!-- KS Dependencies Information -->
<ItemGroup>
<PackageReference Include="Aptivestigate.Serilog" Version="1.2.0" PrivateAssets="all" />
<PackageReference Include="Aptivestigate.Serilog" Version="1.2.0.1" PrivateAssets="all" />
<PackageReference Include="Magico" Version="1.3.2" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" PrivateAssets="all" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" PrivateAssets="all" />
Expand All @@ -51,14 +51,14 @@

<!-- KS Non-private Dependencies Information -->
<ItemGroup>
<PackageReference Include="Terminaux" Version="6.1.4.1" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux.Images" Version="6.1.4.1" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux" Version="6.1.5" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Terminaux.Images" Version="6.1.5" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Textify.Offline" Version="2.9.0" PrivateAssets="contentfiles;analyzers;build;runtime">
<Aliases>global,TextifyDep</Aliases>
</PackageReference>
<PackageReference Include="Textify.Offline.Data" Version="2.9.0" PrivateAssets="contentfiles;analyzers;build;runtime" />
<PackageReference Include="Nettify" Version="1.5.5.1" PrivateAssets="contentfiles;analyzers;build;runtime" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.1" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.2" PrivateAssets="contentfiles;analyzers;build;runtime;native" />
</ItemGroup>
<!-- KS Non-private Dependencies Information End -->

Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid/Shell/ShellBase/Aliases/AliasManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static void InitAliases()
// Get all aliases from file
FilesystemTools.MakeJsonFile(PathsManagement.GetKernelPath(KernelPathType.Aliases), false, true);
string AliasJsonContent = FilesystemTools.ReadContentsText(PathsManagement.GetKernelPath(KernelPathType.Aliases));
var aliasesArray = JsonConvert.DeserializeObject<AliasInfo[]>(AliasJsonContent);
var aliasesArray = JsonConvert.DeserializeObject<AliasInfo[]>(AliasJsonContent) ?? [];
aliases = [.. aliasesArray];
}

Expand Down

0 comments on commit aa55839

Please sign in to comment.