![]() |
VOOZH | about |
This nuget is not longer maintained. Please switch to the successor package `SharedNetCoreLibrary`.
dotnet add package RCoreSharp --version 1.0.9
NuGet\Install-Package RCoreSharp -Version 1.0.9
<PackageReference Include="RCoreSharp" Version="1.0.9" />
<PackageVersion Include="RCoreSharp" Version="1.0.9" />Directory.Packages.props
<PackageReference Include="RCoreSharp" />Project file
paket add RCoreSharp --version 1.0.9
#r "nuget: RCoreSharp, 1.0.9"
#:package RCoreSharp@1.0.9
#addin nuget:?package=RCoreSharp&version=1.0.9Install as a Cake Addin
#tool nuget:?package=RCoreSharp&version=1.0.9Install as a Cake Tool
is a small C# library containing helper functions and utilites. This core library is used in most of our .Net libraries.
Get the latest version from nuget.org<br>
👁 NuGet
👁 NuGet
The BaseModel can be inherit by any Model/ViewModel.
public class MyModel : BaseModel
{
bool _isSearching = false;
public bool IsSearching
{
get => _isSearching;
set
{
if (_isSearching == value)
return;
_isSearching = value;
OnPropertyChanged();
}
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on RCoreSharp:
| Package | Downloads |
|---|---|
|
GcodeParserSharp
A simple C# Gcode parser to read gcodes and get out the filament volume and estimated print time. |
|
|
KlipperSharpWebApi
A simple Rest-API library for interacting with a Klipper instance running Moonraker. |
|
|
GcodeParserSharp.Maui
A simple C# Gcode parser to read gcodes and get out the filament volume and estimated print time. |
|
|
LexOfficeSharpApi
A simple library to make REST-API calls to the LexOffice public API. |
|
|
StocksCoreApiSharp
A simple stocks api for our StocksWatch app. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.9 | 7,546 | 4/29/2023 | 1.0.9 is deprecated because it is no longer maintained. |
| 1.0.8 | 3,436 | 8/16/2022 | |
| 1.0.7 | 3,298 | 1/4/2022 | |
| 1.0.6 | 1,431 | 12/1/2021 |