Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request primarily updates package versions across the solution for improved compatibility, security, and feature support. It also removes redundant references to
Microsoft.AspNetCore.Components.Webfrom multiple Blazor component projects and tidies up project file structure in several places. Additionally, some minor test code improvements and dependency additions are included.Package Version Updates and Dependency Additions
Directory.Packages.props, includingClosedXML,MongoDB.Bson,MongoDB.Driver,RavenDB.Client,RavenDB.Embedded,CommunityToolkit.Mvvm,Humanizer,SSH.NET,Serilog,Microsoft.NET.Test.Sdk,MSTest,nunit,NUnit3TestAdapter,xunit,JunitXml.TestLogger,coverlet.collector, andMicrosoft.AspNetCore.Identity. Added new dependencies:Microsoft.Build,NuGet.Packaging,System.IO.Packaging, andMicrosoft.Build.Tasks.Core.NuGet.PackagingandSystem.IO.Packagingas direct dependencies incake/Build.csproj.Blazor Component Project Cleanup
PackageReferencetoMicrosoft.AspNetCore.Components.Webfrom all Blazor component.csprojfiles to streamline dependencies. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Project File Structure and Reference Organization
AXOpen.VisualComposer.csprojby consolidatingFrameworkReferenceand removing duplicate or misplaced reference blocks.Test Code Improvements
Assert = Xunit.Assertin test files for clarity and consistency. [1] [2]Let me know if you want to discuss any specific package update or project file change!