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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Library including some code functions and extensions to use on FD.Blazor Components.
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. |
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 | 667 | 8/17/2022 |
1.0.8.3 | 623 | 7/20/2021 |
1.0.7.9 | 326 | 7/19/2021 |
1.0.7.8 | 349 | 7/18/2021 |
1.0.7.7 | 423 | 7/17/2021 |
1.0.7.6 | 355 | 7/17/2021 |
1.0.7 | 1,130 | 6/25/2021 |
1.0.6 | 411 | 6/21/2021 |
1.0.5 | 355 | 6/18/2021 |
1.0.4 | 361 | 6/16/2021 |
1.0.3 | 388 | 6/16/2021 |
1.0.2 | 580 | 6/14/2021 |
1.0.1 | 391 | 6/12/2021 |
1.0.0 | 513 | 6/12/2021 |
- Add method to determines if a method is running asynchronously.