DrawGo.Plugin.Base 1.0.2267

There is a newer version of this package available.
See the version list below for details.
dotnet add package DrawGo.Plugin.Base --version 1.0.2267
                    
NuGet\Install-Package DrawGo.Plugin.Base -Version 1.0.2267
                    
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.2267" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DrawGo.Plugin.Base" Version="1.0.2267" />
                    
Directory.Packages.props
<PackageReference Include="DrawGo.Plugin.Base" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DrawGo.Plugin.Base --version 1.0.2267
                    
#r "nuget: DrawGo.Plugin.Base, 1.0.2267"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DrawGo.Plugin.Base@1.0.2267
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DrawGo.Plugin.Base&version=1.0.2267
                    
Install as a Cake Addin
#tool nuget:?package=DrawGo.Plugin.Base&version=1.0.2267
                    
Install as a Cake Tool

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

  1. Create .NET library project with the name ends with Extensions, set Target Framework net8.0.
  2. Install NuGet package DrawGo.Plugin.Base.
  3. Install NuGet package DrawGo.Plugin.MSBuild.
  4. Create new class derived from DrawGo.Plugin.Base.MacroCommand.
  5. Add DrawGo.Plugin.Base.Attributes.ExportAttribute: [Export(Name = "YOUR MacroCommand name", Category = "Desired category", Description = "Macro Command description", Platform = MacroPlatform.All)].
  6. For all input/output properties add DrawGo.Plugin.Base.Attributes.FieldAttributesAttribute: [FieldAttributes(Name = "MyProperty", Type = DataType.Number)].
  7. Build NuGet package.
Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 207 3/18/2024
1.0.2382 166 3/18/2024
1.0.2363 182 2/27/2024
1.0.2346 181 2/18/2024
1.0.2311 189 1/30/2024
1.0.2309 149 1/30/2024
1.0.2307 154 1/30/2024
1.0.2305 164 1/30/2024
1.0.2284 178 1/29/2024
1.0.2278 186 1/29/2024
1.0.2267 196 1/29/2024
1.0.2265 174 1/29/2024
1.0.2259 177 1/28/2024
1.0.2111 233 12/26/2023
1.0.2045 205 11/25/2023
1.0.2019 120 11/9/2023
1.0.1766 232 5/13/2023
1.0.0 355 5/13/2023