joshika39.Core
1.3.6
dotnet add package joshika39.Core --version 1.3.6
NuGet\Install-Package joshika39.Core -Version 1.3.6
<PackageReference Include="joshika39.Core" Version="1.3.6" />
<PackageVersion Include="joshika39.Core" Version="1.3.6" />
<PackageReference Include="joshika39.Core" />
paket add joshika39.Core --version 1.3.6
#r "nuget: joshika39.Core, 1.3.6"
#addin nuget:?package=joshika39.Core&version=1.3.6
#tool nuget:?package=joshika39.Core&version=1.3.6
C# Tools Library
joshika39.Core
meant to enhance the basic C# functionalities, like the Console.Readline
or storing data in json
format. The project is actively being updated. If you have any enchantment idea create an Enhancement Issue or a Bug on that matter.
Stats
Setting up
As a package
- Download the
Core
package from nuget.org via any Nuget package manager - Downlaod it from github.com via any Nuget package manager
How to start
First you have to create a new ServiceCollection
and then create an instance from the CoreModule
class.
Then call the LoadModules
function of the CoreModule
class with the desired namespace.
NOTE: The namespace is the scope of your project which uses the
joshika39.Core
package
Finally you can use the implementations from the result of the collection.BuildServiceProvider()
which has a type of IServiceProvider
Example
var collection = new ServiceCollection();
new CoreModule().LoadModules(collection, "reader-tests");
var provider = collection.BuildServiceProvider();
Check the Wiki for further details.
Features
-
Console
functionalities -
Json
functionalities -
File
functionalities -
String
functionalities
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-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. 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. |
-
net6.0
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on joshika39.Core:
Package | Downloads |
---|---|
joshika39.GameFramework.Core
Board based game creation logics |
|
joshika39.UiFramework.Forms
Windows Forms MVC Library. It has the basic implementation for MVC developement. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.6 | 151 | 5/6/2024 |
1.3.4 | 519 | 12/18/2023 |
1.3.3 | 1,903 | 11/7/2023 |
1.3.2 | 103 | 11/7/2023 |
1.3.1 | 118 | 11/7/2023 |
1.3.0 | 122 | 11/6/2023 |
1.2.1 | 125 | 11/4/2023 |
1.2.0 | 122 | 11/4/2023 |
1.1.10-rc1 | 143 | 10/23/2023 |
1.1.9 | 170 | 10/14/2023 |
1.1.8 | 124 | 10/10/2023 |
1.1.7 | 134 | 10/9/2023 |
1.1.6 | 126 | 10/9/2023 |
1.1.5 | 114 | 10/9/2023 |
1.1.4 | 125 | 10/9/2023 |
1.1.3 | 161 | 10/9/2023 |
1.1.2 | 133 | 10/6/2023 |
1.1.1 | 127 | 10/4/2023 |
1.1.0 | 123 | 10/4/2023 |
1.0.1-preview0002 | 112 | 10/4/2023 |
1.0.0-preview0001 | 155 | 9/21/2023 |