GDFDashboard 0.6.0-preview.3

This is a prerelease version of GDFDashboard.
dotnet add package GDFDashboard --version 0.6.0-preview.3
                    
NuGet\Install-Package GDFDashboard -Version 0.6.0-preview.3
                    
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="GDFDashboard" Version="0.6.0-preview.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GDFDashboard" Version="0.6.0-preview.3" />
                    
Directory.Packages.props
<PackageReference Include="GDFDashboard" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GDFDashboard --version 0.6.0-preview.3
                    
#r "nuget: GDFDashboard, 0.6.0-preview.3"
                    
#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.
#:package GDFDashboard@0.6.0-preview.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GDFDashboard&version=0.6.0-preview.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GDFDashboard&version=0.6.0-preview.3&prerelease
                    
Install as a Cake Tool

GDFDashboard

Organization Member Management

  • Organization/ShowMembersList shows organization members first, then pending invitations.
  • Creating a new member invitation is handled by Organization/NewInvitationForm so business lookups for seat plans and payment availability run only on the invitation page.

Project Member Management

  • Project/ShowMembersList uses PageBuilder table and action components, with localized vertical permission headers for organization and project permission enums.
  • Project pages and sidebar actions must use the effective project permission helpers in GDFDashboardViewTools; organization-level permissions are folded into project permissions before views decide which actions or sections are available.

Project Connection Token

  • Project/ShowProjectConnectionToken lets an authenticated project member generate a short-lived Dashboard connection token for a project.
  • POST /api/v1/project/connection exchanges that token for the current Dashboard TokenPair and the project configuration returned from Dashboard data management.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.0-preview.3 0 6/10/2026
0.6.0-preview.2 0 6/10/2026
0.6.0-preview.1 0 6/10/2026

note