FreelanceDevelopers.Blazor.Core 1.0.9

dotnet add package FreelanceDevelopers.Blazor.Core --version 1.0.9
NuGet\Install-Package FreelanceDevelopers.Blazor.Core -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FreelanceDevelopers.Blazor.Core" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FreelanceDevelopers.Blazor.Core --version 1.0.9
#r "nuget: FreelanceDevelopers.Blazor.Core, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FreelanceDevelopers.Blazor.Core as a Cake Addin
#addin nuget:?package=FreelanceDevelopers.Blazor.Core&version=1.0.9

// Install FreelanceDevelopers.Blazor.Core as a Cake Tool
#tool nuget:?package=FreelanceDevelopers.Blazor.Core&version=1.0.9

Library including some code functions and extensions to use on FD.Blazor Components.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.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.0.9 622 8/17/2022
1.0.8.3 566 7/20/2021
1.0.7.9 306 7/19/2021
1.0.7.8 327 7/18/2021
1.0.7.7 404 7/17/2021
1.0.7.6 335 7/17/2021
1.0.7 1,021 6/25/2021
1.0.6 380 6/21/2021
1.0.5 330 6/18/2021
1.0.4 343 6/16/2021
1.0.3 364 6/16/2021
1.0.2 531 6/14/2021
1.0.1 373 6/12/2021
1.0.0 482 6/12/2021

- Add method to determines if a method is running asynchronously.