DataJuggler.Net.Core
2.0.8-Rc1
See the version list below for details.
dotnet add package DataJuggler.Net.Core --version 2.0.8-Rc1
NuGet\Install-Package DataJuggler.Net.Core -Version 2.0.8-Rc1
<PackageReference Include="DataJuggler.Net.Core" Version="2.0.8-Rc1" />
paket add DataJuggler.Net.Core --version 2.0.8-Rc1
#r "nuget: DataJuggler.Net.Core, 2.0.8-Rc1"
// Install DataJuggler.Net.Core as a Cake Addin #addin nuget:?package=DataJuggler.Net.Core&version=2.0.8-Rc1&prerelease // Install DataJuggler.Net.Core as a Cake Tool #tool nuget:?package=DataJuggler.Net.Core&version=2.0.8-Rc1&prerelease
I added two new items:
DataJuggler.Net.Core.Delegates:
/// <summary> /// This delegate is used to recieve notification event if an item is added, removed or changed. /// </summary> /// <param name="itemChanged"></param> /// <param name="changeType"></param> public delegate void ItemChangedCallback(object itemChanged, ChangeTypeEnum changeType);
DataJuggler.Net.Core.Enumerations:
/// <summary> /// This enum contains choices that describe what type of a change occurred. /// </summary> public enum ChangeTypeEnum : int { ItemRemoved = -1, Unknown = 0, ItemAdded = 1, ItemChanged = 2 }
This is part of DataTier.,Net Blazor Integration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- DataJuggler.UltimateHelper.Core (>= 1.0.8-Rc1)
- System.Data.SqlClient (>= 4.7.0-rc1.19456.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
I updated the Nuget package for System.Data.SqlClient Rc1 from preview 9.