Codeboxes.Core 0.0.0

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

The Codeboxes framework

Author: Stefan Dubsky Copyright: 2024 Stefan Dubsky Licence: The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

https://tldrlegal.com/license/mit-license
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Codeboxes.Core:

Package Downloads
Codeboxes.Processing

This library gives you the option to process work sequentially and/or timed/repetitive.

Codeboxes.Ticking

The codeboxes ticking library gives you the possibility to get the running time of your application and a ticker, that informs you every second. Addintioanlly you can get the ntp internet time as a Now DateTime.

Codeboxes.Caching

The codeboxes caching library gives you the option to simple cache objects.

Codeboxes.Responding

The codeboxes responding library offers you the possibility to add targeted callbacks. The distributing and the storing libraries of the codeboxes framework are using responder of this library, so please see the documentation of these for some example code. Mostly the interfaces are used, so you can implement them as you like and create your own solution. But the ones provided by this library are multifunctional easy to use and ... ehm ... and ... well, a gift.

Codeboxes.Distributing

The codeboxes distributing library offers you the possibility to call unknown and distant objects. All you have to do is adding an implemented Cable to your Distributor of choice and then add some devices to a(nother) Distributor under the same name like the Cable. Your Cable and the devices should implement the same interface(s). When you then get the Cable from the Distributor and are calling a function or property on it, all devices (under the same name) will be called, too. If you added a device as class instead of an object, then on each call a new object of that class will be created.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.8 47 4/26/2025
0.0.7 46 4/26/2025
0.0.6 232 1/4/2025
0.0.5 124 12/26/2024
0.0.4 95 12/25/2024
0.0.3 92 12/24/2024
0.0.2 96 12/24/2024
0.0.1 99 12/21/2024
0.0.0 95 12/21/2024

Work in progress