- Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
scheduleSchedule componentSchedule component
Description
There is a compilation error in the ScheduleData class due to a duplicate method definition. The error message is as follows:
CS0111: Type 'ScheduleData' already defines a member called 'GetScheduleData' with the same parameter types
Steps to Reproduce
- Build the Blazor_Server_Demos_NET9 project
- Observe that there are multiple error about ScheduleData
Metadata
Metadata
Assignees
Labels
scheduleSchedule componentSchedule component