Skip to content

Commit 415d341

Browse files
Merge pull request #33 from ArunKumar-SF3979/master
V30.1.37
2 parents 5225baf + 32691ef commit 415d341

File tree

145 files changed

+33
-205886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+33
-205886
lines changed

.github/workflows/dotnet.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This workflow will build a .NET project
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3+
4+
name: .NET
5+
6+
on:
7+
push:
8+
branches: [ "master" ]
9+
pull_request:
10+
branches: [ "master" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Setup .NET8
20+
uses: actions/setup-dotnet@v4
21+
with:
22+
dotnet-version: 8.0.x
23+
- name: Setup .NET9
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 9.0.x
27+
- name: Build Webapp Server
28+
run: dotnet build ./webapp/server/AppointmentPlanner/AppointmentPlanner.csproj
29+
- name: Build Webapp Wasm
30+
run: dotnet build ./webapp/wasm/AppointmentPlanner/AppointmentPlanner/AppointmentPlanner.csproj
31+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![.NET](https://github.com/syncfusion/blazor-showcase-appointment-planner/actions/workflows/dotnet.yml/badge.svg)](https://github.com/syncfusion/blazor-showcase-appointment-planner/actions/workflows/dotnet.yml)
2+
13
# Essential Studio for Blazor - Appointment Planner
24

35
This Appointment planner demo application showcases the usage of several Syncfusion Blazor components in a real world application scenario. This demo explores an appointment scheduling application for doctors in a clinic to manage their appointments with patients.

server/AppointmentPlanner.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

server/AppointmentPlanner/App.razor

Lines changed: 0 additions & 12 deletions
This file was deleted.

server/AppointmentPlanner/AppointmentPlanner.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

server/AppointmentPlanner/AppointmentPlanner.csproj.user

Lines changed: 0 additions & 9 deletions
This file was deleted.

server/AppointmentPlanner/Data/AppointmentService.cs

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)