DrawGo.Plugin.Base
1.0.2346
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DrawGo.Plugin.Base --version 1.0.2346
NuGet\Install-Package DrawGo.Plugin.Base -Version 1.0.2346
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DrawGo.Plugin.Base" Version="1.0.2346" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DrawGo.Plugin.Base --version 1.0.2346
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DrawGo.Plugin.Base, 1.0.2346"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DrawGo.Plugin.Base as a Cake Addin #addin nuget:?package=DrawGo.Plugin.Base&version=1.0.2346 // Install DrawGo.Plugin.Base as a Cake Tool #tool nuget:?package=DrawGo.Plugin.Base&version=1.0.2346
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extension Development
Draw & GO is developed using microkernel architecture.
The abstract class MacroCommand is located in DrawGo.Plugin.Base library.
You can create extensions for any platform (Android, MacCatalyst, Windows, Tizen, Web).
Because of iOS limitation, there is no reason to create extension for iOS.
Draw & GO for iOS uses embedded extension (Not loaded dynamically).
Extension example
- Create .NET library project with the name ends with Extensions, set Target Framework
net8.0
. - Install NuGet package DrawGo.Plugin.Base.
- Install NuGet package DrawGo.Plugin.MSBuild.
- Create new class derived from DrawGo.Plugin.Base.MacroCommand.
- Add DrawGo.Plugin.Base.Attributes.ExportAttribute:
[Export(Name = "YOUR MacroCommand name", Category = "Desired category", Description = "Macro Command description", Platform = MacroPlatform.All)]
. - For all input/output properties add DrawGo.Plugin.Base.Attributes.FieldAttributesAttribute:
[FieldAttributes(Name = "MyProperty", Type = DataType.Number)]
. - Build NuGet package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.JSInterop (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2384 | 128 | 3/18/2024 |
1.0.2382 | 109 | 3/18/2024 |
1.0.2363 | 122 | 2/27/2024 |
1.0.2346 | 118 | 2/18/2024 |
1.0.2311 | 129 | 1/30/2024 |
1.0.2309 | 92 | 1/30/2024 |
1.0.2307 | 106 | 1/30/2024 |
1.0.2305 | 106 | 1/30/2024 |
1.0.2284 | 122 | 1/29/2024 |
1.0.2278 | 127 | 1/29/2024 |
1.0.2267 | 137 | 1/29/2024 |
1.0.2265 | 116 | 1/29/2024 |
1.0.2259 | 120 | 1/28/2024 |
1.0.2111 | 177 | 12/26/2023 |
1.0.2045 | 172 | 11/25/2023 |
1.0.2019 | 96 | 11/9/2023 |
1.0.1766 | 167 | 5/13/2023 |
1.0.0 | 280 | 5/13/2023 |