VOOZH about

URL: https://www.nuget.org/packages/SA3D.Common/

⇱ NuGet Gallery | SA3D.Common 1.5.0




👁 Image
SA3D.Common 1.5.0

dotnet add package SA3D.Common --version 1.5.0
 
 
NuGet\Install-Package SA3D.Common -Version 1.5.0
 
 
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="SA3D.Common" Version="1.5.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SA3D.Common" Version="1.5.0" />
 
Directory.Packages.props
<PackageReference Include="SA3D.Common" />
 
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 SA3D.Common --version 1.5.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SA3D.Common, 1.5.0"
 
 
#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 SA3D.Common@1.5.0
 
 
#: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=SA3D.Common&version=1.5.0
 
Install as a Cake Addin
#tool nuget:?package=SA3D.Common&version=1.5.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

SA3D.Common

Code reused all throughout the SA3D Code Library.


Namespaces and their contents

Namespace Contents
SA3D.Common Various Utility Methods
SA3D.Common.Lookup 2-way pointer dictionaries for storing pairs with unique values and unique addresses
SA3D.Common.Ini Ini data de/serializer.
SA3D.Common.IO Data reader and writer, as well as Executable utilities.
SA3D.Common.Converters Various converters, mostly used in conjunction with Ini data.

Utility classes

Class Function
DistinctMap<T> For calculating and storing distinct values and an index mapping.
FlagHelper Flag values from 8 to 64 bits.
CollectionExtensions Collection utility methods.
MathHelper Various mathematical functionalities. Primarily contains angle related methods so far.
RegionMarker Used to define and check "regions" in a 1 dimensional sequence.
StringExtensions Various extensions for formatting and generating strings.

Releasing

!! Requires authorization via the X-Hax organisation

  1. Edit the version number in src/SA3D.Common/SA3D.Common.csproj; Example: <Version>1.0.0</Version><Version>2.0.0</Version>
  2. Commit the change but dont yet push.
  3. Tag the commit: git tag -a [version number] HEAD -m "Release version [version number]"
  4. Push with tags: git push --follow-tags

This will automatically start the Github Build and Publish workflow

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 SA3D.Common:

Package Downloads
SA3D.Texturing

Texture data handler

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.0 701 8/2/2024
1.4.7 480 4/7/2024
1.4.6 599 2/7/2024
1.4.5 601 1/26/2024
1.4.4 579 12/2/2023
1.4.3 692 11/23/2023
1.4.2 761 11/5/2023
1.4.1 423 11/5/2023
1.4.0 456 11/5/2023
1.3.4 447 11/5/2023
1.3.3 450 11/5/2023
1.3.2 446 11/5/2023
1.3.1 451 11/5/2023
1.3.0 459 11/4/2023
1.2.2 430 11/2/2023
1.2.1 490 10/29/2023
1.2.0 475 10/27/2023
1.1.0 525 10/22/2023
1.0.7 539 10/21/2023
1.0.6 462 10/21/2023
Loading failed