Chickensoft.GoDotCollections
1.1.1-beta3
See the version list below for details.
dotnet add package Chickensoft.GoDotCollections --version 1.1.1-beta3
NuGet\Install-Package Chickensoft.GoDotCollections -Version 1.1.1-beta3
<PackageReference Include="Chickensoft.GoDotCollections" Version="1.1.1-beta3" />
paket add Chickensoft.GoDotCollections --version 1.1.1-beta3
#r "nuget: Chickensoft.GoDotCollections, 1.1.1-beta3"
// Install Chickensoft.GoDotCollections as a Cake Addin
#addin nuget:?package=Chickensoft.GoDotCollections&version=1.1.1-beta3&prerelease
// Install Chickensoft.GoDotCollections as a Cake Tool
#tool nuget:?package=Chickensoft.GoDotCollections&version=1.1.1-beta3&prerelease
GoDotCollections
Chickensoft's collections collection.
Sometimes you need a collection abstraction that just isn't present in dotnet. Well, here you are.
Install
If you're using Godot 3.x, use ⇐ 1.0.0:
<PackageReference Include="Chickensoft.GoDotCollections" Version="1.0.0" />
If you're using Godot 4 Beta 1, use the latest version on Nuget.
Map
A typed facade over OrderedDictionary
. Provides a basic mechanism to store strongly typed keys and values (preserving key insertion order).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android 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. |
-
net6.0
- Godot.SourceGenerators (>= 4.0.0-beta.3)
- GodotSharp (>= 4.0.0-beta.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Chickensoft.GoDotCollections:
Package | Downloads |
---|---|
Chickensoft.GoDotTest
C# test runner for Godot. Run tests from the command line, collect code coverage, and debug tests in VSCode. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Chickensoft.GoDotCollections:
Repository | Stars |
---|---|
chickensoft-games/GameDemo
The Chickensoft Game Demo — a fully tested, third-person 3D game built with Godot and C#.
|
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 507 | 10/27/2023 |
1.3.4 | 7,619 | 4/1/2023 |
1.3.2 | 150 | 4/1/2023 |
1.3.1 | 156 | 4/1/2023 |
1.3.0 | 160 | 4/1/2023 |
1.2.0-godot.4.beta.16 | 91 | 1/30/2023 |
1.2.0-beta8 | 77 | 12/17/2022 |
1.2.0-beta6 | 71 | 11/24/2022 |
1.2.0-beta.4.0.0.17 | 82 | 2/6/2023 |
1.1.2-beta3 | 85 | 10/29/2022 |
1.1.1-beta6 | 75 | 11/24/2022 |
1.1.1-beta3 | 77 | 10/29/2022 |
1.1.1-beta1 | 130 | 9/17/2022 |
1.1.0-beta1 | 135 | 9/17/2022 |
1.0.0 | 679 | 7/22/2022 |
0.0.3 | 839 | 6/20/2022 |
0.0.2 | 1,246 | 6/19/2022 |
0.0.1 | 361 | 6/19/2022 |
GoDotCollections release.