CNinnovation.Codebreaker.BackendModels 3.8.0

Prefix Reserved
dotnet add package CNinnovation.Codebreaker.BackendModels --version 3.8.0
                    
NuGet\Install-Package CNinnovation.Codebreaker.BackendModels -Version 3.8.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="CNinnovation.Codebreaker.BackendModels" Version="3.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CNinnovation.Codebreaker.BackendModels" Version="3.8.0" />
                    
Directory.Packages.props
<PackageReference Include="CNinnovation.Codebreaker.BackendModels" />
                    
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 CNinnovation.Codebreaker.BackendModels --version 3.8.0
                    
#r "nuget: CNinnovation.Codebreaker.BackendModels, 3.8.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 CNinnovation.Codebreaker.BackendModels@3.8.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=CNinnovation.Codebreaker.BackendModels&version=3.8.0
                    
Install as a Cake Addin
#tool nuget:?package=CNinnovation.Codebreaker.BackendModels&version=3.8.0
                    
Install as a Cake Tool

CNinnovation.Codebreaker.BackendModels

This library contains backend models for the Codebreaker app. Reference this library when creating a Codebreaker service, or use it from data access libraries. See https://github.com/codebreakerapp for more information on the complete solution.

See Codebreakerlight for a simple version of the Codebreaker solution with a Wiki to create your own Codebreaker service.

Types available in this package

Main types

Type Description
Game This represents the game state.
Move This represents a move in the game.
GameSummary This represents the game information, and is used e.g. from the monitoring service

Supporting types

Type Description
CodebreakerException Exceptions thrown within the backend.
CodebreakerExceptionCodes Constants of exception codes.
GameExtensions Extension methods for the Game type.
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 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on CNinnovation.Codebreaker.BackendModels:

Package Downloads
CNinnovation.Codebreaker.Cosmos

This library contains Azure Cosmos DB data access for the Codebreaker backend services. See https://github.com/codebreakerapp for more information on the complete solution.

CNinnovation.Codebreaker.SqlServer

This library contains SQL Server data access for the Codebreaker backend services. See https://github.com/codebreakerapp for more information on the complete solution.

CNinnovation.Codebreaker.Postgres

This library contains PostgreSQL data access for the Codebreaker backend services. See https://github.com/codebreakerapp for more information on the complete solution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.8.0 657 11/16/2024
3.7.0 507 5/27/2024
3.6.0-beta.27 126 4/15/2024
3.6.0-beta.26 101 4/2/2024