Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PreserveCompilationContext>true</PreserveCompilationContext>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>BoldBI.Embed.Sample</RootNamespace>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Applying Dashboard Parameters for Widget Embedding using .NET Core

This project was created using ASP.NET Core 6.0. This application aims to demonstrate how to showcase the implementation of dashboard parameters in a BoldBI widget through JavaScript Embedding.
This project was created using ASP.NET Core 8.0. This application aims to demonstrate how to showcase the implementation of dashboard parameters in a BoldBI widget through JavaScript Embedding.

## Dashboard view

![Dashboard-View](https://github.com/boldbi/samples/assets/92368448/a79b6660-10f9-4f9a-a4ee-e03832db57dd)

## Requirements/Prerequisites

* [.NET Core 6.0](https://dotnet.microsoft.com/download/dotnet-core)
* [Visual Studio Code](https://code.visualstudio.com/download)

### Supported browsers
* [.NET Core 8.0](https://dotnet.microsoft.com/download/dotnet-core)
* [Visual Studio Code](https://code.visualstudio.com/download)
#### Supported browsers

* Google Chrome, Microsoft Edge and Mozilla Firefox.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.31.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.31.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.6.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.3" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Scenario Based Samples/Iframe Full Server Embedding/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Bold BI Full Server Based Embedding in ASP.NET Core MVC using IFrame

This project was created using ASP.NET Core 6.0. The application aims to demonstrate how to render Bold BI server with JWT Authentication in Iframe Embedding.
This project was created using ASP.NET Core 8.0. The application aims to demonstrate how to render Bold BI server with JWT Authentication in Iframe Embedding.

## Bold BI Server Embedding view

![Bold BI Server View](https://github.com/boldbi/samples/assets/129487075/37e0af6a-bd96-478c-ae91-5948840f257d)

## Requirements/Prerequisites

* [.NET Core 6.0](https://dotnet.microsoft.com/download/dotnet-core)
* [.NET Core 8.0](https://dotnet.microsoft.com/download/dotnet-core)

### Supported browsers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
* [Visual Studio Code](https://code.visualstudio.com/download)

### Supported browsers
* [.NET Core 8.0](https://dotnet.microsoft.com/download/dotnet-core)
Comment thread
This conversation was marked as resolved.
Outdated
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
* [Visual Studio Code](https://code.visualstudio.com/download)

#### Supported browsers

* Google Chrome, Microsoft Edge and Mozilla Firefox.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<SpaRoot>ClientApp\</SpaRoot>
<SpaProxyServerUrl>https://localhost:44459</SpaProxyServerUrl>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bold BI Embedded Sample in Angular with ASP.NET Core

This project was created using ASP.NET Core 6.0. This application aims to demonstrate how to render the dashboard by embedding if you have restricted external scripts in your application.
This project was created using ASP.NET Core 8.0. This application aims to demonstrate how to render the dashboard by embedding if you have restricted external scripts in your application.

## Dashboard view

Expand All @@ -24,14 +24,12 @@ This project was created using ASP.NET Core 6.0. This application aims to demons

* Inside the `renderDashboard` method in `dashboard-listing.component.ts` file,include nonce member in the embed Options and provide value as the same generic Id which was used inside the meta tag.

* Refer this sample to know how the nonce value has been configured.
## Requirements/Prerequisites

* [.NET Core 8.0](https://dotnet.microsoft.com/en-us/download/dotnet-core)
* [Node.js](https://nodejs.org/en/)

## Requirements/Prerequisites

* [.NET Core 6.0](https://dotnet.microsoft.com/en-us/download/dotnet-core)
* [Node.js](https://nodejs.org/en/)

> **NOTE:** Node.js v14.20 to v18.18 are supported
> **NOTE:** Node.js v18.17 to v20.15 are supported

### Help link

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>BoldBI.Embed.Sample</RootNamespace>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Scenario Based Samples/Save-and-SaveAs-Filter-View/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Bold BI Dashboard Views Sample in ASP.NET Core

This project was created using ASP.NET Core 6.0. This application aims to demonstrate how to customize BoldBI dashboards with the Dashboard Views API in JavaScript embedding.
This project was created using ASP.NET Core 8.0. This application aims to demonstrate how to customize BoldBI dashboards with the Dashboard Views API in JavaScript embedding.

## Dashboard views in JavaScript Embedding

![DashboardViews](https://github.com/boldbi/aspnet-core-sample/assets/91586758/4af68f49-ffc0-400a-a323-55a3f3600a1d)

## Requirements/Prerequisites

* [.NET Core 6.0](https://dotnet.microsoft.com/download/dotnet-core)
* [Visual Studio Code](https://code.visualstudio.com/download)
* [.NET Core 8.0](https://dotnet.microsoft.com/download/dotnet-core)
Comment thread
This conversation was marked as resolved.
Outdated
* [Visual Studio Code](https://code.visualstudio.com/download)

### Supported browsers

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Applying Widget-based filter for Widget Embedding in React with ASP.NET Core

This project was created using ASP.NET Core 6.0. This application aims to demonstrate how to showcase the implementation of widget-based filtering in a BoldBI widget through JavaScript Embedding.
This project was created using ASP.NET Core 8.0. This application aims to demonstrate how to showcase the implementation of widget-based filtering in a BoldBI widget through JavaScript Embedding.

## Widget view

![Widget-view](https://github.com/boldbi/samples/assets/129487075/857fd291-9498-4155-a9cc-f040c7c9be53)

## Requirements/Prerequisites

* [.NET Core 6.0](https://dotnet.microsoft.com/download/dotnet-core)
* [.NET Core 8.0](https://dotnet.microsoft.com/download/dotnet-core)
* [Visual Studio Code](https://code.visualstudio.com/download)
* [Node.js](https://nodejs.org/en/)

> **NOTE:** Node.js v14.16 to v20.14 are supported
> **NOTE:** Node.js v18.17 to v20.14 are supported

### Supported browsers

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
<IsPackable>false</IsPackable>
Expand Down