Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors #136

Closed
shao200 opened this issue Sep 23, 2021 · 2 comments
Closed

Build errors #136

shao200 opened this issue Sep 23, 2021 · 2 comments

Comments

@shao200
Copy link

shao200 commented Sep 23, 2021

已启动生成…
1>------ 已启动生成: 项目: Core2D, 配置: Debug Any CPU ------
1>你正在使用 .NET 的预览版。请查看 https://aka.ms/dotnet-core-preview
1>你正在使用 .NET 的预览版。请查看 https://aka.ms/dotnet-core-preview
1>CSC : warning CS8032: 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll 创建分析器 Core2D.Generators.AutoNotifyGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。
1>CSC : warning CS8032: 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll 创建分析器 Core2D.Generators.StaticViewLocatorGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。
1>CSC : warning CS8032: 无法从 C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\analyzers\dotnet\cs\System.Text.Json.SourceGeneration.dll 创建分析器 System.Text.Json.SourceGeneration.JsonSourceGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。
1>D:\VsCodeProject\Core2D\src\Core2D\App.axaml.cs(56,67,56,68): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs(49,26,49,37): warning CS8769: 参数“bytes”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteBinary(Stream stream, byte[]? bytes)”不匹配(可能是由于为 Null 性特性)。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs(61,26,61,39): warning CS8769: 参数“text”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteUtf8Text(Stream stream, string? text)”不匹配(可能是由于为 Null 性特性)。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs(73,26,73,39): warning CS8769: 参数“text”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteUtf8Text(string path, string? text)”不匹配(可能是由于为 Null 性特性)。
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.InvalidateControl”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.ResetZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.FillZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.UniformZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.UniformToFillZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.AutoFitZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.InZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.OutZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.Zoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewLocator.cs(9,6,9,23): error CS0246: 未能找到类型或命名空间名“StaticViewLocatorAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewLocator.cs(9,6,9,23): error CS0246: 未能找到类型或命名空间名“StaticViewLocator”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\DocumentContainerViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\DocumentContainerViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaImageImporter.cs(27,35,27,51): warning CS8613: “Task AvaloniaImageImporter.GetImageKeyAsync()”的返回类型中引用类型的为 Null 性与隐式实现的成员“Task<string?> IImageImporter.GetImageKeyAsync()”不匹配。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(13,85,13,96): error CS0535: “FrameContainerViewModel”不实现接口成员“IDataObject.Properties”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(13,85,13,96): error CS0535: “FrameContainerViewModel”不实现接口成员“IDataObject.Record”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LayerContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LayerContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(39,64,39,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\PageContainerViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\PageContainerViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(21,55,21,69): error CS0535: “DxfRenderer”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(33,44,33,45): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ColumnViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ColumnViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Designer\DesignerContext.cs(100,62,100,63): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(18,78,18,88): error CS0535: “ProjectContainerViewModel”不实现接口成员“ISelection.SelectedShapes”
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(32,64,32,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(16,60,16,74): error CS0535: “PdfSharpRenderer”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(25,49,25,50): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\PropertyViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\PropertyViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Scripting\ScriptViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Scripting\ScriptViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(21,21,21,37): error CS0246: 未能找到类型或命名空间名“IgnoreDataMember”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(34,64,34,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ValueViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ValueViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSegmentViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSegmentViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(18,60,18,74): error CS0535: “WinFormsRenderer”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(26,49,26,50): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,71,17,82): error CS0535: “BaseShapeViewModel”不实现接口成员“IDataObject.Properties”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,71,17,82): error CS0535: “BaseShapeViewModel”不实现接口成员“IDataObject.Record”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,111,17,120): error CS0535: “BaseShapeViewModel”不实现接口成员“IDrawable.Style”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,111,17,120): error CS0535: “BaseShapeViewModel”不实现接口成员“IDrawable.IsStroked”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,111,17,120): error CS0535: “BaseShapeViewModel”不实现接口成员“IDrawable.IsFilled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(32,10,32,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(32,10,32,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\LineSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\LineSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(33,10,33,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(33,10,33,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(34,10,34,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(34,10,34,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.SkiaSharp\SkiaSharpRendererViewModel.cs(9,59,9,60): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs(12,61,12,70): error CS0535: “ImageKeyViewModel”不实现接口成员“IImageKey.Key”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(28,64,28,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(12,65,12,79): error CS0535: “NodeRendererViewModel”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(36,21,36,37): error CS0246: 未能找到类型或命名空间名“IgnoreDataMember”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(20,57,20,58): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,21,29,35): error CS0246: 未能找到类型或命名空间名“SetterModifier”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,38,29,52): error CS0103: 当前上下文中不存在名称“AccessModifier”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.IsGridEnabled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.IsBorderEnabled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetLeft”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetTop”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetRight”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetBottom”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridCellWidth”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridCellHeight”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridStrokeColor”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridStrokeThickness”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ConnectableShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ConnectableShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\GroupShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\GroupShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.cs(18,66,18,82): error CS0535: “ProjectEditorViewModel”不实现接口成员“IDialogPresenter.Dialogs”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentFileViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentFileViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArgbColorViewModelViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArgbColorViewModelViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\FillStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\FillStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\CubicBezierToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ArcToolViewModel.cs(30,64,30,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ArcToolViewModel.cs(26,49,26,50): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\CubicBezierToolViewModel.cs(22,57,22,58): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\EllipseToolViewModel.cs(31,64,31,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\EllipseToolViewModel.cs(27,53,27,54): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ImageToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ImageToolViewModel.cs(22,51,22,52): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\LineToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\NoneToolViewModel.cs(18,64,18,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\LineToolViewModel.cs(22,50,22,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\NoneToolViewModel.cs(14,50,14,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDecorator.Layer”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDecorator.Shapes”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDrawable.Style”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDrawable.IsStroked”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDrawable.IsFilled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\ArcPathToolViewModel.cs(35,64,35,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PathToolViewModel.cs(45,64,45,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\LinePathToolViewModel.cs(29,64,29,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\CubicBezierPathToolViewModel.cs(29,64,29,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\ArcPathToolViewModel.cs(29,53,29,54): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\LinePathToolViewModel.cs(23,54,23,55): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\CubicBezierPathToolViewModel.cs(23,61,23,62): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PathToolViewModel.cs(35,50,35,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\MovePathToolViewModel.cs(23,64,23,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\QuadraticBezierPathToolViewModel.cs(29,64,29,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\MovePathToolViewModel.cs(18,54,18,55): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PointToolViewModel.cs(23,64,23,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PointToolViewModel.cs(19,51,19,52): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\QuadraticBezierPathToolViewModel.cs(23,65,23,66): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\QuadraticBezierToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\QuadraticBezierToolViewModel.cs(22,61,22,62): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\RectangleToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\TextToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(37,10,37,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(37,10,37,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\RectangleToolViewModel.cs(22,55,22,56): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\SelectionToolViewModel.cs(32,64,32,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\TextToolViewModel.cs(22,50,22,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(38,10,38,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(38,10,38,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\SelectionToolViewModel.cs(28,55,28,56): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(39,10,39,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(39,10,39,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>已完成生成项目“Core2D.csproj”的操作 - 失败。
1>CSC : warning CS8032: 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll 创建分析器 Core2D.Generators.AutoNotifyGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。
1>CSC : warning CS8032: 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll 创建分析器 Core2D.Generators.StaticViewLocatorGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.InvalidateControl”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.ResetZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.FillZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.UniformZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.UniformToFillZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.AutoFitZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.InZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.OutZoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(9,72,9,93): error CS0535: “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.Zoom”
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs(49,26,49,37): warning CS8769: 参数“bytes”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteBinary(Stream stream, byte[]? bytes)”不匹配(可能是由于为 Null 性特性)。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs(61,26,61,39): warning CS8769: 参数“text”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteUtf8Text(Stream stream, string? text)”不匹配(可能是由于为 Null 性特性)。
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs(73,26,73,39): warning CS8769: 参数“text”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteUtf8Text(string path, string? text)”不匹配(可能是由于为 Null 性特性)。
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaImageImporter.cs(27,35,27,51): warning CS8613: “Task AvaloniaImageImporter.GetImageKeyAsync()”的返回类型中引用类型的为 Null 性与隐式实现的成员“Task<string?> IImageImporter.GetImageKeyAsync()”不匹配。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewLocator.cs(9,6,9,23): error CS0246: 未能找到类型或命名空间名“StaticViewLocatorAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewLocator.cs(9,6,9,23): error CS0246: 未能找到类型或命名空间名“StaticViewLocator”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\App.axaml.cs(56,67,56,68): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\DocumentContainerViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\DocumentContainerViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(13,85,13,96): error CS0535: “FrameContainerViewModel”不实现接口成员“IDataObject.Properties”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(13,85,13,96): error CS0535: “FrameContainerViewModel”不实现接口成员“IDataObject.Record”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LayerContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LayerContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\PageContainerViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\PageContainerViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ColumnViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ColumnViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(18,78,18,88): error CS0535: “ProjectContainerViewModel”不实现接口成员“ISelection.SelectedShapes”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(32,64,32,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(21,21,21,37): error CS0246: 未能找到类型或命名空间名“IgnoreDataMember”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\PropertyViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\PropertyViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(39,64,39,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(16,60,16,74): error CS0535: “PdfSharpRenderer”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Designer\DesignerContext.cs(100,62,100,63): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(25,49,25,50): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ValueViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ValueViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(21,55,21,69): error CS0535: “DxfRenderer”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(33,44,33,45): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(34,64,34,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(18,60,18,74): error CS0535: “WinFormsRenderer”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(26,49,26,50): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(32,10,32,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(32,10,32,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(33,10,33,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(33,10,33,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(34,10,34,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(34,10,34,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs(36,21,36,37): error CS0246: 未能找到类型或命名空间名“IgnoreDataMember”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSegmentViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSegmentViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.IsGridEnabled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.IsBorderEnabled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetLeft”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetTop”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetRight”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetBottom”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridCellWidth”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridCellHeight”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridStrokeColor”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(14,80,14,85): error CS0535: “TemplateContainerViewModel”不实现接口成员“IGrid.GridStrokeThickness”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引���?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.SkiaSharp\SkiaSharpRendererViewModel.cs(9,59,9,60): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\LineSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\LineSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs(12,61,12,70): error CS0535: “ImageKeyViewModel”不实现接口成员“IImageKey.Key”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Scripting\ScriptViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Scripting\ScriptViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(28,64,28,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(12,65,12,79): error CS0535: “NodeRendererViewModel”不实现接口成员“IShapeRenderer.State”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(20,57,20,58): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ConnectableShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ConnectableShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.cs(18,66,18,82): error CS0535: “ProjectEditorViewModel”不实现接口成员“IDialogPresenter.Dialogs”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指���或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\GroupShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\GroupShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,71,17,82): error CS0535: “BaseShapeViewModel”不实现接口成员“IDataObject.Properties”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,71,17,82): error CS0535: “BaseShapeViewModel”不实现接口成员“IDataObject.Record”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,111,17,120): error CS0535: “BaseShapeViewModel”不实现接口成员“IDrawable.Style”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,111,17,120): error CS0535: “BaseShapeViewModel”不实现接口成员“IDrawable.IsStroked”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(17,111,17,120): error CS0535: “BaseShapeViewModel”不实现接口成员“IDrawable.IsFilled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(23,10,23,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(24,10,24,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(25,10,25,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(26,10,26,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(27,10,27,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(28,10,28,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(30,10,30,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,10,29,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,21,29,35): error CS0246: 未能找到类型或命名空间名“SetterModifier”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs(29,38,29,52): error CS0103: 当前上下文中不存在名称“AccessModifier”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs(31,10,31,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArgbColorViewModelViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArgbColorViewModelViewModel.cs(13,10,13,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs(12,10,12,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\FillStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\FillStyleViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentFileViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentFileViewModel.cs(9,10,9,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(10,10,10,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs(11,10,11,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ArcToolViewModel.cs(30,64,30,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ArcToolViewModel.cs(26,49,26,50): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(14,10,14,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(15,10,15,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(16,10,16,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\CubicBezierToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(17,10,17,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(20,10,20,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\CubicBezierToolViewModel.cs(22,57,22,58): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(21,10,21,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs(22,10,22,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(18,10,18,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\NoneToolViewModel.cs(18,64,18,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\LineToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ImageToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\EllipseToolViewModel.cs(31,64,31,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs(19,10,19,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\NoneToolViewModel.cs(14,50,14,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDecorator.Layer”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDecorator.Shapes”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDrawable.Style”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDrawable.IsStroked”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(17,65,17,75): error CS0535: “BoxDecoratorViewModel”不实现接口成员“IDrawable.IsFilled”
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\LineToolViewModel.cs(22,50,22,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\EllipseToolViewModel.cs(27,53,27,54): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ImageToolViewModel.cs(22,51,22,52): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PathToolViewModel.cs(45,64,45,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PointToolViewModel.cs(23,64,23,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\ArcPathToolViewModel.cs(35,64,35,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\RectangleToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\QuadraticBezierToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PointToolViewModel.cs(19,51,19,52): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PathToolViewModel.cs(35,50,35,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\ArcPathToolViewModel.cs(29,53,29,54): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\QuadraticBezierToolViewModel.cs(22,61,22,62): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\RectangleToolViewModel.cs(22,55,22,56): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(35,10,35,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\CubicBezierPathToolViewModel.cs(29,64,29,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\TextToolViewModel.cs(26,64,26,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(36,10,36,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\SelectionToolViewModel.cs(32,64,32,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\CubicBezierPathToolViewModel.cs(23,61,23,62): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\TextToolViewModel.cs(22,50,22,51): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\SelectionToolViewModel.cs(28,55,28,56): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(37,10,37,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(37,10,37,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\LinePathToolViewModel.cs(29,64,29,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\LinePathToolViewModel.cs(23,54,23,55): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(38,10,38,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(38,10,38,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(39,10,39,20): error CS0246: 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs(39,10,39,20): error CS0246: 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?)
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\MovePathToolViewModel.cs(23,64,23,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\MovePathToolViewModel.cs(18,54,18,55): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\QuadraticBezierPathToolViewModel.cs(29,64,29,65): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\QuadraticBezierPathToolViewModel.cs(23,65,23,66): warning CS8632: 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。
1>已完成生成项目“Core2D.csproj”的操作 - 失败。
2>------ 已启动生成: 项目: Core2D.Desktop, 配置: Debug Any CPU ------
2>你正在使用 .NET 的预览版。请查看 https://aka.ms/dotnet-core-preview
2>你正在使用 .NET 的预览版。请查看 https://aka.ms/dotnet-core-preview
2>CSC : error CS0006: 未能找到元数据文件“D:\VsCodeProject\Core2D\src\Core2D\bin\Debug\net6.0\ref\Core2D.dll”
2>已完成生成项目“Core2D.Desktop.csproj”的操作 - 失败。
2>CSC : error CS0006: 未能找到元数据文件“D:\VsCodeProject\Core2D\src\Core2D\bin\Debug\net461\Core2D.dll”
2>已完成生成项目“Core2D.Desktop.csproj”的操作 - 失败。
========== 生成: 成功 0 个,失败 2 个,最新 2 个,跳过 0 个 ==========

@shao200
Copy link
Author

shao200 commented Sep 23, 2021

严重性 代码 说明 项目 文件 行 禁止显示状态
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 17 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.AutoFitZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.FillZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.InvalidateControl” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.InZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.OutZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.ResetZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.UniformToFillZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.UniformZoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0535 “AvaloniaEditorCanvasPlatform”不实现接口成员“IEditorCanvasPlatform.Zoom” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaEditorCanvasPlatform.cs 19 活动
错误 CS0535 “DxfRenderer”不实现接口成员“IShapeRenderer.State” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 31 活动
错误 CS0535 “PdfSharpRenderer”不实现接口成员“IShapeRenderer.State” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs 23 活动
错误 CS0535 “WinFormsRenderer”不实现接口成员“IShapeRenderer.State” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“StaticViewLocatorAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewLocator.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“StaticViewLocator”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewLocator.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\BaseContainerViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\DocumentContainerViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\DocumentContainerViewModel.cs 15 活动
错误 CS0535 “FrameContainerViewModel”不实现接口成员“IDataObject.Properties” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 13 活动
错误 CS0535 “FrameContainerViewModel”不实现接口成员“IDataObject.Record” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\FrameContainerViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LayerContainerViewModel.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LayerContainerViewModel.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\LibraryViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\OptionsViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\PageContainerViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\PageContainerViewModel.cs 14 活动
错误 CS0535 “ProjectContainerViewModel”不实现接口成员“ISelection.SelectedShapes” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“IgnoreDataMember”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 30 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 30 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 32 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 32 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 33 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 33 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 34 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 34 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 35 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 35 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 36 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 36 活动
错误 CS0246 未能找到类型或命名空间名“IgnoreDataMember”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\ProjectContainerViewModel.cs 36 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.IsGridEnabled” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.IsBorderEnabled” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetLeft” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetTop” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetRight” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridOffsetBottom” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridCellWidth” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridCellHeight” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridStrokeColor” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0535 “TemplateContainerViewModel”不实现接口成员“IGrid.GridStrokeThickness” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Containers\TemplateContainerViewModel.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ColumnViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ColumnViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\DatabaseViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\PropertyViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\PropertyViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\RecordViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ValueViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Data\ValueViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editors\TextBindingEditorViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\DialogViewModel.cs 16 活动
错误 CS0535 “ProjectEditorViewModel”不实现接口成员“IDialogPresenter.Dialogs” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 30 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 30 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\ProjectEditorViewModel.Properties.cs 31 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentFileViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentFileViewModel.cs 9 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Recent\RecentsViewModel.cs 11 活动
错误 CS0535 “BoxDecoratorViewModel”不实现接口成员“IDecorator.Layer” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 17 活动
错误 CS0535 “BoxDecoratorViewModel”不实现接口成员“IDecorator.Shapes” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 17 活动
错误 CS0535 “BoxDecoratorViewModel”不实现接口成员“IDrawable.Style” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 17 活动
错误 CS0535 “BoxDecoratorViewModel”不实现接口成员“IDrawable.IsStroked” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 17 活动
错误 CS0535 “BoxDecoratorViewModel”不实现接口成员“IDrawable.IsFilled” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 35 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 35 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 36 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 36 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 37 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 37 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 38 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 38 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 39 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Decorators\BoxDecoratorViewModel.cs 39 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathFigureViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSegmentViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSegmentViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\PathSizeViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\ArcSegmentViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\CubicBezierSegmentViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\LineSegmentViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\LineSegmentViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Path\Segments\QuadraticBezierSegmentViewModel.cs 13 活动
错误 CS0535 “ImageKeyViewModel”不实现接口成员“IImageKey.Key” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ImageKeyViewModel.cs 14 活动
错误 CS0535 “NodeRendererViewModel”不实现接口成员“IShapeRenderer.State” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\ShapeRendererStateViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Scripting\ScriptViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Scripting\ScriptViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ArcShapeViewModel.cs 17 活动
错误 CS0535 “BaseShapeViewModel”不实现接口成员“IDataObject.Properties” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 17 活动
错误 CS0535 “BaseShapeViewModel”不实现接口成员“IDataObject.Record” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 17 活动
错误 CS0535 “BaseShapeViewModel”不实现接口成员“IDrawable.Style” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 17 活动
错误 CS0535 “BaseShapeViewModel”不实现接口成员“IDrawable.IsStroked” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 17 活动
错误 CS0535 “BaseShapeViewModel”不实现接口成员“IDrawable.IsFilled” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 24 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 25 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 26 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 27 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 28 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“SetterModifier”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 29 活动
错误 CS0103 当前上下文中不存在名称“AccessModifier” Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\BaseShapeViewModel.cs 29 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ConnectableShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ConnectableShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\CubicBezierShapeViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\EllipseShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\GroupShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\GroupShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\ImageShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\LineShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PathShapeViewModel.cs 23 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\PointShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\QuadraticBezierShapeViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\RectangleShapeViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Shapes\TextShapeViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArgbColorViewModelViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArgbColorViewModelViewModel.cs 13 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs 10 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ArrowStyleViewModel.cs 12 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\FillStyleViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\FillStyleViewModel.cs 11 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\ShapeStyleViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 20 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 21 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序���引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\StrokeStyleViewModel.cs 22 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 14 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 15 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 18 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Style\TextStyleViewModel.cs 19 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs 16 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotifyAttribute”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs 17 活动
错误 CS0246 未能找到类型或命名空间名“AutoNotify”(是否缺少 using 指令或程序集引用?) Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\ViewModelBase.cs 17 活动
错误 CS0006 未能找到元数据文件“D:\VsCodeProject\Core2D\src\Core2D\bin\Debug\net6.0\ref\Core2D.dll” Core2D.Desktop (net461) D:\VsCodeProject\Core2D\src\Core2D.Desktop\CSC 1 活动
错误 CS0006 未能找到元数据文件“D:\VsCodeProject\Core2D\src\Core2D\bin\Debug\net461\Core2D.dll” Core2D.Desktop (net461) D:\VsCodeProject\Core2D\src\Core2D.Desktop\CSC 1 活动
错误 CS1061 “ShapeRendererStateViewModel”未包含“ZoomX”的定义,并且找不到可接受第一个“ShapeRendererStateViewModel”类型参数的可访问扩展方法“ZoomX”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\AttachEditor.cs 36 活动
错误 CS1061 “ShapeRendererStateViewModel”未包含“ZoomY”的定义,并且找不到可接受第一个“ShapeRendererStateViewModel”类型参数的可访问扩展方法“ZoomY”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\AttachEditor.cs 37 活动
错误 CS1061 “ShapeRendererStateViewModel”未包含“PanX”的定义,并且找不到可接受第一个“ShapeRendererStateViewModel”类型参数的可访问扩展方法“PanX”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\AttachEditor.cs 38 活动
错误 CS1061 “ShapeRendererStateViewModel”未包含“PanY”的定义,并且找不到可接受第一个“ShapeRendererStateViewModel”类型参数的可访问扩展方法“PanY”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\AttachEditor.cs 39 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 38 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 46 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 47 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 55 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 102 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 110 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 111 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 119 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 158 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 159 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 167 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 168 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 169 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 177 活动
错误 CS1061 “ProjectEditorViewModel”未包含“Project”的定义,并且找不到可接受第一个“ProjectEditorViewModel”类型参数的可访问扩展方法“Project”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\TreeViewDropHandler.cs 178 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point1”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 109 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point1”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 109 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point2”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 110 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point2”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 110 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point3”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 111 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point3”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 111 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point4”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point4”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 112 活动
错误 CS1061 “ArcShapeViewModel”未包含“Point4”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“Point4”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 112 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 183 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 184 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 185 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 218 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 277 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 282 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 282 活动
错误 CS1061 “PathShapeViewModel”未包含“Figures”的定义,并且找不到可接受第一个“PathShapeViewModel”类型参数的可访问扩展方法“Figures”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 353 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point1”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 371 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point1”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 372 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point2”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 373 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point2”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 374 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point3”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 375 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point3”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 376 活动
错误 CS1061 “CubicBezierSegmentViewModel”未包含“Point3”的定义,并且找不到可接受第一个“CubicBezierSegmentViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 379 活动
错误 CS1061 “LineSegmentViewModel”未包含“Point”的定义,并且找不到可接受第一个“LineSegmentViewModel”类型参数的可访问扩展方法“Point”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 386 活动
错误 CS1061 “LineSegmentViewModel”未包含“Point”的定义,并且找不到可接受第一个“LineSegmentViewModel”类型参数的可访问扩展方法“Point”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 387 活动
错误 CS1061 “LineSegmentViewModel”未包含“Point”的定义,并且找不到可接受第一个“LineSegmentViewModel”类型参数的可访问扩展方法“Point”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 390 活动
错误 CS1061 “QuadraticBezierSegmentViewModel”未包含“Point1”的定义,并且找不到可接受第一个“QuadraticBezierSegmentViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 397 活动
错误 CS1061 “QuadraticBezierSegmentViewModel”未包含“Point1”的定义,并且找不到可接受第一个“QuadraticBezierSegmentViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 398 活动
错误 CS1061 “QuadraticBezierSegmentViewModel”未包含“Point2”的定义,并且找不到可接受第一个“QuadraticBezierSegmentViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 399 活动
错误 CS1061 “QuadraticBezierSegmentViewModel”未包含“Point2”的定义,并且找不到可接受第一个“QuadraticBezierSegmentViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 400 活动
错误 CS1061 “QuadraticBezierSegmentViewModel”未包含“Point2”的定义,并且找不到可接受第一个“QuadraticBezierSegmentViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 403 活动
错误 CS1061 “LineShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“LineShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 462 活动
错误 CS1061 “LineShapeViewModel”未包含“Start”的定义,并且找不到可接受第一个“LineShapeViewModel”类型参数的可访问扩展方法“Start”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 466 活动
错误 CS1061 “LineShapeViewModel”未包含“Start”的定义,并且找不到可接受第一个“LineShapeViewModel”类型参数的可访问扩展方法“Start”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 467 活动
错误 CS1061 “LineShapeViewModel”未包含“End”的定义,并且找不到可接受第一个“LineShapeViewModel”类型参数的可访问扩展方法“End”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 468 活动
错误 CS1061 “LineShapeViewModel”未包含“End”的定义,并且找不到可接受第一个“LineShapeViewModel”类型参数的可访问扩展方法“End”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 469 活动
错误 CS1061 “LineShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“LineShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 475 活动
错误 CS1061 “RectangleShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 481 活动
错误 CS1061 “RectangleShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 481 活动
错误 CS1061 “RectangleShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 485 活动
错误 CS1061 “RectangleShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 486 活动
错误 CS1061 “RectangleShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 487 活动
错误 CS1061 “RectangleShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 488 活动
错误 CS1061 “RectangleShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 491 活动
错误 CS1061 “RectangleShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“RectangleShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 491 活动
错误 CS1061 “EllipseShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 497 活动
错误 CS1061 “EllipseShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 497 活动
错误 CS1061 “EllipseShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 501 活动
错误 CS1061 “EllipseShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 502 活动
错误 CS1061 “EllipseShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 503 活动
错误 CS1061 “EllipseShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 504 活动
错误 CS1061 “EllipseShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 507 活动
错误 CS1061 “EllipseShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“EllipseShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 507 活动
错误 CS1061 “ArcShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 517 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 519 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 520 活动
错误 CS1061 “ArcShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“ArcShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 543 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 545 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 546 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 547 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 560 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 560 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point1”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 565 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point1”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 566 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point2”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 567 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point2”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 568 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point3”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 569 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point3”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 570 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point4”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point4”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 571 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“Point4”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“Point4”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 572 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 574 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 576 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 577 活动
错误 CS1061 “CubicBezierShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“CubicBezierShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 599 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 601 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 602 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 603 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 617 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 617 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“Point1”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 622 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“Point1”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“Point1”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 623 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“Point2”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 624 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“Point2”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“Point2”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 625 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“Point3”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 626 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“Point3”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“Point3”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 627 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 629 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 631 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 632 活动
错误 CS1061 “QuadraticBezierShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“QuadraticBezierShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 654 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 656 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 657 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 658 活动
错误 CS0117 “TextShapeViewModel”未包含“Text”的定义 Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 674 活动
错误 CS1061 “TextShapeViewModel”未包含“Text”的定义,并且找不到可接受第一个“TextShapeViewModel”类型参数的可访问扩展方法“Text”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 676 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 684 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 685 活动
错误 CS1061 “TextShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“TextShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 689 活动
错误 CS1061 “TextShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“TextShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 690 活动
错误 CS1061 “TextShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“TextShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 691 活动
错误 CS1061 “TextShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“TextShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 692 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 694 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 700 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 706 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 708 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 714 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 720 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 727 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 727 活动
错误 CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 730 活动
错�� CS1061 “ShapeStyleViewModel”未包含“TextStyle”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“TextStyle”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 738 活动
错误 CS0103 当前上下文中不存在名称“State” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 757 活动
错误 CS1061 “ImageShapeViewModel”未包含“Key”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“Key”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 757 活动
错误 CS1061 “ImageShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 761 活动
错误 CS1061 “ImageShapeViewModel”未包含“TopLeft”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“TopLeft”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 762 活动
错误 CS1061 “ImageShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 763 活动
错误 CS1061 “ImageShapeViewModel”未包含“BottomRight”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“BottomRight”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 764 活动
错误 CS1061 “ImageShapeViewModel”未包含“Key”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“Key”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 767 活动
错误 CS0103 当前上下文中不存在名称“State” Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 779 活动
错误 CS1061 “ImageShapeViewModel”未包含“Key”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“Key”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 779 活动
错误 CS1061 “ImageShapeViewModel”未包含“Key”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“Key”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 781 活动
错误 CS1061 “ImageShapeViewModel”未包含“Key”的定义,并且找不到可接受第一个“ImageShapeViewModel”类型参数的可访问扩展方法“Key”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 785 活动
错误 CS1061 “PathShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“PathShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 800 活动
错误 CS1061 “PathShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“PathShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 800 活动
错误 CS1061 “PathShapeViewModel”未包含“IsFilled”的定义,并且找不到可接受第一个“PathShapeViewModel”类型参数的可访问扩展方法“IsFilled”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 810 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 812 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Fill”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Fill”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 813 活动
错误 CS1061 “PathShapeViewModel”未包含“IsStroked”的定义,并且找不到可接受第一个“PathShapeViewModel”类型参数的可访问扩展方法“IsStroked”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 825 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 829 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 830 活动
错误 CS1061 “ShapeStyleViewModel”未包含“Stroke”的定义,并且找不到可接受第一个“ShapeStyleViewModel”类型参数的可访问扩展方法“Stroke”(是否缺少 using 指令或程序集引用?) Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 831 活动
错误 CS1061 “LibraryViewModel”未包含“Items”的定义,并且找不到可接受第一个“LibraryViewModel”类型参数的可访问扩展方法“Items”(是否缺少 using 指令或程序集引用?) Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\ListBoxDropHandler.cs 18 活动
错误 CS1061 “LibraryViewModel”未包含“Items”的定义,并且找不到可接受第一个“LibraryViewModel”类型参数的可访问扩展方法“Items”(是否缺少 using 指令或程序集引用?) Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\ListBoxDropHandler.cs 27 活动
错误 CS1061 “LibraryViewModel”未包含“Items”的定义,并且找不到可接受第一个“LibraryViewModel”类型参数的可访问扩展方法“Items”(是否缺少 using 指令或程序集引用?) Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\ListBoxDropHandler.cs 28 活动
错误 CS1061 “T”未包含“Name”的定义,并且找不到可接受第一个“T”类型参数的可访问扩展方法“Name”(是否缺少 using 指令或程序集引用?) Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Behaviors\DragAndDrop\ListBoxDropHandler.cs 42 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 33 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461), Core2D (net6.0) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.Dxf\DxfRenderer.cs 39 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\App.axaml.cs 56 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll 创建分析器 Core2D.Generators.AutoNotifyGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\CSC 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll 创建分析器 Core2D.Generators.StaticViewLocatorGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\CSC 1 活动
警告 CS8032 无法从 C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\analyzers\dotnet\cs\System.Text.Json.SourceGeneration.dll 创建分析器 System.Text.Json.SourceGeneration.JsonSourceGenerator 的实例: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\CSC 1 活动
警告 CS8613 “Task AvaloniaImageImporter.GetImageKeyAsync()”的返回类型中引用类型的为 Null 性与隐式实现的成员“Task<string?> IImageImporter.GetImageKeyAsync()”不匹配。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Editor\AvaloniaImageImporter.cs 27 活动
警告 CS8769 参数“bytes”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteBinary(Stream stream, byte[]? bytes)”不匹配(可能是由于为 Null 性特性)。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs 49 活动
警告 CS8769 参数“text”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteUtf8Text(Stream stream, string? text)”不匹配(可能是由于为 Null 性特性)。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs 61 活动
警告 CS8769 参数“text”类型中引用类型的为 Null 性与实现的成员“void IFileSystem.WriteUtf8Text(string path, string? text)”不匹配(可能是由于为 Null 性特性)。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\FileSystem.DotNet\DotNetFileSystem.cs 73 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs 25 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.PdfSharp\PdfSharpRenderer.cs 32 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.SkiaSharp\SkiaSharpRendererViewModel.cs 9 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\Modules\Renderer.WinForms\WinFormsRenderer.cs 34 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Designer\DesignerContext.cs 100 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ArcToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ArcToolViewModel.cs 30 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\CubicBezierToolViewModel.cs 22 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\CubicBezierToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\EllipseToolViewModel.cs 27 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\EllipseToolViewModel.cs 31 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ImageToolViewModel.cs 22 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\ImageToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\LineToolViewModel.cs 22 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\LineToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\NoneToolViewModel.cs 14 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\NoneToolViewModel.cs 18 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PathToolViewModel.cs 35 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PathToolViewModel.cs 45 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\ArcPathToolViewModel.cs 29 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\ArcPathToolViewModel.cs 35 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\CubicBezierPathToolViewModel.cs 23 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\CubicBezierPathToolViewModel.cs 29 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\LinePathToolViewModel.cs 23 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\LinePathToolViewModel.cs 29 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\MovePathToolViewModel.cs 18 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\MovePathToolViewModel.cs 23 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\QuadraticBezierPathToolViewModel.cs 23 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\Path\QuadraticBezierPathToolViewModel.cs 29 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PointToolViewModel.cs 19 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\PointToolViewModel.cs 23 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\QuadraticBezierToolViewModel.cs 22 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\QuadraticBezierToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\RectangleToolViewModel.cs 22 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\RectangleToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\SelectionToolViewModel.cs 28 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\SelectionToolViewModel.cs 32 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\TextToolViewModel.cs 22 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Editor\Tools\TextToolViewModel.cs 26 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs 20 活动
警告 CS8632 只能在 "#nullable" 注释上下文内的代码中使用可为 null 的引用类型的注释。 Core2D (net461) D:\VsCodeProject\Core2D\src\Core2D\ViewModels\Renderer\NodeRendererViewModel.cs 28 活动
警告 CS8032 无法从 C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\analyzers\dotnet\cs\System.Text.Json.SourceGeneration.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 System.Text.Json.SourceGeneration.JsonSourceGenerator。 Avalonia.Screenshot (net6.0) 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 Core2D.Generators.AutoNotifyGenerator。 Core2D (net461) 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 Core2D.Generators.AutoNotifyGenerator。 Core2D (net461) 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 Core2D.Generators.StaticViewLocatorGenerator。 Core2D (net461) 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 Core2D.Generators.StaticViewLocatorGenerator。 Core2D (net461) 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 Core2D.Generators.AutoNotifyGenerator。 Core2D (net6.0) 1 活动
警告 CS8032 无法从 D:\VsCodeProject\Core2D\src\Core2D.Generators\bin\Debug\netstandard2.0\Core2D.Generators.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 Core2D.Generators.StaticViewLocatorGenerator。 Core2D (net6.0) 1 活动
警告 CS8032 无法从 C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\analyzers\dotnet\cs\System.Text.Json.SourceGeneration.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 System.Text.Json.SourceGeneration.JsonSourceGenerator。 Core2D (net6.0) 1 活动
警告 CS8032 无法从 C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\analyzers\dotnet\cs\System.Text.Json.SourceGeneration.dll: 未能加载文件或程序集“Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 创建分析器实例 System.Text.Json.SourceGeneration.JsonSourceGenerator。 Core2D.Desktop (net6.0) 1 活动

@wieslawsoltes wieslawsoltes changed the title not working Sep 23, 2021
@wieslawsoltes
Copy link
Owner

You need .NET 6 SKD installed version 6.0.100-rc.1.21458.32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants