FreelanceDevelopers.Blazor.Core
1.0.7.7
See the version list below for details.
dotnet add package FreelanceDevelopers.Blazor.Core --version 1.0.7.7
NuGet\Install-Package FreelanceDevelopers.Blazor.Core -Version 1.0.7.7
<PackageReference Include="FreelanceDevelopers.Blazor.Core" Version="1.0.7.7" />
paket add FreelanceDevelopers.Blazor.Core --version 1.0.7.7
#r "nuget: FreelanceDevelopers.Blazor.Core, 1.0.7.7"
// Install FreelanceDevelopers.Blazor.Core as a Cake Addin #addin nuget:?package=FreelanceDevelopers.Blazor.Core&version=1.0.7.7 // Install FreelanceDevelopers.Blazor.Core as a Cake Tool #tool nuget:?package=FreelanceDevelopers.Blazor.Core&version=1.0.7.7
Library including some code functions and extensions to use on FD.Blazor Components.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. 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. |
-
net5.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FreelanceDevelopers.Blazor.Core:
Package | Downloads |
---|---|
FreelanceDevelopers.SampleData
Library for adding sample data context to test applications, use sqlite in memory database to keep data and allow initial seeding. |
|
FreelanceDevelopers.Blazor.DataTable
Blazor DataTable component, implemented using virtualization. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 83 | 1/28/2025 |
1.0.9 | 717 | 8/17/2022 |
1.0.8.3 | 632 | 7/20/2021 |
1.0.7.9 | 335 | 7/19/2021 |
1.0.7.8 | 358 | 7/18/2021 |
1.0.7.7 | 432 | 7/17/2021 |
1.0.7.6 | 364 | 7/17/2021 |
1.0.7 | 1,139 | 6/25/2021 |
1.0.6 | 421 | 6/21/2021 |
1.0.5 | 364 | 6/18/2021 |
1.0.4 | 370 | 6/16/2021 |
1.0.3 | 397 | 6/16/2021 |
1.0.2 | 589 | 6/14/2021 |
1.0.1 | 400 | 6/12/2021 |
1.0.0 | 526 | 6/12/2021 |
- Add capability of queue synchronous and asynchronous tasks on ProducerConsumerQueue and TaskQueue.
- Change CompletedTask event handler for TaskQueue to remove from tracking dictionary completed task.