ColorVision.Solution 1.5.8

dotnet add package ColorVision.Solution --version 1.5.8
                    
NuGet\Install-Package ColorVision.Solution -Version 1.5.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ColorVision.Solution" Version="1.5.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ColorVision.Solution" Version="1.5.8" />
                    
Directory.Packages.props
<PackageReference Include="ColorVision.Solution" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ColorVision.Solution --version 1.5.8
                    
#r "nuget: ColorVision.Solution, 1.5.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ColorVision.Solution@1.5.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ColorVision.Solution&version=1.5.8
                    
Install as a Cake Addin
#tool nuget:?package=ColorVision.Solution&version=1.5.8
                    
Install as a Cake Tool

ColorVision.Solution

版本: 1.5.6.1 | 目标框架: .NET 10.0 Windows

ColorVision 的单工作区资源管理、项目模型和文档打开模块。界面参考 Visual Studio 的 Solution Explorer,但只实现 ColorVision 当前业务需要的文件夹、.cvsln.cvproj 与 .NET MSBuild 项目能力。

核心边界

  • SolutionManager 只维护一个活动工作区。文件夹、解决方案和项目统一通过可取消的异步打开流程切换。
  • ResourceOpenService 是应用级资源路由:工作区激活、普通文件打开、指定编辑器打开和批量文件打开从同一入口分流。
  • SolutionExplorer 管理当前工作区的树、项目引用、虚拟解决方案文件夹、配置映射、文件监控和撤销/重做。
  • ProjectProviderRegistry 通过 Provider 扩展项目格式。内置 .cvproj,并只读接入 .csproj.fsproj.vbproj;不支持 .sln 导入和 VC++ 工程。
  • 生成、运行和调试能力仍保留在项目 Provider 中,当前由 SolutionFeatureVisibility.ShowBuildAndDebugUI 控制是否显示界面入口。

目录职责

  • Editor/:编辑器注册、默认打开方式、Open With 与文档打开路由。
  • Explorer/:节点模型、项目 Provider、菜单贡献、搜索、工作区配置与文件操作。
  • Mru/:最近工作区列表、固定项和原子 JSON 持久化。
  • Terminal/:Windows ConPTY 会话、终端缓冲、输入历史和键盘/IME 适配。
  • Workspace/:AvalonDock 文档生命周期、布局和工作区私有状态。

内置编辑器

编辑器 用途
TextEditor 文本、源码、日志和项目文件
ImageEditor 常见图像查看与编辑
HexEditor 二进制和未知格式检查
WebView2Editor URL、本地 HTML 和文件夹 Web 视图
Model3DEditor OBJ、STL 等三维模型
ProjectEditor 文件夹列表与 .cvsln 配置

Markdown 预览位于 ColorVision.UI.Desktop;多图查看与融合工具位于 ColorVision.ImageTools;用户、角色和权限管理位于 ColorVision.Rbac。它们不是 Solution 核心职责。

打开规则

  • 多选打开只接受普通文件;文件夹、项目和解决方案必须单独激活。
  • 文件夹工作区和直接打开项目所需的私有 .cvsln 写入用户配置目录,不污染源目录。
  • 显式“打开方式”只选择编辑器,不触发工作区切换。
  • 切换或关闭工作区前统一检查关联文档;用户取消时保留原工作区。

依赖

  • 项目:ColorVision.UIColorVision.UI.DesktopColorVision.ImageEditor
  • 包:AvalonEdit、AvalonDock VS2013 Theme、WebView2、WPFHexaEditor

构建

dotnet build UI/ColorVision.Solution/ColorVision.Solution.csproj -c Debug -p:Platform=x64
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ColorVision.Solution:

Package Downloads
ColorVision.Rbac

ColorVision user, role, permission, session, and audit management for WPF applications.

ColorVision.ImageTools

ColorVision multi-image viewing and image fusion tools for WPF applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.8 50 8/18/2026
1.5.7 120 7/28/2026
1.5.6.1 126 7/8/2026
1.5.5.2 123 5/31/2026
1.5.5.1 139 4/13/2026
1.5.4.2 133 4/2/2026
1.5.4.1 127 3/31/2026
1.5.1.1 150 2/16/2026
1.4.1.1 155 2/3/2026
1.3.10.1 153 1/14/2026
1.3.9.4 145 1/14/2026
1.3.9.3 130 1/14/2026
1.3.9.2 350 12/15/2025
1.3.9.1 347 11/16/2025
1.3.8.7 251 10/27/2025
1.3.8.6 175 10/11/2025
1.3.8.5 250 9/30/2025
1.3.8.4 229 9/29/2025
1.3.8.2 226 9/29/2025
1.3.8.1 229 9/25/2025
Loading failed