WW.Cad_Net8.0 8.0.2025.3212-trial

This is a prerelease version of WW.Cad_Net8.0.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package WW.Cad_Net8.0 --version 8.0.2025.3212-trial
                    
NuGet\Install-Package WW.Cad_Net8.0 -Version 8.0.2025.3212-trial
                    
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="WW.Cad_Net8.0" Version="8.0.2025.3212-trial" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WW.Cad_Net8.0" Version="8.0.2025.3212-trial" />
                    
Directory.Packages.props
<PackageReference Include="WW.Cad_Net8.0" />
                    
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 WW.Cad_Net8.0 --version 8.0.2025.3212-trial
                    
#r "nuget: WW.Cad_Net8.0, 8.0.2025.3212-trial"
                    
#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 WW.Cad_Net8.0@8.0.2025.3212-trial
                    
#: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=WW.Cad_Net8.0&version=8.0.2025.3212-trial&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WW.Cad_Net8.0&version=8.0.2025.3212-trial&prerelease
                    
Install as a Cake Tool

For the .NET Windows version of this library with Win Forms, WPF and OpenGL rendering please visit https://www.woutware.com/net/cad.

For examples see https://github.com/woutware/WW.Cad_Net6.0_Examples.

This is an evaluation version only.

WW.Cad.Net.8.0 is a .NET 8.0 multi-platform library used by many companies around the world to create, read, write, modify and display AutoCAD DWG and DXF files. AutoCAD drawings can be displayed using Avalonia, see package WW.Cad.Avalonia_Net8.0. It can also export AutoCAD drawings to image, PDF and SVG.

To try the software, a trial license must be obtained from: https://www.woutware.com/SoftwareLicenses. The library has to be initialized before use with a call to method WW.WWLicense.SetLicense(string licenseString).

For documentation see: http://www.woutware.com/doc/NetCore2.0/index.html. For questions just visit the forum on https://www.woutware.com/Forum/Board/10/questions-and-general-support.

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 (1)

Showing the top 1 NuGet packages that depend on WW.Cad_Net8.0:

Package Downloads
WW.Cad.Avalonia_Net8.0

For the .NET Windows version of this library with Win Forms, WPF and OpenGL rendering please visit https://www.woutware.com/net/cad. For examples see https://github.com/woutware/WW.Cad_Net6.0_Examples. This is an evaluation version only. This package contains an Avalonia view in WW.Cad.Avalonia.Views.CadView to display AutoCAD drawings (DWG and DXF files).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.2025.7232-trial 7 7/23/2025
8.0.2025.7041-trial 74 7/4/2025
8.0.2025.6042-trial 139 6/4/2025
8.0.2025.6041-trial 111 6/4/2025
8.0.2025.3212-trial 386 3/21/2025
8.0.2025.3211-trial 129 3/20/2025
8.0.2025.3201-trial 128 3/20/2025
8.0.2025.2071-trial 137 2/11/2025
8.0.2025.1241-trial 86 1/24/2025
8.0.2025.1232-trial 66 1/23/2025
8.0.2025.1231-trial 60 1/23/2025
8.0.2025.1221-trial 74 1/22/2025
8.0.2025.1151-trial 69 1/15/2025
8.0.2024.9111-trial 137 9/25/2024

- Removed properties SvgExportOptions.LayoutName and LayoutIndex and replaced with property Layout (type DxfLayout).