Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
74 changes: 0 additions & 74 deletions .github/PULL_REQUEST_TEMPLATE/Bug.md

This file was deleted.

80 changes: 0 additions & 80 deletions .github/PULL_REQUEST_TEMPLATE/Feature.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Restore dependencies net8
run: dotnet restore EJ2CoreSampleBrowser_NET8.csproj
- name: Build .Net8 Project
run: dotnet build EJ2CoreSampleBrowser_NET8.csproj --no-restore
- name: Restore dependencies net9
run: dotnet restore EJ2CoreSampleBrowser_NET9.csproj
- name: Build .Net9 Project
run: dotnet build EJ2CoreSampleBrowser_NET9.csproj --no-restore
- name: Restore dependencies net10
run: dotnet restore EJ2CoreSampleBrowser_NET10.csproj
- name: Build .Net10 Project
run: dotnet build EJ2CoreSampleBrowser_NET10.csproj --no-restore
2 changes: 1 addition & 1 deletion Pages/AIAssistView/AIModels.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ejs-dropdownlist>
</div>
</e-content-template>
<e-aiassistview-attachmentsettings saveUrl=@Url.Content("http://localhost:62928/api/FileUploader/Save") removeUrl=@Url.Content("http://localhost:62928/api/FileUploader/Remove")></e-aiassistview-attachmentsettings>
<e-aiassistview-attachmentsettings saveUrl=@Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Save") removeUrl=@Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Remove")></e-aiassistview-attachmentsettings>
<e-aiassistview-footerToolbarSettings toolbarPosition="Bottom"> </e-aiassistview-footerToolbarSettings>
</ejs-aiassistview>
<ejs-toast id="toast" target=".e-views" timeOut="1500" showCloseButton="true">
Expand Down
2 changes: 1 addition & 1 deletion Pages/AIAssistView/Attachment.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="attachment-aiassistview">
<ejs-aiassistview id="aiAssistView" promptSuggestions="@Model.PromptSuggestionData" enableAttachments="true" bannerTemplate="#bannerContent" promptRequest="onPromptRequest">
<e-aiassistview-toolbarsettings items="@Model.Items" itemClicked="toolbarItemClicked"></e-aiassistview-toolbarsettings>
<e-aiassistview-attachmentsettings saveUrl=@Url.Content("http://localhost:62928/api/FileUploader/Save") removeUrl=@Url.Content("http://localhost:62928/api/FileUploader/Remove")></e-aiassistview-attachmentsettings>
<e-aiassistview-attachmentsettings saveUrl=@Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Save") removeUrl=@Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Remove")></e-aiassistview-attachmentsettings>
</ejs-aiassistview>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/AutoComplete/DataBinding.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class='content'>
<h4>Remote Data</h4>
<ejs-autocomplete id="products" placeholder="e.g. Andrew Fuller" autofill="true" suggestionCount="5" filterType="StartsWith" sortOrder="@sort" query="new ej.data.Query().select(['FirstName', 'EmployeeID']).requiresCount()">
<e-data-manager adaptor="WebApiAdaptor" url="http://localhost:62928/api/Employees" crossDomain="true"></e-data-manager>
<e-data-manager adaptor="WebApiAdaptor" url="https://services.syncfusion.com/aspnet/production/api/Employees" crossDomain="true"></e-data-manager>
<e-autocomplete-fields value="FirstName"></e-autocomplete-fields>
</ejs-autocomplete>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Chart/RemoteData.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<e-chart-tooltipsettings enable="true" header="<b>Freight rate</b>"></e-chart-tooltipsettings>
<e-series-collection>
<e-series xName="CustomerID" yName="Freight" name="Story Point" type="@Syncfusion.EJ2.Charts.ChartSeriesType.Column" query="new ej.data.Query().take(5)">
<e-data-manager url='http://localhost:62928/api/orders'></e-data-manager>
<e-data-manager url='https://services.syncfusion.com/aspnet/production/api/orders'></e-data-manager>
<e-series-marker>
<e-series-datalabel visible="true" position="@Syncfusion.EJ2.Charts.LabelPosition.Top" format="{value}K">
<e-font color="#ffffff" fontWeight="600"></e-font>
Expand Down
2 changes: 1 addition & 1 deletion Pages/ChatUI/Attachment.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ejs-chatui id="chatAttachment" headerText="Paul Wilson (You)" headerIconCss="chat_user_avatar" emptyChatTemplate="#emptyChatTemplate" enableAttachments="true" created="userCreated">
<e-chatui-headertoolbar items="@Model.HeaderToolbar" itemClicked="toolbarItemClicked"></e-chatui-headertoolbar>
<e-chatui-user id="user1" user="Paul Wilson" avatarUrl="./../css/chatui/images/paul_wilson.png"></e-chatui-user>
<e-chatui-attachmentsettings saveUrl=@Url.Content("http://localhost:62928/api/FileUploader/Save") removeUrl=@Url.Content("http://localhost:62928/api/FileUploader/Remove")></e-chatui-attachmentsettings>
<e-chatui-attachmentsettings saveUrl=@Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Save") removeUrl=@Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Remove")></e-chatui-attachmentsettings>
</ejs-chatui>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/ComboBox/DataBinding.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class='content'>
<h4>Remote Data</h4>
<ejs-combobox id="customers" autofill="true" placeholder="Select a name" popupHeight="200px" sortOrder="@sort" query="@query">
<e-data-manager adaptor="WebApiAdaptor" url="http://localhost:62928/api/Employees" crossDomain="true"></e-data-manager>
<e-data-manager adaptor="WebApiAdaptor" url="https://services.syncfusion.com/aspnet/production/api/Employees" crossDomain="true"></e-data-manager>
<e-combobox-fields text="FirstName" value="EmployeeID"></e-combobox-fields>
</ejs-combobox>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Diagram/FlowChart.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@model EJ2CoreSampleBrowser.Pages.Diagram.FlowChartModel
@using Syncfusion.EJ2.Diagrams;
@{
var asyncSettings = new Syncfusion.EJ2.Inputs.UploaderAsyncSettings { SaveUrl = @Url.Content("http://localhost:62928/api/FileUploader/Save"), RemoveUrl = @Url.Content("http://localhost:62928/api/FileUploader/Remove") };
var asyncSettings = new Syncfusion.EJ2.Inputs.UploaderAsyncSettings { SaveUrl = @Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Save"), RemoveUrl = @Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Remove") };
var getSymbolNode = "getSymbolNodes";
var getNodeDefaults = "getNodeDefaults";
var getConnectorDefaults = "getConnectorDefaults";
Expand Down
2 changes: 1 addition & 1 deletion Pages/Diagram/NetworkDiagram.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@model EJ2CoreSampleBrowser.Pages.Diagram.NetworkDiagramModel
@using Syncfusion.EJ2;
@{
var asyncSettings = new Syncfusion.EJ2.Inputs.UploaderAsyncSettings { SaveUrl = @Url.Content("http://localhost:62928/api/FileUploader/Save"), RemoveUrl = @Url.Content("http://localhost:62928/api/FileUploader/Remove") };
var asyncSettings = new Syncfusion.EJ2.Inputs.UploaderAsyncSettings { SaveUrl = @Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Save"), RemoveUrl = @Url.Content("https://services.syncfusion.com/aspnet/production/api/FileUploader/Remove") };
var getNodeDefaults = "getNodeDefaults";
var getConnectorDefaults = "getConnectorDefaults";
var getSymbolDefaults = "getSymbolDefaults";
Expand Down
2 changes: 1 addition & 1 deletion Pages/Diagram/Serialization.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
<div id="diagram-fileupload">
<ejs-uploader id="fileupload" success="onUploadSuccess" showFileList="false">
<e-uploader-asyncsettings saveUrl="http://localhost:62928/api/FileUploader/Save" removeUrl="http://localhost:62928/api/FileUploader/Remove">
<e-uploader-asyncsettings saveUrl="https://services.syncfusion.com/aspnet/production/api/FileUploader/Save" removeUrl="https://services.syncfusion.com/aspnet/production/api/FileUploader/Remove">
</e-uploader-asyncsettings>
</ejs-uploader>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/DropDownList/DataBinding.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class='content'>
<h4>Remote Data</h4>
<ejs-dropdownlist id="customers" placeholder="Select a name" popupHeight="200px" sortOrder="@sort" query="@query">
<e-data-manager adaptor="WebApiAdaptor" url="http://localhost:62928/api/Employees" crossDomain="true"></e-data-manager>
<e-data-manager adaptor="WebApiAdaptor" url="https://services.syncfusion.com/aspnet/production/api/Employees" crossDomain="true"></e-data-manager>
<e-dropdownlist-fields text="FirstName" value="EmployeeID"></e-dropdownlist-fields>
</ejs-dropdownlist>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Gantt/LoadOnDemand.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ejs-gantt id='LoadOnDemand' treeColumnIndex="1" height="650px" rowHeight="46" taskbarHeight="25"
allowSelection="true" highlightWeekends="true" includeWeekend="true" projectStartDate="01/02/2000"
enableVirtualization="true" loadChildOnDemand="true" projectEndDate="12/01/2002">
<e-data-manager url="http://localhost:62928/api/GanttLoadOnDemand"
<e-data-manager url="https://services.syncfusion.com/aspnet/production/api/GanttLoadOnDemand"
adaptor="WebApiAdaptor" crossDomain="true"></e-data-manager>
<e-gantt-taskfields id="taskId" name="taskName" startDate="startDate" duration="duration"
progress="progress" hasChildMapping="isParent" parentID="parentID">
Expand Down
2 changes: 1 addition & 1 deletion Pages/Grid/FilterMenu.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
}
function load(args) {
var hostUrl = 'http://localhost:62928/';
var hostUrl = 'https://services.syncfusion.com/aspnet/production/';
var urlapi = new ej.data.DataManager({
url: hostUrl + "api/UrlDataSource",
adaptor: new ej.data.UrlAdaptor()
Expand Down
2 changes: 1 addition & 1 deletion Pages/Grid/FlexibleData.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
if (/^((?!chrome|android).)*safari/i.test(navigator.userAgent)) {
document.body.classList.add('e-mac-safari');
}
document.getElementById('payload-detail').innerHTML = "<b><u>Payload Information</u></b><br> Service URL: 'http://localhost:62928/api/Orders' <br> Adaptor Type: ODataV4Adaptor";
document.getElementById('payload-detail').innerHTML = "<b><u>Payload Information</u></b><br> Service URL: 'https://services.syncfusion.com/aspnet/production/api/Orders' <br> Adaptor Type: ODataV4Adaptor";
document.getElementById('additionalParams').addEventListener('click', function () {
httpAdditionalInfo("paramsKey", "paramsValue", "addParams");
});
Expand Down
2 changes: 1 addition & 1 deletion Pages/Grid/GridOverview.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@


<script type="text/javascript">
var hostUrl = 'http://localhost:62928/';
var hostUrl = 'https://services.syncfusion.com/aspnet/production/';
var urlapi = new ej.data.DataManager({
url: hostUrl + "api/UrlDataSource",
adaptor: new ej.data.UrlAdaptor()
Expand Down
2 changes: 1 addition & 1 deletion Pages/Grid/LoadingAnimation.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ejs-grid id="Grid" allowPaging="true" allowSorting="true" allowFiltering="true" load="load">
<e-grid-loadingIndicator indicatorType="Shimmer"></e-grid-loadingIndicator>
<e-grid-pageSettings pageCount="3"></e-grid-pageSettings>
<e-data-manager url="http://localhost:62928/api/UrlDataSource" adaptor="UrlAdaptor"></e-data-manager>
<e-data-manager url="https://services.syncfusion.com/aspnet/production/api/UrlDataSource" adaptor="UrlAdaptor"></e-data-manager>
<e-grid-columns>
<e-grid-column field="EmployeeID" headerText="Employee ID" width="130" textAlign="Right" ></e-grid-column>
<e-grid-column field="Employees" headerText="Employee Name" width="145"></e-grid-column>
Expand Down
4 changes: 2 additions & 2 deletions Pages/Grid/RemoteData.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
</div>
<ejs-grid id="Grid" allowPaging="true">
<e-data-manager url="http://localhost:62928/api/Orders" crossdomain="true" adaptor="WebApiAdaptor"></e-data-manager>
<e-data-manager url="https://services.syncfusion.com/aspnet/production/api/Orders" crossdomain="true" adaptor="WebApiAdaptor"></e-data-manager>
<e-grid-columns>
<e-grid-column field="OrderID" headerText="Order ID" textAlign="Right" width="160"></e-grid-column>
<e-grid-column field="CustomerID" headerText="Customer ID" width="170"></e-grid-column>
Expand Down Expand Up @@ -76,7 +76,7 @@
function enableCacheAdaptor(args) {
var grid = document.getElementById("Grid").ej2_instances[0];
grid.dataSource = new ej.data.DataManager({
url: "http://localhost:62928/api/Orders",
url: "https://services.syncfusion.com/aspnet/production/api/Orders",
adaptor:new ej.data.WebApiAdaptor(),
crossDomain: true,
enableCache : args.checked
Expand Down
2 changes: 1 addition & 1 deletion Pages/Kanban/RemoteData.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="control-section">
<div class="control_wrapper">
<ejs-kanban id="Kanban" keyField="Status" allowDragAndDrop="false" dialogOpen="dialogOpen" >
<e-data-manager url="http://localhost:62928/api/Kanban" crossdomain="true"></e-data-manager>
<e-data-manager url="https://services.syncfusion.com/aspnet/production/api/Kanban" crossdomain="true"></e-data-manager>
<e-kanban-columns>
<e-kanban-column headerText="To Do" keyField="Open"></e-kanban-column>
<e-kanban-column headerText="In Progress" keyField="InProgress"></e-kanban-column>
Expand Down
Loading
Loading