Codeboxes.Core
0.0.6
dotnet add package Codeboxes.Core --version 0.0.6
NuGet\Install-Package Codeboxes.Core -Version 0.0.6
<PackageReference Include="Codeboxes.Core" Version="0.0.6" />
paket add Codeboxes.Core --version 0.0.6
#r "nuget: Codeboxes.Core, 0.0.6"
// Install Codeboxes.Core as a Cake Addin #addin nuget:?package=Codeboxes.Core&version=0.0.6 // Install Codeboxes.Core as a Cake Tool #tool nuget:?package=Codeboxes.Core&version=0.0.6
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 | Versions 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. |
-
net8.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Codeboxes.Core:
Package | Downloads |
---|---|
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.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.Caching
The codeboxes caching library gives you the option to simple cache objects. |
|
Codeboxes.Interpreting
The codeboxes interpreting library gives you some tools to interpret string values into usable Objects. You can get usable Objects for formulars and cron expressions. But you have to take care of your given strings by yourself, to be well formed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Work in progress